-
Posts
6522 -
Joined
-
Last visited
-
Days Won
112
Posts posted by Obsttorte
-
-
25 minutes ago, stgatilov said:
I recall I suggested removing the additional difficulty in KOing helmeted guards. Because adding such unpredictable difficulty in this case only makes player's life more annoying: if he wants to KO helmeted guard, he'll do it anyway, but after a series of reloads.
I totally agree with you here, especially as besides the gameplay implication it's unintuitive imho. But @Springheelet al. brought to not change the knockout ruleset.
27 minutes ago, stgatilov said:Ceiling or doorway blocks it: very annoying for everyone
Well, that's solved now
27 minutes ago, stgatilov said:I see cases where hand is not raised but hit causes KO. Aside from that, the target often moves, in which case this animation lags too much behind. And it feels like a visual noise in general, because the hand goes up and down all the time.
The condition under which the hand is raised and under which a knockout would be sucessful are the same. The issue here is indeed the lag. I don't know of a way to solve this right on top of my head, though, that isn't a dirty hack.
The idea is to make it clear - especially to new players - whether an ai can be knocked out or not. I mean, depending on how well players come along with the new system, it may not be needed at all and can be scrapped. For this it would be helpful to turn it off (cvar tdm_blackjack_indicate) and report on how you it works out for you.
-
dmap
Black cubes mean a model for an entity couldn't be found. So unless you use custom models the most likely scenario is that you turned something into a func_static and forgot to dmap.
-
@New HorizonFound a bug. The preview wasn't taken the case that the trace hits the ai's head into consideration. I've fixed that and updated the files.
-
9 hours ago, New Horizon said:
From my recollection it was less an issue of people aiming low and more an issue of them getting too close to the AI
While that was one issue the height to aim for still matters.
QuoteI don't know how you did it. I tried 20 times, and couldn't knock him out
[...]
what you might do differently than me is that you seem to aim for the neck, and swing from further away. I usually aim for the head
[...]
@Oktokolo(same thread, a few posts later)
Quoteand aiming just low enough that you get anxious about not hitting the head.
-
Nice stuff. In regards to the first video. The default sitting animation doesn't really suit this kind of chair. It looks like those used to get you shoes cleaned, so I am not sure whether they are fitting anyways.
In regards to the other models it appears the the specularity of the wooden materials is higher then with our stock assets. So reducing that might already get things closer to the current look.
I am not sure whether poly count/details is always the main issue when it comes to how good assets fit into the mod. I would assume it is more a matter of the overall look.
-
https://wiki.thedarkmod.com/index.php?title=A_-_Z_Beginner_Full_Guide_Start_Here!
The article series is a bit outdated in some points, but a good starting point to get the fundamentels.
-
1 hour ago, New Horizon said:
Hmmm, it doesn't feel quite right. Intuitively, it feels like it should raise when looking at the base of the neck...or at least be a bit more forgiving in terms of where the player can look / strike to achieve the knockout. Are there settings to achieve that?
One approach is to use a box trace instead of a line. I've already tried that but either I've used it wrong or the code is broken. I would have to take a look.
Another possibility would be to angle the trace a bit downward, so that if you look at the ai's head the trace points between his shoulders. This could however cause people getting into issues who aim comparable low (which are exactly those who have issues with the current system).
-
Yep, that's how it works. It's actually the system that was used by Doom 3. A straight line is drawn from the players viewpoint towards the direction he is facing. If the point were those line hits the enemy is close enough to its head, the knockout will be performed. (During this the blackjack is non-solid, so geometry or models like ceiling won't cause any issues anymore. In the other case the blackjack behaves as always).
The reason that one should aim a bit lower is that it is easely misjudged were the horizontal center of the screen is (due to the blackjack on one but no "counterpart" on the other side). Thus if you aim at the head you will probably be facing slidely towards the left or right of it instead and miss. The shoulders are a better spot therefore as they are broader.
-
1
-
-
Can you provide a condump, please? Apart from that, you may have to aim a bit lower then you are used to.
-
9 hours ago, Kukutoo said:
all but one door requires a key
Do you mean that only one door requires a key or that all doors require a key except for one? As it reads as if you meant the latter, which isn't what I would consider good. (It's been ages since I've last played the mission, but I remember it to be very good, too).
-
1
-
-
9 hours ago, stgatilov said:
That is rarely a problem today, but now is a particularly unlucky moment
Yeah, I've just didn't expected a copy of glprogs to be in the source svn trunk, hence my initial confusion. But now I've got it sorted out, so no problem.
10 hours ago, New Horizon said:Sorry, I'm confused. What do you mean?
I should have been more clear here, I guess. As described by stgatilov you start the tdm_installer.exe and select "get custom version", then you select the build this branch is based on and enter the url mentioned above.
-
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
-
4 hours ago, AluminumHaste said:
OMG STOPSTOPSTOPSTOP. I can only get so erect.
Time to get out your blackjack.
-
1
-
-
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.
SpoilerLinking 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 arraDoesn't happen in the svn build.
-
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.
-
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.
-
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
-
3
-
-
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.
-
2
-
-
I've commited the current state to the svn. As stated the old system is still in place, so it shouldn't break anything.
-
1
-
1
-
-
@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.
-
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.
-
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.
-
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
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.
DarkRadiant: Include Select/Deselect in Undo?
in TDM Editors Guild
Posted
What would be the advantage of undoing a selection via the undo action(so probably via a keyboard shortcut) compared to undoing it via a mouse-click as it is done now?
If I accidently select something, I can just deselect it. I never considered this to have to be an "undo-action", as I am basically not really doing something (in terms of altering the map).
Maybe I am overseeing something but I don't see what is to gain here.