Hey I just started makeing my own custom story. I use the dev_user and i got all my files in \maps\main\Test1 (I use steam) get it running and all but it doesnt show the name or description of my key
<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">blahblah</Entry>
</CATEGORY>
<CATEGORY Name="Inventory">
<Entry Name="ItemName_castlekey"> Castle key</Entry>
<Entry Name="ItemDesc_castlekey"> A simple key.</Entry>
</CATEGORY>
</LANGUAGE>
I named the key in leveleditor general: castle_key_1
and in entity CustomSubItemTypeName: castlekey
Does it matter if the files are in main/maps/test1 or /custom_game/test1/? like can't i see the description because i am in dev_user?
Please help