Olordrin
Chieftain
- Joined
- Jan 16, 2017
- Messages
- 25
First off, hello everyone. Been playing Civ and lurking these forums forever, but with this iteration of Civ, I finally decided to try my hand at modding. I figured I'd go "simple" first and just make a custom Civ with a custom leader that replaced most of the standard units with custom units. It's really just stat and icon changes. It was basically just to get a feel for the syntax and inner workings, but now I have to finish it and it has to work. Using the database.log (which I found out about only recently), I've narrowed my errors down to one.
ERROR: Invalid Reference on Units.UnitType - "UNIT_VELISZHA" does not exist in Types
Well, I have my units file open and I'm staring directly at this in <Types>:
<Row Type="UNIT_VELISZHA" Kind=KIND_UNIT"/>
Am I looking for the error in the wrong place? I've been staring at it long enough that my brain has locked itself out of finding the problem.
ERROR: Invalid Reference on Units.UnitType - "UNIT_VELISZHA" does not exist in Types
Well, I have my units file open and I'm staring directly at this in <Types>:
<Row Type="UNIT_VELISZHA" Kind=KIND_UNIT"/>
Am I looking for the error in the wrong place? I've been staring at it long enough that my brain has locked itself out of finding the problem.
