Frictional Games Forum (read-only)
Flashlight And Batteries - 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: Flashlight And Batteries (/thread-24859.html)

Pages: 1 2


Flashlight And Batteries - Straxedix - 03-16-2014

Hi everybody i wanna get Flashlight and Batteries not Lantern anymore Big Grin

I have Total Isolated Full Conversion...

I have folder maked anx_models so what should i do anybody knows i gonna wait for answer :-) Smile Big Grin

Oops

Edit:In anx_models there is player and hand_objects so need what to resources?

I DON'T WANT TO CHANGE DEFAULTS MODELS!

Understand Big Grin ?


RE: Flashlight And Batteries - CarnivorousJelly - 03-16-2014

I'm not sure I understand since I've never tried doing that, BUT I think maybe you're looking for
The flashlight model and how to install it for a Total Conversion. Hopefully that helps a bit c:


RE: Flashlight And Batteries - Straxedix - 03-17-2014

Ok more PROBLEMS what are really boring me

Tanshaydar says i done -.- srsly i done everything what he says and still don't work i don't want to change defaults models i pick up flashlight and it says Picked up then click f and it came old Lantern what is problem i DONE EVERYTHING like he says

i go to cry Sad

Edit there is my resources.cfg

<Resources>
<Directory Path="/_temp" AddSubDirs="true" />
<Directory Path="/fonts" AddSubDirs="false" />
<Directory Path="/Amnesionicsx/maps" AddSubDirs="true" />
<Directory Path="/textures" AddSubDirs="true" />
<Directory Path="/Amnesionicsx/textures" AddSubDirs="true" />
<Directory Path="/anx_models" AddSubDirs="true" />
<Directory Path="/gui" AddSubDirs="true" />
<Directory Path="/Amnesionicsx/gui" AddSubDirs="true" />
<Directory Path="/static_objects" AddSubDirs="true" />
<Directory Path="/Amnesionicsx/static_objects" AddSubDirs="true" />
<Directory Path="/sounds" AddSubDirs="true" />
<Directory Path="/Amnesionicsx/sounds" AddSubDirs="true" />
<Directory Path="/Amnesionicsx/main_menu" AddSubDirs="true" />
<Directory Path="/shaders" AddSubDirs="true" />
<Directory Path="/lights" AddSubDirs="true" />
<Directory Path="/billboards" AddSubDirs="true" />
<Directory Path="/entities" AddSubDirs="true" />
<Directory Path="/Amnesionicsx/entities" AddSubDirs="true" />
<Directory Path="/graphics" AddSubDirs="true" />
<Directory Path="/viewer" AddSubDirs="true" />
<Directory Path="/particles" AddSubDirs="true" />
<Directory Path="/models" AddSubDirs="true" />
<Directory Path="/music" AddSubDirs="true" />
<Directory Path="/Amnesionicsx/music" AddSubDirs="true" />
<Directory Path="/Amnesionicsx/flashbacks" AddSubDirs="true" />
<Directory Path="/textures" AddSubDirs="true" />
<Directory Path="/Amnesionicsx/textures" AddSubDirs="true" />
<Directory Path="/misc" AddSubDirs="true" />
<Directory Path="/Amnesionicsx/commentary" AddSubDirs="true" />
</Resources>




and main_init.cfg


<ConfigFiles
Resources = "anx_config/resources.cfg"
Materials = "materials.cfg"

Game = "anx_config/game.cfg"
Menu = "anx_config/menu.cfg"
PreMenu = "config/pre_menu.cfg"
Demo = "config/demo.cfg"

DefaultMainSettings = "anx_config/default_main_settings.cfg"

DefaultMainSettingsLow = "launcher/default_main_settings_low.cfg"
DefaultMainSettingsMedium = "launcher/default_main_settings_medium.cfg"
DefaultMainSettingsHigh = "launcher/default_main_settings_high.cfg"


DefaultUserSettings = "config/default_user_settings.cfg"
DefaultUserKeys = "config/default_user_keys.cfg"

DefaultBaseLanguage = "base_english.lang"
DefaultGameLanguage = "english.lang"
/>

<Directories
MainSaveFolder = "Amnesionicsx"

BaseLanguageFolder = "anx_config/"
GameLanguageFolder = "anx_config/lang/"

CustomStoryPath = "custom_stories"
/>

<Variables
GameName = "Amnesionicsx"
/>

<StartMap
File = "Level0.map"
Folder = "Amnesionicsx/maps/"
Pos = "ScriptArea_1"
/>


RE: Flashlight And Batteries - Romulator - 03-18-2014

I would not recommend using White Night as an example to making your FC. The way the folders are organised do not coincide with standard means of setting up a Full Conversion. Because of its methods of installation, editing things like resources to be similar to WN's can be quite tedious. Just letting you know.

Why have you changed your resources directory into the config...?

If anything however, your resources file goes on the root of your Full Conversion folder, like this:

Code:
/redist
- /myconversion
   - resources.cfg

Then there should be a folder in there called /anx_models:

Code:
/redist
- /myconversion
   - /anx_models
   - resources.cfg

UNLESS the anx_models folder is in Amnesia's root directory, you should leave the directory path as the same.

Otherwise, you need to direct to this folder in the resources inside of its Full Conversion folder:
Code:
<Directory Path="myconversion/anx_models" AddSubDirs="true" />

Which means that if the resources is in your FC folder's root, then the main_init.cfg file should point to that. The resources, as far as I know should not need to go into the config folder:
Code:
Resources = "myconversion/resources.cfg"

And no need to bump your posts after less than 12 hours. When someone can answer, they will, whether it takes a few days or a few minutes, don't bump until you're absolutely certain that nobody will answer and you need the answer.


RE: Flashlight And Batteries - Straxedix - 03-18-2014

First there is my path like

redist
-my conversion
--anx_config
---resources

i try like you do but it won't work wtf is problem ?


RE: Flashlight And Batteries - Romulator - 03-18-2014

(03-18-2014, 07:52 AM)Straxedix Wrote: First there is my path like

redist
-my conversion
--anx_config
---resources

i try like you do but it won't work wtf is problem ?


(03-18-2014, 07:30 AM)Romulator Wrote: If anything however, your resources file goes on the root of your Full Conversion folder, like this:

Code:
/redist
- /myconversion
   - resources.cfg

Resources goes in the root of your FC. It does not go anywhere else.
Then you follow the rest of the tutorial to get it going properly.


RE: Flashlight And Batteries - Mudbill - 03-18-2014

I would just like to add that although the original resources.cfg is in the root of Amnesia, I have kept my mod's .cfg file within the config folder without any problems. I will likely continue to do so as long as everything runs smooth.


RE: Flashlight And Batteries - Straxedix - 03-18-2014

/redist
-myconversion
-resources.cfg

still doesn't work

AND

who can help please say here i'l PM send you my files to see Sad


RE: Flashlight And Batteries - Romulator - 03-18-2014

The main problem is that your model's folder does not have the flashlight in it, and is set up more than likely improperly.

And also, in your main_init.cfg, you start in a scriptarea. Dunno if that is possible.


RE: Flashlight And Batteries - Straxedix - 03-18-2014

There are models i forgot to putt them in mediafire Sad