Need advice/help for major mod project
First I have almost no experience with modding, but I am very committed to learning. (I would like to make a carrier out of game programming eventually)
the first part of the mod is about having game play water.
1. most rooms will have a water supply (pipe or waterfall) and/or drain (lava, off map, traditional drain).
2. water slows down objects (water friction).
3. water shorts out damaged buildings (armor removed) damaged buildings discharge electricity, the structure still works it just takes damage until repaired or it is destroyed.
4. lifeforms and marines can drown (this includes alien buildings)
5. there will be adaptations for each team to counter/use water to their advantage.
The math involved is easy mf=mi+min-mout.
I've already found out how to change speed through friction changes but how do you add a friction layer?
I don't have a clue on how to add a suffocation timer.
adaptations:
Aliens
Amphibious(hive): removes suffocation timer. (lifeforms and structures)
Amphibious(life-form): water speed increased. (eventually I want to have new models with fins)
Marines: Breathers: remove suffocation timer. Can be bought by individual marine at low cost or at arms lab for large(er) cost and effects all marines like armor upgrades.
Water jets: allow marines to jet forward in water.
This is just a basic idea for requirements to complete this project I have more ideas that would allow the game to be balanced with the changes. A large part of the inspiration for this is to add a layer to the game so it isn't just about rt & tech points.
Again I am very committed to having this system work if for nothing more than a learning experience. All advice is very appreciated.
the first part of the mod is about having game play water.
1. most rooms will have a water supply (pipe or waterfall) and/or drain (lava, off map, traditional drain).
2. water slows down objects (water friction).
3. water shorts out damaged buildings (armor removed) damaged buildings discharge electricity, the structure still works it just takes damage until repaired or it is destroyed.
4. lifeforms and marines can drown (this includes alien buildings)
5. there will be adaptations for each team to counter/use water to their advantage.
The math involved is easy mf=mi+min-mout.
I've already found out how to change speed through friction changes but how do you add a friction layer?
I don't have a clue on how to add a suffocation timer.
adaptations:
Aliens
Amphibious(hive): removes suffocation timer. (lifeforms and structures)
Amphibious(life-form): water speed increased. (eventually I want to have new models with fins)
Marines: Breathers: remove suffocation timer. Can be bought by individual marine at low cost or at arms lab for large(er) cost and effects all marines like armor upgrades.
Water jets: allow marines to jet forward in water.
This is just a basic idea for requirements to complete this project I have more ideas that would allow the game to be balanced with the changes. A large part of the inspiration for this is to add a layer to the game so it isn't just about rt & tech points.
Again I am very committed to having this system work if for nothing more than a learning experience. All advice is very appreciated.
Comments
This might be of interest to you. While slightly buggy and not working, it will should how to have the "swimming" effect.
You'll need to make a good water texture in this case, which is very difficult to do, or pray there is one in Biodome files. While there is the water from Descent water treatment tanks, it is slow moving, you can stretch it to make it move faster, but it doesn't look as good.
For the suffocation timer you could do something like
forums.unknownworlds.com/discussion/123297/extraentitiesmod/p1
For the custom models, I think a custom skin is enough for learning purposes (and gameplay) because making new models and animations is time consuming.