Log in

View Full Version : Couple of possible errors?



Pezlu
04-10-2008, 18:25
I found these while fiddling with files... I'm a little confused, are these errors?

--

First:

In export_descr_character_traits.txt


;--------------------------------------------------------------
Mod: EBMod959 - 11/26/07 : added trait for a unique building
;===============================================================
;Section: == TRIGGER DATA STARTS HERE ==
;===============================================================

I guess "Mod: EBMod959 - 11/26/07 : added trait for a unique building", right?

It's line 37600 (with notepad)

--

Second:

export_descr_VnVs_enums.txt

This file lists the trait "Noctophilic"
However, the trait "Noctophilic" doesn't exist in export_VnVs and export_descr_character_traits; there is "Noctophiliac" instead

--

Just noticed them, wanted to make sure you knew... or, if you didn't, wanted to warn you :P

Atilius
04-11-2008, 01:08
Added missing ";" in EDCT. The enum files are meaningless, so no problem there.

Thanks