Frictional Games Forum (read-only)
Changing the hands and the lantern - 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: Changing the hands and the lantern (/thread-19421.html)



Changing the hands and the lantern - finScript - 12-03-2012

Hi
Does anybody know how to change the players' hands' model in full conversion? I would like to replace it with a flashlight.


RE: Changing the hands and the lantern - Hardarm - 12-03-2012

(12-03-2012, 03:43 PM)tappara97 Wrote: Hi
Does anybody know how to change the players' hands' model in full conversion? I would like to replace it with a flashlight.
You have to copy the resource.cfg in amnesia folder and put it in your full conversion folder if you have an isolated full conversion, else rename it in other to have a different name, and you should make your game use the file with your own main_init.cfg


After that you have to delete this line inside your resources.cfg:
Code:
<Directory Path="/models" AddSubDirs="true" />

_________________________________________________________________
If you have an isolated full conversion add this line into it:
Code:
<Directory Path="/NAMEOFYOURMODFOLDER/models" AddSubDirs="true" />

else, if you have a normal full conversion:

Code:
<Directory Path="/NAMEOFYOURCONFIGFOLDER" AddSubDirs="true" />


Then download a new lantern or whatever and put the two game folders (hand_object; player) into your models folder, and place the ITEM files in one of your entities folder so that you can place your own lantern on the editor.

REMEMBER: IN THE EDITOR DON'T PLACE THE DEFAULT LANTERN, PLACE YOUR DOWNLOADED LANTERN'S ITEM!

Hope I helped, Hardarm.


RE: Changing the hands and the lantern - finScript - 12-03-2012

is it just my computer, but i don't see the lines i should write, it's just blank. I'll put a screenshot to make it clear:


RE: Changing the hands and the lantern - Hardarm - 12-03-2012

(12-03-2012, 07:11 PM)tappara97 Wrote: is it just my computer, but i don't see the lines i should write, it's just blank. I'll put a screenshot to make it clear:
I really dunno, I wrote with .

EDIT: I just updated it. Now you should read them.