View Single Post
Old 11-29-2016, 01:37 PM   #2
pstrickert
Hall Of Famer
 
pstrickert's Avatar
 
Join Date: Dec 2005
Posts: 16,433
Quote:
Originally Posted by andjbock View Post
Hi,

If I want to add additional personality descriptions (or any kind of extra text in general) to the game. Can I simply copy and existing OBJ ID, give it a new numerical value and then edit the new text inside the english.xml file?

Existing in English.xml:
HTML Code:
<CAT id="704">
     <OBJ id="26320" text="A baseball rat, he's the first one to the park each day and the last one to leave."/>
</CAT>

My Addition:
HTML Code:
<CAT id="704">
     <OBJ id="26320" text="A baseball rat, he's the first one to the park each day and the last one to leave."/>
     <OBJ id="99998" text="A baseball gazelle, he takes Viagra before each game."/>
     <OBJ id="99999" text="A baseball manatee, he's the first one to the park on Tuesdays."/>
</CAT>
I'm not 100% sure, but I think your additions should work. Just backup the original file before you try it.
pstrickert is offline   Reply With Quote