Check the button entry in ArtDefines_units
The normal units have something like this (i'm guessing a bit, don't have civ currently here):
I guess, when you've made your new unit, you did something like:
right?
If yes, remove the comma at the beginning. If you only have one button, the comma will always bring the game to crash. No idea why, no one knowns
.
The normal units have something like this (i'm guessing a bit, don't have civ currently here):
PHP:
<button>,ThisButton ,ThisButton_Atlas,1,2 </button>
I guess, when you've made your new unit, you did something like:
PHP:
<button>,MyButton</button>
right?
If yes, remove the comma at the beginning. If you only have one button, the comma will always bring the game to crash. No idea why, no one knowns
