knorke wrote:hey welcome
pro tip: if you dont put links inCode: Select all
tags there are clickable ;) [/quote] Oh sorry habbit. Another forum I am on, they tell you to code all links lol. I will take a look a renaming the peices etc and report back :)
Search found 10 matches
- 26 Jan 2011, 17:14
- Forum: Game Development
- Topic: Having trouble with making my own little mod.
- Replies: 20
- Views: 2819
Re: Having trouble with making my own little mod.
- 26 Jan 2011, 02:53
- Forum: Game Development
- Topic: Having trouble with making my own little mod.
- Replies: 20
- Views: 2819
Re: Having trouble with making my own little mod.
Okay im back haha, How do I make the base show the wireframe of my unit when it is building it?PTSnoop wrote:Congratulations!
- 26 Jan 2011, 02:23
- Forum: Game Development
- Topic: Having trouble with making my own little mod.
- Replies: 20
- Views: 2819
Re: Having trouble with making my own little mod.
I get the error message: [f=0000088] LuaRules::RunCallIn: error = 2, UnitCreated, [string "scripts/tankscript.lua"]:1: piece not found: base And looking at the new tank3.s3o in UpSpring again, there's no piece "base", but there's a piece "Tank.3ds"; if you rename that ...
- 26 Jan 2011, 01:41
- Forum: Game Development
- Topic: Having trouble with making my own little mod.
- Replies: 20
- Views: 2819
Re: Having trouble with making my own little mod.
Could someone take a look and help getting it to shoot? :)MidKnight wrote:Congratulations!
Thank you for being patient and articulate when asking for help!
- 25 Jan 2011, 23:56
- Forum: Game Development
- Topic: Having trouble with making my own little mod.
- Replies: 20
- Views: 2819
Re: Having trouble with making my own little mod.
Okay sucess! After a fashion anyway. I now have the basic mod. You start with a base. The base makes my tank and a builder and the builder can make a base, and an energy generating thingy. lol The problem now is my tank cant attack. The button is there but it does nothing.. Sorry for being a noob gu...
- 25 Jan 2011, 21:46
- Forum: Game Development
- Topic: Having trouble with making my own little mod.
- Replies: 20
- Views: 2819
Re: Having trouble with making my own little mod.
I think I've found the problem. Ignore everything I said before; I was misinterpreting what you were saying. The problem was, on the model in Upspring, you've labelled some of your pieces "Body", "Turret" and "Gun", but the script was looking for "body", &quo...
- 25 Jan 2011, 20:11
- Forum: Game Development
- Topic: Having trouble with making my own little mod.
- Replies: 20
- Views: 2819
Re: Having trouble with making my own little mod.
I used the mod provided called "Empty Game plus Tank" and I just replaced the tank3.3d0 and the texture for it in the mod. Hang on. Do you mean you replaced the original tank3.s3o with a new model called tank3.3d0 ? The Spring engine supports 3do and s3o model formats, which are different...
- 25 Jan 2011, 18:17
- Forum: Game Development
- Topic: Having trouble with making my own little mod.
- Replies: 20
- Views: 2819
Re: Having trouble with making my own little mod.
no, I only had one texture in on my unit. If I use my unit and text in the empty mod, it appears in game and is textured.Beherith wrote:Did you assign both a texture 1 and texture 2 to it in upspring? Are both of those textures in the folder unittextures?
It can move about but cannot shoot.
- 25 Jan 2011, 17:41
- Forum: Game Development
- Topic: Having trouble with making my own little mod.
- Replies: 20
- Views: 2819
Re: Having trouble with making my own little mod.
BaNa wrote:post the infolog here (use pastebin), that should help with troubleshooting.
This is my infolog.txt paste
Code: Select all
http://pastebin.com/WaDrW3Mb
- 25 Jan 2011, 16:29
- Forum: Game Development
- Topic: Having trouble with making my own little mod.
- Replies: 20
- Views: 2819
Having trouble with making my own little mod.
Hey guys. I am having a little trouble. I am following this tutorial http://springrts.com/wiki/The_Complete_Guide_To_Making_A_Spring_Game I have made my little tank etc and the game sees it. I used the mod provided called "Empty Game plus Tank" and I just replaced the tank3.3d0 and the tex...