Search found 9 matches
- 18 Apr 2012, 22:40
- Forum: Art & Modelling
- Topic: assimp 3ds loading issue
- Replies: 7
- Views: 2974
Re: assimp 3ds loading issue
Switched to collada, getting the right piece name but unit is smaller than same unit as 3ds. Scaling in blender doesn't work (unless I am not doing it right with the 's' key).
- 16 Apr 2012, 06:29
- Forum: Art & Modelling
- Topic: assimp 3ds loading issue
- Replies: 7
- Views: 2974
assimp 3ds loading issue
Hey guys, I am having a problem with using assimp to load 3ds models. KaiserJ pointed me to using the outliner frame to name each mesh and node (as far as I understand it) in blender and I tried naming and exporting with UpSpring as well, however whenever I load the model into the game I only get pi...
- 26 Mar 2012, 04:17
- Forum: Lua Scripts
- Topic: concept question #enemies around unit increase damage taken?
- Replies: 2
- Views: 743
Re: concept question #enemies around unit increase damage taken?
sounds good, will try this out :)
- 26 Mar 2012, 03:07
- Forum: Lua Scripts
- Topic: concept question #enemies around unit increase damage taken?
- Replies: 2
- Views: 743
concept question #enemies around unit increase damage taken?
trying to think of a way to implement this idea from http://aichallenge.org/ under battle resolution in game specification: (enemies(of my unit) in range of ant) >= (enemies(of enemy unit) in range of enemy) Is this possible? I was thinking of taking a circle radius around my unit and finding all un...
- 25 Mar 2012, 18:22
- Forum: Art & Modelling
- Topic: assimp metafile for dae? (solved)
- Replies: 6
- Views: 2760
Re: assimp metafile for dae
Figured it out, switched model from .dae to .3ds and now it works.
- 25 Mar 2012, 08:51
- Forum: Art & Modelling
- Topic: assimp metafile for dae? (solved)
- Replies: 6
- Views: 2760
Re: assimp metafile for dae
being in the Navy I appreciate the drunk advice, sometimes it is the best!
tried flipping in blender, no luck so far. Will try more tomorrow, have to get some sleep.
tried flipping in blender, no luck so far. Will try more tomorrow, have to get some sleep.
- 25 Mar 2012, 07:51
- Forum: Art & Modelling
- Topic: assimp metafile for dae? (solved)
- Replies: 6
- Views: 2760
assimp metafile for dae? (solved)
Hey guys, been trying to figure out the assimp metafile from: http://springrts.com/phpbb/viewtopic.php?p=463265#p463265 currently I cannot download the AssimpTest file and do not know of any games that use assimp+metafile for their units. I am trying to scale the model with the height command (is th...
- 08 Feb 2012, 13:13
- Forum: Engine
- Topic: Creating My Own Game - Unanswered Questions
- Replies: 29
- Views: 4348
Re: Creating My Own Game - Unanswered Questions
gajop, Licho, and hoijui: Thank you all so much. I sat down with hlecko and looked over the code. There were some simple misinterpretations, and pointing out the source helped immensely. We looked through the source code for Spring and SpringLobby, and made connections much clearer between the two. ...
- 07 Feb 2012, 13:44
- Forum: Engine
- Topic: Creating My Own Game - Unanswered Questions
- Replies: 29
- Views: 4348
Re: Creating My Own Game - Unanswered Questions
Hey guys, I am the group lead for hlecko's project. Hlecko is out IT major and working on the networking side, the 3 others are working on units/graphics/gui/gamedefs... This is a senior CS/IT capstone project (our final project), and maybe I can help explain some of the problems. We are trying to d...