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
Key doens´t work...
thephoenix1860 Offline
Junior Member

Posts: 33
Threads: 4
Joined: Sep 2011
Reputation: 0
#11
RE: Key doens´t work...

lolz....i really think you kidding me....
the key has already a name, and this name i have to put it into the hps

(02-14-2012, 04:55 PM)Your Computer Wrote: CustomSubItemTypeName can be whatever you want so long as it is reflected in the .lang file.

and how can i check it? In my lang. stays:
<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">My first Custom Story! AC/DC FTW!</Entry>
</CATEGORY>
</LANGUAGE>

but i think, that my key-problem doesnt have to do with the lang.
(This post was last modified: 02-14-2012, 05:58 PM by thephoenix1860.)
02-14-2012, 05:29 PM
Find
Shives Offline
Member

Posts: 154
Threads: 41
Joined: Jan 2012
Reputation: 1
#12
RE: Key doens´t work...

SetSwingDoorLocked("mansion_1", false, false);
Should be
SetSwingDoorLocked("mansion_1", false, true);
or
SetSwingDoorLocked("mansion_1", true, false);

My Custom Story
http://www.frictionalgames.com/forum/thread-12587.html

Sorry for bad English


02-14-2012, 07:32 PM
Find
Your Computer Offline
SCAN ME!

Posts: 3,456
Threads: 32
Joined: Jul 2011
Reputation: 235
#13
RE: Key doens´t work...

(02-14-2012, 05:29 PM)thephoenix1860 Wrote: and how can i check it? In my lang. stays:
<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">My first Custom Story! AC/DC FTW!</Entry>
</CATEGORY>
</LANGUAGE>

but i think, that my key-problem doesnt have to do with the lang.

http://www.youtube.com/watch?v=xM8cMhPw_...8&index=10

Tutorials: From Noob to Pro
02-14-2012, 07:41 PM
Website Find
thephoenix1860 Offline
Junior Member

Posts: 33
Threads: 4
Joined: Sep 2011
Reputation: 0
#14
RE: Key doens´t work...

yeah, i heard that you have done helpfully tutorials^^ And i thank you a lot dude, because you answered my another question. But i think you didn really understand my problem: I want to use the key to open the closed door and not to give the key and a leveldoor a name xD

02-14-2012, 08:18 PM
Find
Darkaroth Offline
Junior Member

Posts: 11
Threads: 2
Joined: Feb 2012
Reputation: 0
#15
RE: Key doens´t work...

Are you sure you've entered the right item name and door name ?( only use the customsubitemtypename for the .lang ) and try
SetSwingDoorLocked("mansion_1", false, true); instead of
SetSwingDoorLocked("mansion_1", false, false);
02-14-2012, 08:29 PM
Find
Your Computer Offline
SCAN ME!

Posts: 3,456
Threads: 32
Joined: Jul 2011
Reputation: 235
#16
RE: Key doens´t work...

SetLevelDoorLocked is used to lock or unlock level doors not SetSwingDoorLocked.

Tutorials: From Noob to Pro
02-14-2012, 08:31 PM
Website Find
thephoenix1860 Offline
Junior Member

Posts: 33
Threads: 4
Joined: Sep 2011
Reputation: 0
#17
RE: Key doens´t work...

@Darkaroth
well, that with "only use the subitemtypename in .lang" i dont understand and, yes ive already tried it with ".....false,true" and ye, im sure that ive typed the right name of the key and of the door^^

@shives
it doesn work Sad

@YourComputer
well,thanks
02-14-2012, 08:37 PM
Find
flamez3 Offline
Posting Freak

Posts: 1,281
Threads: 48
Joined: Apr 2011
Reputation: 57
#18
RE: Key doens´t work...

(02-14-2012, 05:29 PM)thephoenix1860 Wrote: lolz....i really think you kidding me....


No need to be sarcastic. When you don't use proper English and don't even ask the right question in your topic it's hard to know what you want.

02-15-2012, 05:37 AM
Find
thephoenix1860 Offline
Junior Member

Posts: 33
Threads: 4
Joined: Sep 2011
Reputation: 0
#19
RE: Key doens´t work...

when you look at my script you can think what i mean Smile
and ye, sorry i was aggressive ^^
02-16-2012, 04:29 PM
Find




Users browsing this thread: 1 Guest(s)