Jump to content
The Dark Mod Forums

[2.11] New Blackjack System (available via dev build)


Obsttorte

Recommended Posts

9 hours ago, Springheel said:

The rules are also explained in the tutorial mission.  It's also one of the loading screen tips of both starting missions.

Then I probably forgotten about it over the years. It was an assumption as you refered to a wiki article in another thread, obviously a wrong one :(

FM's: Builder Roads, Old Habits, Old Habits Rebuild

Mapping and Scripting: Apples and Peaches

Sculptris Models and Tutorials: Obsttortes Models

My wiki articles: Obstipedia

Texture Blending in DR: DR ASE Blend Exporter

Link to comment
Share on other sites

I moved over to working on the source code to get the stuff implemented to avoid unnecessary restrictions and as it appears there is already an implementation for a ray-tracing based melee system, probably a leftover from Doom 3. I was able to get it to run and now only need to get the raising animation done. After that it can be tested and fine-tuned.

FM's: Builder Roads, Old Habits, Old Habits Rebuild

Mapping and Scripting: Apples and Peaches

Sculptris Models and Tutorials: Obsttortes Models

My wiki articles: Obstipedia

Texture Blending in DR: DR ASE Blend Exporter

Link to comment
Share on other sites

41 minutes ago, Obsttorte said:

After that it can be tested and fine-tuned.

Nice - for this you could find the zipsync system useful:

It allows you to release your own custom builds, including .pk4 and .exe changes, that others can download via the tdm_installer as if it were a dev build.

Link to comment
Share on other sites

Okay, I think I got it to work. The old implementation is still in place, but switching between both is not straight-forward, if that should be desired. If so, I would need to know that as it includes additional work.

By default the code that handles the collision-based knockouts is called via the blackjack animation:

anim hit 			models/md5/weapons/blackjack_view/swing_16frames.md5anim
{
	frame 6 sound snd_swing
	frame 9 melee_attack_start meleeweap_r overhead
	frame 17 melee_attack_stop meleeweap_r
}

Between frame 9 and 17 the code checked, on whether the blackjack model collided with something which would eventually turn out to be a head :D

This changes to

anim hit 			models/md5/weapons/blackjack_view/swing_16frames.md5anim
{
	frame 6 sound snd_swing
	frame 9 melee_knockout
}

This causes a trace into the direction the player is looking at frame 9. The distance of the trace is specified in the already existing but unused spawnarg melee_distance on the blackjack entity itself. It's probably a leftover of the Doom3 melee system. If an ai is hit via the trace, and if the distance between the collision point and the enemies head (eye position to be more precisely) is half the melee distance, a knockout check is performed.

  • The knockout rules are as always
  • the melee distance is set to 56, but can be changed in the respective def
  • using half the melee distance for the second step is only a temporary solution, I will introduce a spawarg for that

I've also added the indication animation.

I'll check out how the zipsync stuff works and provide the files then.

Cheers.

FM's: Builder Roads, Old Habits, Old Habits Rebuild

Mapping and Scripting: Apples and Peaches

Sculptris Models and Tutorials: Obsttortes Models

My wiki articles: Obstipedia

Texture Blending in DR: DR ASE Blend Exporter

Link to comment
Share on other sites

3 hours ago, Dragofer said:

Nice - for this you could find the zipsync system useful:

It allows you to release your own custom builds, including .pk4 and .exe changes, that others can download via the tdm_installer as if it were a dev build.

Where can I get zipsync? I've only found the source code in the internet, and the links to taaki's server are access restricted.

EDIT: Nevermind, found it on the wiki.

FM's: Builder Roads, Old Habits, Old Habits Rebuild

Mapping and Scripting: Apples and Peaches

Sculptris Models and Tutorials: Obsttortes Models

My wiki articles: Obstipedia

Texture Blending in DR: DR ASE Blend Exporter

Link to comment
Share on other sites

If the can-blackjack animation is automatic (not initiated by the player), please put that animation behind a cvar. If it is like TDS, definitely please put that animation behind a cvar. For example, a blackjack helper toggleable option.

Also, considering blackjacking from the front as an exploit is surprising. There can be more risk with that approach, since a guard might see the player and become alerted, making them unable to be knocked out. Blackjacking from the front can be carefully planned as well, so I don't know why that line of thinking is just for blackjacking from behind.

Edited by Daft Mugi
Link to comment
Share on other sites

12 minutes ago, Daft Mugi said:

If the can-blackjack animation is automatic (not initiated by the player), please put that animation behind a cvar. If it is like TDS, definitely please put that animation behind a cvar. For example, a blackjack helper toggleable option.

That's the plan. I've just forgotten to mention that.

13 minutes ago, Daft Mugi said:

Also, considering blackjacking from the front as an exploit is surprising.

I guess this depends on the playstyle. I can only judge that from my own experiences knocking out approaching guards feels relatively strong (not so much in TDM as in Thief, but still). But there are also different observations when it comes down to the blackjacking system in general. It's a bit subjective.

FM's: Builder Roads, Old Habits, Old Habits Rebuild

Mapping and Scripting: Apples and Peaches

Sculptris Models and Tutorials: Obsttortes Models

My wiki articles: Obstipedia

Texture Blending in DR: DR ASE Blend Exporter

Link to comment
Share on other sites

@DragoferI've setup the packages, created the manifest and uploaded the files to a mirror. When I try to download it using the tdm_installer I am asked to select the version the patch is based on after entering the url. However, even though I selected the correct version I cannot proceed.

In addition the new executable doesn't seem to be working with TDM 2.10 due to changes made to the gui files. I guess I'll use svn then.

 

FM's: Builder Roads, Old Habits, Old Habits Rebuild

Mapping and Scripting: Apples and Peaches

Sculptris Models and Tutorials: Obsttortes Models

My wiki articles: Obstipedia

Texture Blending in DR: DR ASE Blend Exporter

Link to comment
Share on other sites

I've commited the current state to the svn. As stated the old system is still in place, so it shouldn't break anything.

  • Like 1
  • Thanks 1

FM's: Builder Roads, Old Habits, Old Habits Rebuild

Mapping and Scripting: Apples and Peaches

Sculptris Models and Tutorials: Obsttortes Models

My wiki articles: Obstipedia

Texture Blending in DR: DR ASE Blend Exporter

Link to comment
Share on other sites

Did you forget to commit the animation to SVN ?

--------- Game Map Shutdown ----------                                         
ModelGenerator memory: 12 LOD entries with 0 users using 192 bytes.            
--------- Game Map Shutdown done -----                                         
ERROR:Neither joint 'r_wrist' nor bindToJoint '' found for attaching           
'CMeleeWeapon' on 'player1_weapon'                                             
--------------------------------------  

Edit: yep

Please visit TDM's IndieDB site and help promote the mod:

 

http://www.indiedb.com/mods/the-dark-mod

 

(Yeah, shameless promotion... but traffic is traffic folks...)

Link to comment
Share on other sites

@nbohr1moreOops. Merged. :)

