DoktorApplejuce
Champion of Kirkwall
Users Gpuzzle, David Xanatos, and I are working together on a collaboration mod, with Gpuzzle as the main code-writer. However, as he is now currently out of town, I've taken up work on the project. Unfortunately, I now next to nothing about Lua, and a lot of issues are arising.
a copy of the mod is here: http://www.mediafire.com/download/as7bzh96byo4lg3/Gravity_Falls_(v_1).civ5mod
Problem 1 (this actually probably isn't lua, but I'm out of ideas); something in the code is preventing the civ's unique building from working properly. It simply is not showing up in-game. All that I can see in error logging is
and
The civ selection screen, showing the lack of a unique building:
0-0-0-0-0
Problem 2:
This screen;
pops up upon starting a game as the civ. Clicking 'close' does nothing.
0-0-0-0-0
Problem 3:
If you look at the bottom left of the image above, you can see the settler icon. It's the wrong colour. Where that icon has the darker green shade, is supposed to be orange. When a city is settled, the city text and borders are the correct colour.
Thank you in advance to anyone who can offer any suggestions.
a copy of the mod is here: http://www.mediafire.com/download/as7bzh96byo4lg3/Gravity_Falls_(v_1).civ5mod
Problem 1 (this actually probably isn't lua, but I'm out of ideas); something in the code is preventing the civ's unique building from working properly. It simply is not showing up in-game. All that I can see in error logging is
Code:
[100606.593] Invalid Reference on Civilization_BuildingClassOverrides.BuildingType - "BUILDING_GPUZ_MYSTERY" does not exist in Buildings
Code:
[100603.531] In XMLSerializer while inserting row into table insert into Language_en_US('Tag', 'Text') with values (TXT_KEY_THEMING_BONUS_GPUZ_MYSTERY_1, Mystery Shack's Collection of {1_EraAdjective} {2_CivAdjective} Mysteries, ).
[100603.531] In XMLSerializer while updating table Language_en_US from file XML/Buildings/GravityFallsBuilding.xml.
The civ selection screen, showing the lack of a unique building:
Spoiler :

0-0-0-0-0
Problem 2:
This screen;
Spoiler :

pops up upon starting a game as the civ. Clicking 'close' does nothing.
0-0-0-0-0
Problem 3:
If you look at the bottom left of the image above, you can see the settler icon. It's the wrong colour. Where that icon has the darker green shade, is supposed to be orange. When a city is settled, the city text and borders are the correct colour.
Thank you in advance to anyone who can offer any suggestions.