Enlightenment Era (Vox Populi)

Enlightenment Era for Vox Populi (v 4)

Forgot to mention, needs the latest hotfix.


I'll do that after the next VP installer releases. In the meantime, I sent a support ticket to Steam support about the Workshop situation. Not keeping my hopes up, but there's a small chance.


Yes.

Just wanted to drop by that I've passed Enlightenment era now in my playthrough and everything seemed to be running smoothly and I didn't notice any bugs. It was cool to see some new designs/unit lines! Thanks for your work.
 
Steam Support does not offer technical assistance with content creation in the Workshop.

See the Steam Workshop article for general information about the feature.

For specific creation issues, we recommend visiting the game's Steam discussions forum and Workshop forum to search posts or submit a new post to get help from your fellow content creators.

Just an update on the Steam Workshop situation. This is Steam support's reply. Essentially, Workshop is not supported by Valve... :sad:

I wasn't expecting anything, and I'm still disappointed. :nono:
 
VPEE2.0.1.png


Code:
VPEE 2.0.1

Promotions
- Flagship promotion restored as it was before v2 (Fix)
  (+ 20% defense for adjacent naval units at the start of the next turn)

Units
- No 'Naval Misfire Promotion' to Field Gun. (new VP rule)
- Cost/FaithCost reduced:
  Carrack 250/370 (was 350/450)
  Nau 250/370 (was 350/450)
  Sea Beggar 300/400 (was 450/450)
  Galleon 310/410 (was 375/450

This update is independent of @HungryForFood 's plans.
 

Attachments

  • Enlightenment Era (Vox Populi) (v 2.0.1).7z
    15.3 MB · Views: 271
Last edited:
CORE_AREA_EFFECT_PROMOTIONS should be 1 in CustomModOptions.xml
CORE_AREA_EFFECT_PROMOTIONS should be 1 in CustomModOptions.xml EEVP v2 :think:

@HungryForFood will decide what to do in its next version.
For now, EEVP 2.0.1 is working, without any CustomModOptions change.
 
with the latest patch, theres a mod comflict

i think

UPDATE Buildings -- VP: Arsenal, Metallurgy
SET BuildingClass = 'BUILDINGCLASS_EE_BASTION', PrereqTech = 'TECH_EE_FLINTLOCK', Defense = 1000, ExtraCityHitPoints = 100, CityIndirectFire = 0, BlockScienceTheft=0 WHERE Type = 'BUILDING_KREPOST';

from EEVP buidings causing an error

BlockScienceTheft=0 is the part where it causes txt_key error

can you take a look at it?
 
with the latest patch, theres a mod comflict

i think

UPDATE Buildings -- VP: Arsenal, Metallurgy
SET BuildingClass = 'BUILDINGCLASS_EE_BASTION', PrereqTech = 'TECH_EE_FLINTLOCK', Defense = 1000, ExtraCityHitPoints = 100, CityIndirectFire = 0, BlockScienceTheft=0 WHERE Type = 'BUILDING_KREPOST';

from EEVP buidings causing an error

BlockScienceTheft=0 is the part where it causes txt_key error

can you take a look at it?

Not an actual dev, but I went in and cut out that line, which does appear to have fixed the txt_key error. Attached the file, should be able to just overwrite the file in the SQL folder in the EEVP install.
 

Attachments

  • EEVP_Buildings.zip
    9.1 KB · Views: 102
Not an actual dev, but I went in and cut out that line, which does appear to have fixed the txt_key error. Attached the file, should be able to just overwrite the file in the SQL folder in the EEVP install.

Thank you this fixed it.
 
Been a bit preoccupied with other things lately, but hopefully I can make more time for modding now. Anyway, an update.

Code:
--------------------------------------------------------------
v3
--------------------------------------------------------------
Units
- Field Cannon no longer has the Naval Misfire promotion. The Field Cannon will now follow the given promotions for the Howitzer if a future VP version changes it.
- Cost and Faith cost reduced for the following:
- Carrack 250/370 (was 350/450).
- Nau 250/370 (was 350/450).
- Sea Beggar 250/370 (was 450/450).
- Galleon 310/410 (was 375/450).

Misc
- Fixed missing string error (due to VP update to espionage causing conflict).

The Ship of the Line bonus does work by the way:

Spoiler :
With bonus:


Without bonus:


Just that the bonus may be hard to spot as the UI condenses the breakdown if there are too many effects in play.

I'll make the Steam Workshop submission soon.
 

Attachments

  • Enlightenment Era (Vox Populi) (v 3).civ5mod
    15.4 MB · Views: 201
Top Bottom