Research? Upgrades?
Moderator: Moderators
- The_Igishly_Co
- Posts: 34
- Joined: 10 Oct 2013, 01:56
Research? Upgrades?
Okay, so I've been working on and off over the period of time I've been silent on the forums, and I've been looking to implement this feature for a while. I've checked the wiki, and even asked some other sources, and I'm not sure how to set this up. Or what type of script to modify/create. So, any of you bright chaps know how to code this into a game?
Re: Research? Upgrades?
Be a bit more specific.
Re: Research? Upgrades?
You need to detail what you mean by a research or upgrade.
your current post is akin to saying, how to make a car?
your current post is akin to saying, how to make a car?
Re: Research? Upgrades?
a lua gadget script. http://springrts.com/wiki/Lua_ScriptingOr what type of script to modify/create.
Sadly there is no real tutorial how to get started...
Here is example for tech tree:
http://springrts.com/phpbb/viewtopic.php?f=23&t=20680
- The_Igishly_Co
- Posts: 34
- Joined: 10 Oct 2013, 01:56
Re: Research? Upgrades?
Basically, I want it like this:
-Unit Has 25 health
-Unit is sad that he has low health
-Unit wants more health
-Player selects the factory that produces said unit
-Player hits an option(Button, thingie) to research enhanced sheilding
-Research begins
-(Later)
-Unit get's a +15 HP boost
-Unit is happy
-The End
-Unit Has 25 health
-Unit is sad that he has low health
-Unit wants more health
-Player selects the factory that produces said unit
-Player hits an option(Button, thingie) to research enhanced sheilding
-Research begins
-(Later)
-Unit get's a +15 HP boost
-Unit is happy
-The End
Re: Research? Upgrades?
you want starcraft style.
There is currently no gadget that does this. You can however take one of ZWZSG's gadget and alter it.
There is currently no gadget that does this. You can however take one of ZWZSG's gadget and alter it.
Re: Research? Upgrades?
First you should figure out how to do:
If that doesn't scare you off you can take a look at adapting zwzsg's gadgets.The_Igishly_Co wrote:-Player hits an option[...]Unit get's a +15 HP boost
Re: Research? Upgrades?
MCL has something like this but they are unit-level perks, not factory-level.