Game dev question and Upspring

Game dev question and Upspring

Discuss game development here, from a distinct game project to an accessible third-party mutator, down to the interaction and design of individual units if you like.

Moderator: Moderators

Post Reply
Deutscha
Posts: 64
Joined: 29 Apr 2009, 19:23

Game dev question and Upspring

Post by Deutscha »

Hello,

1. I don't understand the point of "Fixing your images" (http://springrts.com/wiki/Simple_Mod_Tu ... our_Images) in the mod tutorial on the wiki. Why should I d a black uv map if i yet have done another real uv map for my model?! :S

2. How can i zoom in Upspring? My model is very far away and the MMB does not zoom me in, why not? Which keys should I use?

Thank you a lot :D
User avatar
Pressure Line
Posts: 2283
Joined: 21 May 2007, 02:09

Re: Game dev question and Upspring

Post by Pressure Line »

1) Have a look at my tutorial the 'black' that the tutorial in the wiki is talking about is the alpha channel (is used by spring for teamcolour, the more transparent your tex1 is, the less teamcolour it will have)

2) hold RMB for zoom.
Deutscha
Posts: 64
Joined: 29 Apr 2009, 19:23

Re: Game dev question and Upspring

Post by Deutscha »

Pressure Line wrote:1) Have a look at my tutorial the 'black' that the tutorial in the wiki is talking about is the alpha channel (is used by spring for teamcolour, the more transparent your tex1 is, the less teamcolour it will have)

2) hold RMB for zoom.

Thank you :D

How many uv maps can my model have? More than one?

:)
User avatar
yuritch
Spring 1944 Developer
Posts: 1018
Joined: 11 Oct 2005, 07:18

Re: Game dev question and Upspring

Post by yuritch »

s3o only supports one uvmap per whole model.

More can be had using lua tricks, but those basically involve creating the model "on the fly" ingame. There was an example implementation of that a while ago. I'm not aware of any spring games actually using that.

This way has little to do with upspring though.
Post Reply

Return to “Game Development”