FM's: Builder Roads, Old Habits, Old Habits Rebuild

Mapping and Scripting: Apples and Peaches

Sculptris Models and Tutorials: Obsttortes Models

My wiki articles: Obstipedia

Texture Blending in DR: DR ASE Blend Exporter

Link to comment
Share on other sites

Commit #10079 (source code) and #16607 (assets):

  • cvar tdm_blackjack_indicate added (boolean, defaults to 1) to allow enabling/disabling the knockout preview indication
  • new spawnarg added to the blackjack, knockout_range

melee_distance controls the distance within you can hit the enemy, knockout_range is the maximum distance between the point were the trace hits the enemy and the enemies eyes below which a hit is taken into consideration for a probably successful knockout.

I've played a bit and have no strong opinions regarding the values, but you are free to play with them and tell me if you think higher or lower values would work better.

Returning to the old system is possible by changing the blackjack_viewmodel def as described in an earlier post. Switching between both systems within TDM or using the preview relyable with the old system is not possible atm. But I am not sure whether any of this is necessary.

  • Like 2

FM's: Builder Roads, Old Habits, Old Habits Rebuild

Mapping and Scripting: Apples and Peaches

Sculptris Models and Tutorials: Obsttortes Models

My wiki articles: Obstipedia

Texture Blending in DR: DR ASE Blend Exporter

Link to comment
Share on other sites

19 hours ago, Obsttorte said:

