Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Renaming Item(s)
Lagoz Offline
Junior Member

Posts: 9
Threads: 3
Joined: Dec 2011
Reputation: 0
#1
Renaming Item(s)

Hello, i'm trying to rename a key but i had no success so far.

The problem is the Language file, i cannot seem to make it work, i followed serval tutorials and still
it fails.

all i get is "picked up" and no description either.

help me out ;P
(This post was last modified: 12-07-2011, 05:19 PM by Lagoz.)
12-05-2011, 07:58 PM
Find
nemesis567 Offline
Posting Freak

Posts: 874
Threads: 65
Joined: May 2011
Reputation: 10
#2
RE: Renaming Item(s)

Are you making a full conversion? What language files are you using/changing? Have you changed the description and title?

Today I dreamt the life I could live forever. You only know that when you feel it for you know not what you like until you've experienced it.
12-05-2011, 08:08 PM
Find
Lagoz Offline
Junior Member

Posts: 9
Threads: 3
Joined: Dec 2011
Reputation: 0
#3
RE: Renaming Item(s)

All tutorials ive watched/read tells me to do add the following to the extra_english.lang file
I can use the key to open the door but it doesnt have any name/description

<CATEGORY Name="Inventory>
<Entry Name="ItemName_SmallKey">a Small Key</Entry>
<Entry Name="ItemDesc_SmallKey">Opens a door</Entry>
</CATEGORY>

so it should look something like;

<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">Description</Entry>
</CATEGORY>

<CATEGORY Name="Inventory>
<Entry Name="ItemName_SmallKey">a Small Key</Entry>
<Entry Name="ItemDesc_SmallKey">Wonder where this key fits..</Entry>
</CATEGORY>
</LANGUAGE>
(This post was last modified: 12-05-2011, 08:22 PM by Lagoz.)
12-05-2011, 08:20 PM
Find
narutohokager Offline
Member

Posts: 149
Threads: 28
Joined: Jan 2011
Reputation: 0
#4
RE: Renaming Item(s)

Click on your key item, go to "Entity" and puts a name in case "CustomSubItemTypeName"

Now, go to your language file and put this :
Quote:<CATEGORY Name="Inventory">

<Entry Name="ItemName_NAME">Name Here</Entry>
<Entry Name="ItemDesc_NAME">Description here</Entry>
</CATEGORY>
Replace "NAME" by name you put in
case "CustomSubItemTypeName" and "Name here" = Key Name and "Description here" = Description of the key

Sorry for my bad english
Amnesia The Revenge - Chapter 1
12-05-2011, 08:23 PM
Website Find
Lagoz Offline
Junior Member

Posts: 9
Threads: 3
Joined: Dec 2011
Reputation: 0
#5
RE: Renaming Item(s)

Won't work either
12-05-2011, 08:32 PM
Find
Statyk Offline
Schrödinger's Mod

Posts: 4,390
Threads: 72
Joined: Sep 2011
Reputation: 241
#6
RE: Renaming Item(s)

You're missing a quotation after "Inventory"
12-05-2011, 09:49 PM
Find
Lagoz Offline
Junior Member

Posts: 9
Threads: 3
Joined: Dec 2011
Reputation: 0
#7
RE: Renaming Item(s)

lol thanks.. not sure how i missed that >.<
12-06-2011, 01:20 PM
Find
Statyk Offline
Schrödinger's Mod

Posts: 4,390
Threads: 72
Joined: Sep 2011
Reputation: 241
#8
RE: Renaming Item(s)

Lol don't worry... Happens to me all the time =] Typos and missing symbols are the first things I look for before I look at the function itself. It's usually the problem >>
12-06-2011, 10:15 PM
Find




Users browsing this thread: 1 Guest(s)