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


Thread Rating:
  • 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Flashlight And Batteries
Straxedix Offline
Senior Member

Posts: 426
Threads: 52
Joined: Mar 2014
Reputation: 5
#1
Flashlight And Batteries

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 ?

(This post was last modified: 03-16-2014, 10:33 PM by Straxedix.)
03-16-2014, 10:31 PM
Find
CarnivorousJelly Offline
Posting Freak

Posts: 1,196
Threads: 41
Joined: Dec 2012
Reputation: 80
#2
RE: Flashlight And Batteries

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:

[Image: quote_by_rueppells_fox-d9ciupp.png]
(This post was last modified: 03-16-2014, 11:13 PM by CarnivorousJelly.)
03-16-2014, 11:12 PM
Find
Straxedix Offline
Senior Member

Posts: 426
Threads: 52
Joined: Mar 2014
Reputation: 5
#3
RE: Flashlight And Batteries

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"
/>

(This post was last modified: 03-17-2014, 10:59 PM by Straxedix.)
03-17-2014, 10:53 PM
Find
Romulator Offline
Not Tech Support ;-)

Posts: 3,628
Threads: 63
Joined: Jan 2013
Reputation: 195
#4
RE: Flashlight And Batteries

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:

/redist
- /myconversion
   - resources.cfg

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

/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:
<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:
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.

Discord: Romulator#0001
[Image: 3f6f01a904.png]
(This post was last modified: 03-18-2014, 07:32 AM by Romulator.)
03-18-2014, 07:30 AM
Find
Straxedix Offline
Senior Member

Posts: 426
Threads: 52
Joined: Mar 2014
Reputation: 5
#5
RE: Flashlight And Batteries

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:52 AM
Find
Romulator Offline
Not Tech Support ;-)

Posts: 3,628
Threads: 63
Joined: Jan 2013
Reputation: 195
#6
RE: Flashlight And Batteries

(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:

/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.

Discord: Romulator#0001
[Image: 3f6f01a904.png]
(This post was last modified: 03-18-2014, 08:47 AM by Romulator.)
03-18-2014, 08:47 AM
Find
Mudbill Offline
Muderator

Posts: 3,881
Threads: 59
Joined: Apr 2013
Reputation: 179
#7
RE: Flashlight And Batteries

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.

03-18-2014, 10:17 AM
Find
Straxedix Offline
Senior Member

Posts: 426
Threads: 52
Joined: Mar 2014
Reputation: 5
#8
RE: Flashlight And Batteries

/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

03-18-2014, 10:39 AM
Find
Romulator Offline
Not Tech Support ;-)

Posts: 3,628
Threads: 63
Joined: Jan 2013
Reputation: 195
#9
RE: Flashlight And Batteries

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.

Discord: Romulator#0001
[Image: 3f6f01a904.png]
03-18-2014, 10:54 AM
Find
Straxedix Offline
Senior Member

Posts: 426
Threads: 52
Joined: Mar 2014
Reputation: 5
#10
RE: Flashlight And Batteries

There are models i forgot to putt them in mediafire Sad

03-18-2014, 11:00 AM
Find




Users browsing this thread: 1 Guest(s)