@DragoferI've setup the packages, created the manifest and uploaded the files to a mirror. When I try to download it using the tdm_installer I am asked to select the version the patch is based on after entering the url. However, even though I selected the correct version I cannot proceed.

It's a https server, hence it wasn't working. I don't have access to an http server it appears. Heck, I don't even know what difference the s at the end makes 🤨

  • Haha 3

FM's: Builder Roads, Old Habits, Old Habits Rebuild

Mapping and Scripting: Apples and Peaches

Sculptris Models and Tutorials: Obsttortes Models

My wiki articles: Obstipedia

Texture Blending in DR: DR ASE Blend Exporter

Link to comment
Share on other sites

36 minutes ago, Obsttorte said:

It's a https server, hence it wasn't working. I don't have access to an http server it appears. Heck, I don't even know what difference the s at the end makes 🤨

You could use Filezilla to host on the DarkMod server, that's what I did. You know you're in the right place when you found the camera wiki pk4s by grayman.

s stands for secure, I believe o.o

Link to comment
Share on other sites

50 minutes ago, Dragofer said:

You could use Filezilla to host on the DarkMod server, that's what I did. You know you're in the right place when you found the camera wiki pk4s by grayman.

s stands for secure, I believe o.o

It would probably be good to add this information in the wiki zipsync tutorial.

Scratch that: I can't access the server. 😕

FM's: Builder Roads, Old Habits, Old Habits Rebuild

Mapping and Scripting: Apples and Peaches

Sculptris Models and Tutorials: Obsttortes Models

My wiki articles: Obstipedia

Texture Blending in DR: DR ASE Blend Exporter

Link to comment
Share on other sites

15 minutes ago, New Horizon said:

How can I test these changes?  Can this be updated using the tdm installer?  I don't have svn installed anymore.  The latest 2.11 build available in the installer is dev16599-10071.

 

Up further in this thread is a pk4 that you can put in your 2.10 darkmod folder. The next Dev Build release should include this.

Otherwise, if you don't have SVN credentials anymore you can use an SVN client to download the public source:

https://svn.thedarkmod.com/publicsvn/darkmod_src/trunk/

and compile it in MSVC community edition then use the assets from the pk4 in this thread.

 

Please visit TDM's IndieDB site and help promote the mod:

 

http://www.indiedb.com/mods/the-dark-mod

 

(Yeah, shameless promotion... but traffic is traffic folks...)

Link to comment
Share on other sites

1 hour ago, New Horizon said:

How can I test these changes?  Can this be updated using the tdm installer?  I don't have svn installed anymore.  The latest 2.11 build available in the installer is dev16599-10071.

 

 

46 minutes ago, nbohr1more said:

Up further in this thread is a pk4 that you can put in your 2.10 darkmod folder. The next Dev Build release should include this.

That won't work. There are code changes included that are required for this to run. I've created an update that could be installed via the tdm installer if someone can point me to an ftp server were I could upload it to.

FM's: Builder Roads, Old Habits, Old Habits Rebuild

Mapping and Scripting: Apples and Peaches

Sculptris Models and Tutorials: Obsttortes Models

My wiki articles: Obstipedia

Texture Blending in DR: DR ASE Blend Exporter

Link to comment
Share on other sites

1 hour ago, Obsttorte said:

That won't work. There are code changes included that are required for this to run. I've created an update that could be installed via the tdm installer if someone can point me to an ftp server were I could upload it to.

Have you tried this?

https://forums.thedarkmod.com/index.php?/topic/14126-ftpthedarkmodcom/&do=findComment&comment=333594

  • Like 1
Link to comment
Share on other sites

1 hour ago, Dragofer said:

I can connect and upload the files, but the download link doesn't work, even if I exchange sftp with http.

EDIT: I've also tried altering it as it looks pretty odd

sftp://darkmodftp@ftp.thedarkmod.com/upload/custom_builds/manifest.iniz

EDIT2: Now I got it.

http://ftp.thedarkmod.com/custom_builds/manifest.iniz

It's based on the latest dev build. dev16599-10071

EDIT3: If I try it the renderer is broken.

Spoiler

Linking GLSL program interaction_ambient ...                                   
WARNING:Linking program interaction_ambient failed:                            
Vertex info                                                                    
-----------                                                                    
1(42) : error C5041: cannot locate suitable resource to bind variable "params".
 Possibly large array.                                                         
