Page 1 of 4

I need thies unit bases.

Posted: 11 Sep 2014, 13:51
by TheDarkOne
I'm not sour if this is in the right spot or not if it admin please move it. I need the unit bases of..


Naval-1 turret 1 missile 1 torpedo 1 AA

Naval factory that builds the naval ship

Naval builder that the factory builds that can build the factory

Naval commander ship that can build the factory at start


once i have thees i can start making my RTS game!

Re: I need thies unit bases.

Posted: 11 Sep 2014, 20:05
by FLOZi
Not clear what you're asking for here?

Models?

Unitdefs?

Scripts?

Re: I need thies unit bases.

Posted: 11 Sep 2014, 23:39
by TheDarkOne
FLOZi wrote:Not clear what you're asking for here?

Models?

Unitdefs?

Scripts?
well like a little Ship model with the needed stuff same with factory commander and builder (they can be like long cubes with a stick for turrets or something) Unitdefs and scripts then il create my own models and stuff

Re: I need thies unit bases.

Posted: 12 Sep 2014, 01:52
by Forboding Angel
Hmm, you are unwittingly committing a large sin here (asking for things without anything to show thereby possibly wasting everyone's time if you don't come through).

You should try the tutorial mod to get you started.

Unfortunately I cannot find a link to it's repository. Someone else will likely post it here for you.

Edit: All of evo's source crap and models are there for the taking as well, so dunno if that is useful to you or not, but http://source.evolutionrts.info

Edit2: Was reading another thread and stumbled across it: http://springrts.com/wiki/SpringTutorialGame

Re: I need thies unit bases.

Posted: 12 Sep 2014, 08:40
by Emyfour
"There are just files! Where can I find something more comprehensible?"

Over here: http://springrts.com/wiki/The_Complete_ ... pring_Game

Re: I need thies unit bases.

Posted: 12 Sep 2014, 22:05
by TheDarkOne
Emyfour wrote:"There are just files! Where can I find something more comprehensible?"

Over here: http://springrts.com/wiki/The_Complete_ ... pring_Game

thank you but how would i go about with a Naval unit? and how do i use Blender with spring?

Re: I need thies unit bases.

Posted: 13 Sep 2014, 09:13
by Emyfour
TheDarkOne wrote: how would i go about with a Naval unit?
It's all about the UnitDef file: http://springrts.com/wiki/Gamedev:UnitDefs
TheDarkOne wrote: and how do i use Blender with spring?
Why do you want to complicate your life?

Re: I need thies unit bases.

Posted: 13 Sep 2014, 13:27
by TheDarkOne
Emyfour wrote:
TheDarkOne wrote: how would i go about with a Naval unit?
It's all about the UnitDef file: http://springrts.com/wiki/Gamedev:UnitDefs
TheDarkOne wrote: and how do i use Blender with spring?
Why do you want to complicate your life?

well...i already have several units created in Blender and I'm greatly skilled with it

Re: I need thies unit bases.

Posted: 13 Sep 2014, 15:54
by smoth
Is English a language that you have great difficulty with? Seems like there is a language barrier here

Re: I need thies unit bases.

Posted: 14 Sep 2014, 13:18
by TheDarkOne
smoth wrote:Is English a language that you have great difficulty with? Seems like there is a language barrier here
How does this have anything to do with the topic?

Re: I need thies unit bases.

Posted: 14 Sep 2014, 13:47
by FLOZi
TheDarkOne wrote:
smoth wrote:Is English a language that you have great difficulty with? Seems like there is a language barrier here
How does this have anything to do with the topic?
It has plenty, seen as your original request isn't at all clear. If we know there is a language problem, we can possibly find another native speaker to help you translate.

Re: I need thies unit bases.

Posted: 14 Sep 2014, 14:20
by TheDarkOne
FLOZi wrote:
TheDarkOne wrote:
smoth wrote:Is English a language that you have great difficulty with? Seems like there is a language barrier here
How does this have anything to do with the topic?
It has plenty, seen as your original request isn't at all clear. If we know there is a language problem, we can possibly find another native speaker to help you translate.
Well..sorry about that :P I'm finding that link useful but, when I try to save my ship as a "S3O" file it says.

Unknown extension Failed to save. I did everything but textures cause my Ship would have a lot of texturing to do!

Re: I need thies unit bases.

Posted: 14 Sep 2014, 14:21
by FLOZi
Bug in Upspring, you need to include the file extension when saving e.g. saving 'myunit' won't work but 'myunit.s3o' will.

Re: I need thies unit bases.

Posted: 14 Sep 2014, 14:28
by TheDarkOne
FLOZi wrote:Bug in Upspring, you need to include the file extension when saving e.g. saving 'myunit' won't work but 'myunit.s3o' will.

Thanks, if i get this units in game i will make a post of the game i plain on making here

Re: I need thies unit bases.

Posted: 14 Sep 2014, 14:46
by TheDarkOne
New problem, when I put it all in a folder of the empty mod in /games in the spring folder. It does not show up in games, and yes, the file haves .sdd at the end.

Re: I need thies unit bases.

Posted: 14 Sep 2014, 14:54
by FLOZi

Re: I need thies unit bases.

Posted: 14 Sep 2014, 14:58
by TheDarkOne
It already haves a mod info.


local modinfo = {
name = "Empty Mod",
shortname = "Empty",
game = "Empty Example Mod",
shortgame = "Empty",
description = "Mod with the bare minimum to run. Based on FLOZi's MDK",
url = "http://www.somewebsite.com/",

modtype = "1",

depend = {
"cursors.sdz",
"springcontent.sdz",
}
}

return modinfo

Re: I need thies unit bases.

Posted: 14 Sep 2014, 15:27
by FLOZi
Does it follow http://springrts.com/wiki/Gamedev:Structure correctly?

Sometimes having extra folders within folders can cause problems

Re: I need thies unit bases.

Posted: 14 Sep 2014, 20:02
by Forboding Angel
TheDarkOne wrote:New problem, when I put it all in a folder of the empty mod in /games in the spring folder. It does not show up in games, and yes, the file haves .sdd at the end.
Did you mean to say the "folder" has .sdd on the end? Putting .sdd on the end of any files won't help. foldername.sdd in the spring games folder signals spring to read the content inside.

Just wanted to possibly make that more clear.

Re: I need thies unit bases.

Posted: 14 Sep 2014, 21:15
by CarRepairer
Image