New Project

New Project

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
Soppe666
Posts: 12
Joined: 18 Aug 2011, 21:36

New Project

Post by Soppe666 »

Hi.
Me and a friend though we'd try out this game engine and make ourself a RTS.

None of us have any other experience in game creating that a little bit of the program game creator, so in other words we have none.

I have some basic questions about the engine that I woudl like to ask(while my friend is reading the FAQ's)

How do we start the in the very beginning? Is there some certain files we must download to have the basic, but empty engine?

Can everything be made into an Setupfile that installs like a normal game?

And please refer to any already FAQ's if I or my friend have overlooked anythng.
User avatar
KaiserJ
Community Representative
Posts: 3113
Joined: 08 Sep 2008, 22:59

Re: New Project

Post by KaiserJ »

welcome!

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

this is a very nice tutorial by PTsnoop that should get you started. i feel it's particularly strong in a "de-mystifying" way that seems geared to new developers; a very nice starting point

good luck, and have fun!
User avatar
FLOZi
MC: Legacy & Spring 1944 Developer
Posts: 6241
Joined: 29 Apr 2005, 01:14

Re: New Project

Post by FLOZi »

Soppe666 wrote:Hi.
Me and a friend though we'd try out this game engine and make ourself a RTS.
Hello and welcome!
None of us have any other experience in game creating that a little bit of the program game creator, so in other words we have none.
Be prepared for a lot of learning and a lot of work. Particularly you'll need to develop 3d art skills (modelling, uv mapping, texturing) and basic programming skills (lua).
I have some basic questions about the engine that I woudl like to ask(while my friend is reading the FAQ's)

How do we start the in the very beginning? Is there some certain files we must download to have the basic, but empty engine?
If you just download the regular engine installer from http://springrts.com/wiki/Download you'll have the basic, empty engine.
Can everything be made into an Setupfile that installs like a normal game?
Yes. Kernel Panic, Spring:1944, Gundam RTS, ZeroK, EvoRTS off the top of my head, all have their own separate, full installers.
And please refer to any already FAQ's if I or my friend have overlooked anythng.
The wiki and the forum and #moddev and #lua lobby channels are the best source of info, as well as http://answers.springlobby.info/, but none of these are sufficient without your own hard work. 8)

You may also want to have a look at the internals of some existing Spring games, easiest way is to browse their code repositories online:

Spring: 1944

ZeroK

EvoRTS

Conflict Terra
Soppe666
Posts: 12
Joined: 18 Aug 2011, 21:36

Re: New Project

Post by Soppe666 »

Thanks for good and quick answers, I'll be sure to read through and just directed my friend over here, he is the one who will do the main programming :mrgreen:

But I'll test out some 3d modeling programs and learn the basics there, any reccomendations on a good and free program for those kind of jobs?
User avatar
knorke
Posts: 7971
Joined: 22 Feb 2006, 01:02

Re: New Project

Post by knorke »

wings3d is good and imo the most easy one to use, even with no experience. Also exports to Spring without too much hassle.
http://www.wings3d.com/
Soppe666
Posts: 12
Joined: 18 Aug 2011, 21:36

Re: New Project

Post by Soppe666 »

Wings3d works good so far, I did build this only with preset figures like squares and cylinders.

And upside down :shock:
Image

Image
User avatar
knorke
Posts: 7971
Joined: 22 Feb 2006, 01:02

Re: New Project

Post by knorke »

good enough for start!
now follow this guide to get it ingame and moving:
http://springrts.com/wiki/The_Complete_ ... pring_Game
Soppe666
Posts: 12
Joined: 18 Aug 2011, 21:36

Re: New Project

Post by Soppe666 »

I have my firend working on a texture as we speak :wink:

Again, thanks for the help, it really have gotten us moving
User avatar
Forboding Angel
Evolution RTS Developer
Posts: 14673
Joined: 17 Nov 2005, 02:43

Re: New Project

Post by Forboding Angel »

Wow, he actually did something. I am more inclined to help now.
Soppe666
Posts: 12
Joined: 18 Aug 2011, 21:36

Re: New Project

Post by Soppe666 »

Forboding Angel wrote:Wow, he actually did something. I am more inclined to help now.
:mrgreen:
User avatar
smoth
Posts: 22309
Joined: 13 Jan 2005, 00:46

Re: New Project

Post by smoth »

cute tank.
Soppe666
Posts: 12
Joined: 18 Aug 2011, 21:36

Re: New Project

Post by Soppe666 »

Why thank you.
Soilberg
Posts: 1
Joined: 18 Aug 2011, 21:35

Re: New Project

Post by Soilberg »

Hi, I'm Soppe's friend.

We are following the tutorial, but we can't seem to be able to download Upspring from http://springrts.com/wiki/Upspring

Is there anywhere else we can download this software?


Nevermind, we could download it on another computer :P
Soppe666
Posts: 12
Joined: 18 Aug 2011, 21:36

Re: New Project

Post by Soppe666 »

Also, more playing around. I would say improvements are made as it's my second model. :mrgreen:
Image
User avatar
Forboding Angel
Evolution RTS Developer
Posts: 14673
Joined: 17 Nov 2005, 02:43

Re: New Project

Post by Forboding Angel »

Ok, agile critique time from someone who has no business critiquing a model...

Your cylinders are wasting a lot of polies. Anything that has 5 sides the engine will render as round. Iirc, wings does cylinders as 16 sides. Cut them down to like 6 sides and you'll be in good shape. Thing is, polycount isn't really an issue, but that is no reason to waste them.

Nice tank BTW :-). Oh, also, show us a screen of how it actually Looks (not a render).
User avatar
smoth
Posts: 22309
Joined: 13 Jan 2005, 00:46

Re: New Project

Post by smoth »

that is a simple goraud shaded shot forb. That is how it looks.
User avatar
FLOZi
MC: Legacy & Spring 1944 Developer
Posts: 6241
Joined: 29 Apr 2005, 01:14

Re: New Project

Post by FLOZi »

Need rattle to come by and post 'fix your normals!' + pic.

edit:

Image

Image
User avatar
Wombat
Posts: 3379
Joined: 15 Dec 2008, 15:53

Re: New Project

Post by Wombat »

^ this, makes huge difference.

as a pro (huh?) tip i suggest you take care of all the coding stuff first, later models. coding is something that basicly killed majority of fresh projects here.
Soppe666
Posts: 12
Joined: 18 Aug 2011, 21:36

Re: New Project

Post by Soppe666 »

Sorry for not updating more frequent. School has stared and I'm taking over an hour with train and bus both ways.

Thanks for the tip above, it does md a difference :mrgreen:
Post Reply

Return to “Game Development”