jarcast2
Janitor Raccoon
This is yet another small mod I made for personal enjoyment I'm sharing to those interested.
Features:
You can disable the changes for a certain civ if you prefer the original art:
1) go to MODS\Jarcast's Alternative Art for Some Civs for VP (v 1) folder and open "VP_Civs_AltArt.sql" with notepad.
2) replace with 0 to disable the art changes.
The changes are only aesthetic, game mechanics are untouched.
DOWNLOAD
Features:
- Replace leader art of GH's Ainu with LitE's Ainu one (link).
- Replace leader art and civ icon of GH's Scotland with MC's Scotland one (link).
- Replace leader art of pineappledan's Chola with MC's Chola one (link).
- Replace leader art and civ name of pineappledan's Cambodia with Sukritact's Khmer Empire one (link).
- Replace leaderscene of GH's Louisiana with Senshi's The Cajuns one (link).
- Replace leader and map art of SMAN's Duchy of Brittany with JFD's Brittany (link).
You can disable the changes for a certain civ if you prefer the original art:
1) go to MODS\Jarcast's Alternative Art for Some Civs for VP (v 1) folder and open "VP_Civs_AltArt.sql" with notepad.
Code:
INSERT INTO COMMUNITY (Type, Value) VALUES
('JAR_CIV_ALT_ART_SCOTLAND', 1),
('JAR_CIV_ALT_ART_AINU', 1),
('JAR_CIV_ALT_ART_CHOLA', 1),
('JAR_CIV_ALT_ART_CAMBODIA', 1),
('JAR_CIV_ALT_ART_LOUISIANA', 1),
('JAR_CIV_ALT_ART_BRITTANY', 1);
The changes are only aesthetic, game mechanics are untouched.
DOWNLOAD