Hi
am not sure if this is the right place to post this, if its wrong am sorry.
am currently thinking of creating a mod or game, using the spring engine .
but would it be possible to create a complicated tech tree like for example the easy 2160 game.
see for example
rpgendzone.com/Untitled-1.jpg
the reason with my thinking is i just want to do something a little different.
if i do decide to this i will do it fully open source and end of the day am doing it just for the fun of doing it. I wont care if no one ever plays it.
Tech Tree
Moderator: Moderators
Well, if you've got the coding skills, we're all behind you, if you wanted to make something like that with Spring- after all, that's why it's Open Source.
But yeah... it'd be a LOT of work. One of the fundamental assumptions behind Spring is that a Unit is a single, complete entity. We don't even have a way for Units to pass variable states from/to each other yet, which would allow for things like this to become a lot more practical.
But yeah... it'd be a LOT of work. One of the fundamental assumptions behind Spring is that a Unit is a single, complete entity. We don't even have a way for Units to pass variable states from/to each other yet, which would allow for things like this to become a lot more practical.
I'm gonna move this to the feature request area when I'm done posting, basically I would deffinitely like a much more robust system... a lot of it will come from a new gui and the lua integration with the new abstracted formats that are being bounced around now and then... I would deffinitely like this type of thing.
You can't implement upgrades but you can make units that are composed of multiple parts by having all (common) configurations available as separate units like EE does.
If we just had the variable arrays I've proposed before we could implement upgrades to a certain degree quite easily. Granted, tech trees wouldn't really be possible but at least something would be doable.
BTW, grab the ReBa or ADP mods, the default balancing on E2160 sucks.
If we just had the variable arrays I've proposed before we could implement upgrades to a certain degree quite easily. Granted, tech trees wouldn't really be possible but at least something would be doable.
BTW, grab the ReBa or ADP mods, the default balancing on E2160 sucks.
- Shadowsage
- Posts: 73
- Joined: 01 Dec 2005, 05:50
The directional factories in Uberhack were a GUI hack. the screen-space of one buildpic was divided between four buttons that built four distinctly different units (which were the factory in each direction it faced). Not possible in the same way in Spring.Shadowsage wrote:well, in OTA, there was the arrows for the direction of factories, correct?
if i understand, they were build pics seperate from the one below it?
with spring, could we not do the same thing except with a type of weapon
pictured instead of an arrow?