Frictional Games Forum (read-only)
entity items - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html)
+--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html)
+---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html)
+---- Thread: entity items (/thread-16409.html)

Pages: 1 2 3


RE: entity items - SilentStriker - 06-23-2012

Do you know how to do it? I would guess this is the way to go http://www.youtube.com/watch?v=xM8cMhPw_d8&feature=plcp

But if you spawn the key from the container it is named key_study or study_key (can't remember)


RE: entity items - lothabread - 06-23-2012

(06-23-2012, 12:37 AM)SilentStriker Wrote: Do you know how to do it? I would guess this is the way to go http://www.youtube.com/watch?v=xM8cMhPw_d8&feature=plcp

But if you spawn the key from the container it is named key_study or study_key (can't remember)
i know how to rename the keys but it seems different if i spawn the key from the entity.

(06-23-2012, 12:37 AM)SilentStriker Wrote: Do you know how to do it? I would guess this is the way to go http://www.youtube.com/watch?v=xM8cMhPw_d8&feature=plcp

But if you spawn the key from the container it is named key_study or study_key (can't remember)
the video didn't really help Confused this is more complicated now cuz i dont know how to see the name of the key or change its subname


RE: entity items - Your Computer - 06-23-2012

I think the name given to the item is suffixed with "_item". In other words, if you have a vase named "vase_1", the item that falls out of it when it breaks should be "vase_1_item".


RE: entity items - lothabread - 06-23-2012

In this story, you are daniel, and you must save your uncle jim from the evil wrath of the[br]BARRELS!! but to get to the the safe zone (the basement) you must solve a number of puzzles and go through some mazes[br]all while avoiding your enemies[br]Have Fun. and be sure to explore carefully.[br][br]One last thing, this map is not yet finished so expext things to be[br]sucked into walls/floors and items not working which is not probable[br]if you do find anything wrong please look me up on moddb and message me[br]- Lotha-Bread


Bedroom Key
the key to the bedroom
Maze Key
Key to the Maze.
Exit Door Key
The key to exit this maze
gate key
key to the first gate
first door key
key to the first door
second door key
key to the second door
third door key
key to the third door


Instructions
Daniel, this is your uncle Jim.[br]You must get to the basement quickly! i've gone ahead of you so hurry quickly, beware the barrels will[br]try to stop you. To get to the basement, you must go through a number of puzzles and mazes.[br]Also make sure to look around carefully. be careful.
thank you
Thank you for playing what i have done of this map so far. i would really appreciate it if[br]you were to leave me a comment on what you thought of it or want to see in it on my moddb profile page.[br]well i hope you enjoyed this and be sure to check for updates[br]- Lotha-Bread
Daniel
Daniel, in order to leave this hall way i've hidden keys in all the rooms, one unlocking the other. until you get the the final room will you get the key to the exit, which will appear after getting the last key, but ive hidden it, good luck


exit door.




well thats my whole .lang file and i still cant seem to get it to work


RE: entity items - SilentStriker - 06-23-2012

If it as YourComputer said the code for the .lang would be

<Entry Name="ItemName_wood_box02_breakable_1_item">Bedroom Key</Entry>
<Entry Name="ItemDesc_wood_box02_breakable_1_item">Key to the Bedroom</Entry>

I would guess


RE: entity items - lothabread - 06-23-2012

so this would be fine then right?




<Entry Name="ItemName_storage_box_wood01_16_item">third door key</Entry>
<Entry Name="ItemDesc_storage_box_wood01_16_item">key to the third door</Entry>


RE: entity items - SilentStriker - 06-23-2012

Try it


RE: entity items - lothabread - 06-23-2012

still cant get it to work Tongue hmm does it have to be a container? im using a storage box, so im wondering if that makes a difference


RE: entity items - Cruzore - 06-23-2012

Just try it with a vase. if it works, you know it doesn't work with a storage box. Tongue
It probably works with a entity under the tab container only. But since I could never destroy a wooden box or barrel per hand, you should use a vase.


RE: entity items - lothabread - 06-23-2012

hmm alright then. :O be back in a bit if it doesnt work out ^^

well :/ im still just getting machine room key for the name, and i cant find any tutorials for it either