1(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
1(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
1(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
1(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
1(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
1(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
1(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
1(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
1(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
1(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
1(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
1(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
1(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
1(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
1(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
1(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
1(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
1(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
1(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
1(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
1(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
1(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
1(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
1(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
1(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
1(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
1(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
1(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
1(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
1(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
1(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
1(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
1(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
1(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
1(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
1(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
1(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
1(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
1(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
1(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
1(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
1(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
1(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
1(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
1(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
1(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
1(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
1(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
1(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
1(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
1(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
1(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
1(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
1(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
1(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
1(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
1(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
1(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
1(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
1(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
1(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
1(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
1(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
1(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
1(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
1(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
1(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
1(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
1(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
1(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
1(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
1(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
1(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
1(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
1(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
1(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
1(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
1(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
1(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
1(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
1(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
1(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
1(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
1(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
1(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
1(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
1(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
1(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
1(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
1(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
1(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
1(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
1(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
1(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
1(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
1(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
1(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
1(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
1(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
1(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
1(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
1(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
1(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
1(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
1(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
1(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
1(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
1(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
1(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
1(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
1(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
1(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
1(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
1(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
1(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
1(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
1(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
1(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
1(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
1(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
1(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
1(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
1(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
1(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
1(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
1(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
1(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
1(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
1(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
1(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
1(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
1(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
1(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
1(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
1(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
1(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
1(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
1(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
1(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
1(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
1(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
1(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
1(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
1(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
1(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
1(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
1(42) : error C5041: ca                                                        
Linking GLSL program interaction_stencil ...                                   
WARNING:Linking program interaction_stencil failed:                            
Vertex info                                                                    
-----------                                                                    
5(42) : error C5041: cannot locate suitable resource to bind variable "params".
 Possibly large array.                                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
Linking GLSL program interaction_shadowmap ...                                 
WARNING:Linking program interaction_shadowmap failed:                          
Vertex info                                                                    
-----------                                                                    
5(42) : error C5041: cannot locate suitable resource to bind variable "params".
 Possibly large array.                                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large arra      

Doesn't happen in the svn build. 😕

FM's: Builder Roads, Old Habits, Old Habits Rebuild

Mapping and Scripting: Apples and Peaches

Sculptris Models and Tutorials: Obsttortes Models

My wiki articles: Obstipedia

Texture Blending in DR: DR ASE Blend Exporter

Link to comment
Share on other sites

1 hour ago, Obsttorte said:

I can connect and upload the files, but the download link doesn't work, even if I exchange sftp with http.

EDIT: I've also tried altering it as it looks pretty odd

sftp://darkmodftp@ftp.thedarkmod.com/upload/custom_builds/manifest.iniz

EDIT2: Now I got it.

http://ftp.thedarkmod.com/custom_builds/manifest.iniz

It's based on the latest dev build. dev16599-10071

EDIT3: If I try it the renderer is broken.

  Reveal hidden contents

Linking GLSL program interaction_ambient ...                                   
WARNING:Linking program interaction_ambient failed:                            
Vertex info                                                                    
-----------                                                                    
1(42) : error C5041: cannot locate suitable resource to bind variable "params".
 Possibly large array.                                                         
1(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
1(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
1(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
1(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
1(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
1(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
1(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
1(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
1(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
1(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
1(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
1(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
1(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
1(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
1(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
1(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
1(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
1(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
1(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
1(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
1(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
1(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
1(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
1(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
1(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
1(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
1(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
1(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
1(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
1(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
1(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
1(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
1(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
1(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
1(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
1(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
1(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
1(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
1(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
1(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
1(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
1(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
1(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
1(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
1(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
1(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
1(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
1(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
1(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
1(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
1(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
1(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
1(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
1(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
1(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
1(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
1(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
1(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
1(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
1(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
1(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
1(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
1(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
1(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
1(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
1(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
1(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
1(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
1(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
1(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
1(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
1(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
1(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
1(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
1(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
1(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
1(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
1(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
1(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
1(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
1(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
1(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
1(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
1(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
1(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
1(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
1(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
1(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
1(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
1(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
1(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
1(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
1(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
1(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
1(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
1(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
1(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
1(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
1(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
1(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
1(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
1(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
1(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
1(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
1(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
1(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
1(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
1(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
1(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
1(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
1(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
1(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
1(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
1(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
1(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
1(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
1(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
1(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
1(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
1(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
1(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
1(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
1(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
1(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
1(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
1(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
1(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
1(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
1(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
1(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
1(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
1(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
1(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
1(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
1(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
1(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
1(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
1(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
1(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
1(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
1(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
1(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
1(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
1(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
1(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
1(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
1(42) : error C5041: ca                                                        
Linking GLSL program interaction_stencil ...                                   
WARNING:Linking program interaction_stencil failed:                            
Vertex info                                                                    
-----------                                                                    
5(42) : error C5041: cannot locate suitable resource to bind variable "params".
 Possibly large array.                                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
Linking GLSL program interaction_shadowmap ...                                 
WARNING:Linking program interaction_shadowmap failed:                          
Vertex info                                                                    
-----------                                                                    
5(42) : error C5041: cannot locate suitable resource to bind variable "params".
 Possibly large array.                                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large array.                                
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelMatrix". Possibly large array.                                           
5(42) : error C5041: cannot locate suitable resource to bind variable          
"modelViewMatrix". Possibly large array.                                       
5(42) : error C5041: cannot locate suitable resource to bind variable          
"bumpMatrix". Possibly large array.                                            
5(42) : error C5041: cannot locate suitable resource to bind variable          
"diffuseMatrix". Possibly large array.                                         
5(42) : error C5041: cannot locate suitable resource to bind variable          
"specularMatrix". Possibly large array.                                        
5(42) : error C5041: cannot locate suitable resource to bind variable          
"lightProjectionFalloff". Possibly large arra      

Doesn't happen in the svn build. 😕

You'll need to include the SVN glprogs in your branch. The entire shader system was refactored after the last Dev Build release. ( Or wait until the next Dev Build )

Or compile your changes against 10071 rather than the latest SVN version and include that divergent version in your branch.

  • Like 1
  • Thanks 1

Please visit TDM's IndieDB site and help promote the mod:

 

http://www.indiedb.com/mods/the-dark-mod

 

(Yeah, shameless promotion... but traffic is traffic folks...)

Link to comment
Share on other sites

2 hours ago, nbohr1more said:

You'll need to include the SVN glprogs in your branch. The entire shader system was refactored after the last Dev Build release. ( Or wait until the next Dev Build )

The ones in the source trunk, not the other one ;) Man, what a hunt. Got it to work now so have fun testing it. @New Horizon

FM's: Builder Roads, Old Habits, Old Habits Rebuild

Mapping and Scripting: Apples and Peaches

Sculptris Models and Tutorials: Obsttortes Models

My wiki articles: Obstipedia

Texture Blending in DR: DR ASE Blend Exporter

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


  • Recent Status Updates

    • nbohr1more

      TDM 15th Anniversary Contest is now active! Please declare your participation: https://forums.thedarkmod.com/index.php?/topic/22413-the-dark-mod-15th-anniversary-contest-entry-thread/
       
      · 0 replies
    • JackFarmer

      @TheUnbeholden
      You cannot receive PMs. Could you please be so kind and check your mailbox if it is full (or maybe you switched off the function)?
      · 1 reply
    • OrbWeaver

      I like the new frob highlight but it would nice if it was less "flickery" while moving over objects (especially barred metal doors).
      · 4 replies
    • nbohr1more

      Please vote in the 15th Anniversary Contest Theme Poll
       
      · 0 replies
    • Ansome

      Well then, it's been about a week since I released my first FM and I must say that I was very pleasantly surprised by its reception. I had expected half as much interest in my short little FM as I received and even less when it came to positive feedback, but I am glad that the aspects of my mission that I put the most heart into were often the most appreciated. It was also delightful to read plenty of honest criticism and helpful feedback, as I've already been given plenty of useful pointers on improving my brushwork, level design, and gameplay difficulty.
      I've gotten back into the groove of chipping away at my reading and game list, as well as the endless FM catalogue here, but I may very well try my hand at the 15th anniversary contest should it materialize. That is assuming my eyes are ready for a few more months of Dark Radiant's bright interface while burning the midnight oil, of course!
      · 4 replies
×
×
  • Create New...