Jump to content

Mod advice needed


gichardromes
 Share

Recommended Posts

Noob here and I have gone through the modding tutorials. I want to create a single or multiple mods with the following features. I would appreciate any advice from older modders to help me understand if the features are possible or not before I attempt it. Features are weird, but something that interest me.

  • Make all killed enemies humans scavengable for food (yes cannibal style), weapons and/or metal. Horses can be stolen or become wild (Gaia).
  • Infantry can become Cavalry from stolen horses by garrisoning both into a stable.
  • All enemy structures which get destroyed drop the resources that can be recovered by citizen soldiers or female citizens
  • All enemy structures destroyed do not disappear into the ground but remain as ruins in the same place which can then be mined for resources which were used to build them
  • All mountains / cliffs yield stone or metal by building quarries at the site and yield at half the rate of metal and stone sites slow yield, and slowly disappear or turn green
  • Trees can be grown in managed plantations (orchard option) to produce fruit and wood, similar to farms
  • Animals can be tamed and used as military or food, both Gaia wild animals and domestic including wolves, lions and alligators.
  • The Corral building option allows for building of gated sections to keep and multiply selected animals like boars, deer, elephants etc. Growing of orchards also provides food for animals
  • Killed enemies can also be fed to Gaia predators to increase their numbers in the Corral if not eaten as food.
  • Water bodies can be used to grow fish and provide water to farms / orchards
  • Merchants who get killed in action have the goods turn into treasure that can be captured

Also wondering if the environment can be made modifiable during the game. Why or why not?

Open to working on this mod with others as well, if it clicks with someone

Edited by gichardromes
Better formatting for other readers
Link to comment
Share on other sites

9 minutes ago, gichardromes said:

Also wondering if the environment can be made modifiable during the game. Why or why not?

You need to add a lot of components to the engine and that's quite advanced.

 

For captured or rammed animals, you just need to create a new component in simulation, similar to how I'm creating one for religious conversion. Believe me, it's something complex.

Do you know JavaScript coding?

If so, you're doing better than me, who's just starting out.

Link to comment
Share on other sites

15 minutes ago, gichardromes said:

The Corral building option allows for building of gated sections to keep and multiply selected animals like boars, deer, elephants etc. Growing of orchards also provides food for animals

It sounds very advanced and a lot of work to implement.

 

16 minutes ago, gichardromes said:

All mountains / cliffs yield stone or metal by building quarries at the site and yield at half the rate of metal and stone sites slow yield, and slowly disappear or turn green

I don't understand this 

 

16 minutes ago, gichardromes said:

All enemy structures which get destroyed drop the resources that can be recovered by citizen soldiers or female citizens

Same as a rpg game?

 

18 minutes ago, gichardromes said:

Make all killed enemies humans scavengable for food (yes cannibal style), weapons and/or metal. Horses

The problem with horses and riders is that they are not independent, they are one thing in the game, you would have to program a lot.

 

Almost all you need is for units or entities to transform into other units upon death. It's quite a bit of coding to do.

Link to comment
Share on other sites

Thanks a lot for the advice.

1 hour ago, Classic-Burger said:

For captured or rammed animals, you just need to create a new component in simulation, similar to how I'm creating one for religious conversion. Believe me, it's something complex.

Do you know JavaScript coding?

Yes, I already know JS and am learning along the way for this as this is a personal interest in pursuit of a larger idea. But I want to use existing mechanics as far as possible, where the animals become Gaia / Food without owners.

Once owned (capture building mechanic) or moved within borders, they behave the same as the animals from the Corral

1 hour ago, Classic-Burger said:

Here you're going to need an actor or edit the actors a bit.

No issues here, will do this.

58 minutes ago, Classic-Burger said:

It sounds very advanced and a lot of work to implement.

I was thinking of using the existing game mechanics itself with some additional buttons only

59 minutes ago, Classic-Burger said:

I don't understand this 

This mechanic was something I saw in Rise of Nations where all mountains are mine-able

1 hour ago, Classic-Burger said:

Same as a rpg game?

No, just like the existing treasure option or Unfinished Greek temple Ruins option where buildings become like this instead of razing to the ground

1 hour ago, Classic-Burger said:

The problem with horses and riders is that they are not independent, they are one thing in the game, you would have to program a lot.

 

Almost all you need is for units or entities to transform into other units upon death. It's quite a bit of coding to do.

I am willing to give it a go, no matter how much coding or effort it is, as long as it is possible. Sounds like an interesting challenge

1 hour ago, Classic-Burger said:

You need to add a lot of components to the engine and that's quite advanced.


Environment modification was just a thought, not something immediate

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...