Jump to content

Vox Populi - The Ultimate Balance Mod


Hannibal_Barca
 Share

Recommended Posts

@Hannibal_Barca Yes, oil palm is native to my region (West-Africa). It's been cultivated for at least 4000 years here in Ghana. Those are small-scale informal farms though, mixed with other crops like cacao, cassava, cocoyam, plantains, corn, cabbage, carrots, peppers, tomatoes, onions, and eggplants. 

Edited by Sundiata
  • Like 2
Link to comment
Share on other sites

51 minutes ago, Hannibal_Barca said:

Updated mod

@Nescio your suggestion for trade didn't seem to work properly

It changed the trade values but you got something like 27 across a whole normal sized map.

And? Your intention was to make trade less profitable, right? To me this seems to work properly; besides, with upgrades the income will probably be higher; traders don't have to gain more than they costed in a single trip.

Link to comment
Share on other sites

Just now, Nescio said:

And? Your intention was to make trade less profitable, right? To me this seems to work properly; besides, with upgrades the income will probably be higher; traders don't have to gain more than they costed in a single trip.

As traders are easy targets for raid and stuff.. I dont think this will work

Something around 50-60 for 1 trip was my intention, also to have short distance trade not 4 but maybe 10

Link to comment
Share on other sites

20 minutes ago, Hannibal_Barca said:

As traders are easy targets for raid and stuff.. I dont think this will work

Something around 50-60 for 1 trip was my intention, also to have short distance trade not 4 but maybe 10

You can easily change the normalization (the “/ 100” part) or add a constant in the “gain.traderGain” line; e.g. if you think gain ought to be twice as high, just put a “ * 2” before the “;” .

Edited by Nescio
ce
Link to comment
Share on other sites

Just now, Nescio said:

... or change the “gainMultiplier”; by the way, have you disabled your “/simulation/data/technologies/trade_nerf.json”? I think it's unnecessary to have a separate technology if the problem exists and can be solved in the “/simulation/helpers/TraderGain.js” file :)

Not yet but I plan to now that I know how :P

Currently playing a game with @Feldfeld, nigel87 and 2 others

Link to comment
Share on other sites

replaced lines 40 and 43:

let distanceSq = firstMarketPosition.distanceToSquared(secondMarketPosition);
gain.traderGain = gainMultiplier * distanceSq / 10000;

with:

let Ndistance = firstMarketPosition.distanceTo(secondMarketPosition)/ 70;
let NdistanceP = Math.pow(Ndistance, 1.5);
gain.traderGain = gainMultiplier * (Ndistance + NdistanceP);

 

Thus getting the following results: (they might still be a bit high but its definitely going in the right direction)

 

ORIGINAL

orignormtrade.thumb.png.70eed7724c48577ac08ea9cd1169e45e.pngorigtinytrade.thumb.png.adb81a339c15425f98d28490d8dcf6a1.png

 

 

WITH CHANGES

normtrade.thumb.png.dd39254e0602f06002026338e61b077c.pngtinytrade.thumb.png.86453557704a532bad9c6c112f0b131c.png

 

@mimo, @elexis I couldn't help noticing you disputing about the "Trade based on Map Size" patch @Grugnas submitted

This could be an answer, but again I know nothing about this :P

 

Edited by Hannibal_Barca
Link to comment
Share on other sites

So you've changed the distance normalization from 100 m to 70 m? (Don't forget to update the comments between lines 40 and 43).

 

You also might want to have a critical look at simulation/data/technologies/trade_convoys_speed.json, because at 200 metal this town phase research is both much cheaper and more effective than any of the other market technologies. *1.25 (i.e. +25%) walk speed means 1/1.25=0.8 (i.e. -20%) travel time which means 1/0.8=1.25 (i.e. +25%) trade income. Maybe lower it (to +10%?) and make it more expensive (add a 200 food cost?).

Link to comment
Share on other sites

54 minutes ago, Nescio said:

So you've changed the distance normalization from 100 m to 70 m? (Don't forget to update the comments between lines 40 and 43).

 

You also might want to have a critical look at simulation/data/technologies/trade_convoys_speed.json, because at 200 metal this town phase research is both much cheaper and more effective than any of the other market technologies. *1.25 (i.e. +25%) walk speed means 1/1.25=0.8 (i.e. -20%) travel time which means 1/0.8=1.25 (i.e. +25%) trade income. Maybe lower it (to +10%?) and make it more expensive (add a 200 food cost?).

As it happens, I just deleted the comments :rolleyes:

As for the trade tech, it seems a nice idea but maybe 15% and current cost would be good enough.. after all players don't directly associate walk speed with huge gain, bet most of them think the profit techs are better (noone is going to get out a calculator ingame or even if bored - unless that's you:P )

Edited by Hannibal_Barca
Link to comment
Share on other sites

1 minute ago, Hannibal_Barca said:

As it happens, I just deleted the comments :rolleyes:

As for the trade tech, it seems a nice idea but maybe 15% and current cost would be good enough.. after all players don't directly associate walk speed with huge gain, bet most of them think the profit techs are better (noone is going to get out a calculator ingame or even if bored - unless that's you:P )

Maybe it's just me, but I don't need a calculator to immediately recognize +25% speed is far more effective than +10% gain :)

 

 

Anyway, another, unrelated suggestion: replace simulation/data/auras/structures/wonder_pop_2.json with:

{
  "type": "player",
  "affects": ["Player"],
  "modifications": [
    { "value": "Player/MaxPopulation", "multiply": 1.1 }
  ],
  "auraName": "Glorious Expansion",
  "auraDescription": "Further increase the population limit by +10% per wonder owned (requires \"Glorious Expansion\" tech).",
  "requiredTechnology": "pop_wonder",
  "stackable": true
}

Because when playing with smaller population sizes (e.g. default maximum of 100), +40 really unbalances the game, and +10% would be much better (which works out at +10 at 100 and +30 at 300).

Link to comment
Share on other sites

 

6 minutes ago, Hannibal_Barca said:

I don't think why anyone would pay 1k each res +2k food, 3k wood, 500metal stone  for 10+10 pop

when its so hard to accumulate enough res even for your own units with 100 pop max

Actually I would (and do), if I can afford it, because 100+10+10=120, which gives you a huge advantage against foes who're limited to just 100. Anyway, if you're not interested, perfectly fine, I don't really care, it's your mod, not mine :)

Edited by Nescio
ce
Link to comment
Share on other sites

Working together? I only posted a few critical remarks because stanislas69 mentioned me earlier in this topic. If Hannibal_Barca decides to do something with any of my suggestions, then that's entirely his decision; it's completely his mod.

(Personally I think it's better to let it evolve on its own way, without aiming to emulate any of the other existing mods; always be critical of my suggestions and do not hesitate to reject them.)

Link to comment
Share on other sites

11 minutes ago, Nescio said:

Working together? I only posted a few critical remarks because stanislas69 mentioned me earlier in this topic. If Hannibal_Barca decides to do something with any of my suggestions, then that's entirely his decision; it's completely his mod.

(Personally I think it's better to let it evolve on its own way, without aiming to emulate any of the other existing mods; always be critical of my suggestions and do not hesitate to reject them.)

I agree, personally I don't see eye-to-eye with @Nescio in a lot of things and units costing metal is one of them

Being Vox Populi as it is, I don't hear the masses clamouring for all units to cost metal

Link to comment
Share on other sites

5 minutes ago, stanislas69 said:

The idea is to get things moving while keeping the trace on what has been done and why it didn't work. If it takes two mods to do that. So be it.

Why just two? I'm aware of the existence of half a dozen ongoing modifications (in chronological order):

But there are probably many more :)

 

Different people have different ideas. The more mods there are available, the better. Having ideas you don't want to see implemented is also useful. Disagreement often can be constructive in discussions.

  • Like 4
Link to comment
Share on other sites

Actually balance opinions always travel on different trails and that could be reasonable as long as they are mods only. multiplayer is the only thing suffering from that mods splitting tendency because getting more people involved to play and try mods online is quite time spending. Also most of strategies invented in multiplayer are also valid in single player.

My personal point of view is that knowing already used strategies helps a lot to know about different units performance and perhaps how civs game style could "evolve" during the game.

  • Like 1
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...