Facebook Twitter YouTube Frictional Games | Forum | Newsletter | Dev Blog | Dev Wiki | Support | Shelf | Store

Privacy Policy


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
isolated full conversion issue
Author Message
Robosprog Offline
Posting Freak

Posts: 2,216
Joined: Apr 2012
Reputation: 57
Post: #1
isolated full conversion issue
Tried this and
could not load main init file: test_mod/config/main_init.cfg
pops up. Any ideas why?

06-09-2012 09:40 PM
Find all posts by this user Quote this message in a reply
Ermu Offline
Member

Posts: 89
Joined: Jan 2012
Reputation: 2
Post: #2
RE: How to create a fully isolated full conversion
Place the .bat to the root directory of your Amnesia, i tried placing it according to this tut, but it won't work.

So, place the .bat in your root directory and remove "cd /d .."
So that only "Amnesia.exe test_mod/config/main_init.cfg" is in your .bat

Plague Forest - Unreleased, currently on hold.
06-09-2012 10:12 PM
Find all posts by this user Quote this message in a reply
Robosprog Offline
Posting Freak

Posts: 2,216
Joined: Apr 2012
Reputation: 57
Post: #3
RE: How to create a fully isolated full conversion
(06-09-2012 10:12 PM)Ermu Wrote:  Place the .bat to the root directory of your Amnesia, i tried placing it according to this tut, but it won't work.

So, place the .bat in your root directory and remove "cd /d .."
So that only "Amnesia.exe test_mod/config/main_init.cfg" is in your .bat
Still doesn't work.

06-09-2012 10:47 PM
Find all posts by this user Quote this message in a reply
Ermu Offline
Member

Posts: 89
Joined: Jan 2012
Reputation: 2
Post: #4
RE: How to create a fully isolated full conversion
(06-09-2012 10:47 PM)Robosprog Wrote:  
(06-09-2012 10:12 PM)Ermu Wrote:  Place the .bat to the root directory of your Amnesia, i tried placing it according to this tut, but it won't work.

So, place the .bat in your root directory and remove "cd /d .."
So that only "Amnesia.exe test_mod/config/main_init.cfg" is in your .bat
Still doesn't work.
I ment the Amnesia root directory btw.

Have you checked the main_init.cfg and everything for mistakes?

E: Also, only config, graphics, models, music and sounds work properly in their own folders (at least for me), others have to be in the root directory aswell.
ie. static_objects/test_mod/

+ You have to have
<LANGUAGE>
<RESOURCES>
<Directory Path="fonts/eng"/>
<Directory Path="lang/eng"/>
</RESOURCES>
</LANGUAGE>

in the .lang file for it to work.

Plague Forest - Unreleased, currently on hold.
(This post was last modified: 06-10-2012 12:01 AM by Ermu.)
06-09-2012 11:57 PM
Find all posts by this user Quote this message in a reply
Robosprog Offline
Posting Freak

Posts: 2,216
Joined: Apr 2012
Reputation: 57
Post: #5
RE: How to create a fully isolated full conversion
(06-09-2012 11:57 PM)Ermu Wrote:  
(06-09-2012 10:47 PM)Robosprog Wrote:  
(06-09-2012 10:12 PM)Ermu Wrote:  Place the .bat to the root directory of your Amnesia, i tried placing it according to this tut, but it won't work.

So, place the .bat in your root directory and remove "cd /d .."
So that only "Amnesia.exe test_mod/config/main_init.cfg" is in your .bat
Still doesn't work.
I ment the Amnesia root directory btw.

Have you checked the main_init.cfg and everything for mistakes?

E: Also, only config, graphics, models, music and sounds work properly in their own folders (at least for me), others have to be in the root directory aswell.
ie. static_objects/test_mod/

+ You have to have









in the .lang file for it to work.
There aren't any mistakes, that's why I'm confused, went through all of that like 9 times last night, nothing wrong.

06-10-2012 09:42 AM
Find all posts by this user Quote this message in a reply
Ermu Offline
Member

Posts: 89
Joined: Jan 2012
Reputation: 2
Post: #6
RE: How to create a fully isolated full conversion
(06-10-2012 09:42 AM)Robosprog Wrote:  There aren't any mistakes, that's why I'm confused, went through all of that like 9 times last night, nothing wrong.
Hmm.. so the .bat is in steamapps\common\amnesia the dark descent ? (if you have steam version)

And inside your .bat you have the correct directory, ie. "Launcher.exe test_mod/config/main_init.cfg"
And yes, it needs to be Launcher.exe.

Plague Forest - Unreleased, currently on hold.
06-10-2012 12:51 PM
Find all posts by this user Quote this message in a reply
Robosprog Offline
Posting Freak

Posts: 2,216
Joined: Apr 2012
Reputation: 57
Post: #7
RE: How to create a fully isolated full conversion
(06-10-2012 12:51 PM)Ermu Wrote:  
(06-10-2012 09:42 AM)Robosprog Wrote:  There aren't any mistakes, that's why I'm confused, went through all of that like 9 times last night, nothing wrong.
Hmm.. so the .bat is in steamapps\common\amnesia the dark descent ? (if you have steam version)

And inside your .bat you have the correct directory, ie. "Launcher.exe test_mod/config/main_init.cfg"
And yes, it needs to be Launcher.exe.

The post didn't have launcher.exe in, let me try that.

Nope, doesn't work even with that.

06-10-2012 03:59 PM
Find all posts by this user Quote this message in a reply
SilentHideButFine Offline
Member

Posts: 151
Joined: May 2012
Reputation: 6
Post: #8
RE: How to create a fully isolated full conversion
whats the problem?? does the luncher crash?

Vill inte se mera. , New song check it out , download like comment!
06-12-2012 09:53 PM
Find all posts by this user Quote this message in a reply
Robosprog Offline
Posting Freak

Posts: 2,216
Joined: Apr 2012
Reputation: 57
Post: #9
RE: How to create a fully isolated full conversion
(06-12-2012 09:53 PM)SilentHideButFine Wrote:  whats the problem?? does the luncher crash?
No, I've already described the problem, I run the .bat and it says it cannot find the main_init.cfg

06-12-2012 09:56 PM
Find all posts by this user Quote this message in a reply
Ermu Offline
Member

Posts: 89
Joined: Jan 2012
Reputation: 2
Post: #10
RE: How to create a fully isolated full conversion
(06-12-2012 09:56 PM)Robosprog Wrote:  
(06-12-2012 09:53 PM)SilentHideButFine Wrote:  whats the problem?? does the luncher crash?
No, I've already described the problem, I run the .bat and it says it cannot find the main_init.cfg
Then the file must be in wrong directory or named wrongly, or then the .bat doesn't match with the directory of the main_init.cfg, or it's name.

Plague Forest - Unreleased, currently on hold.
06-14-2012 02:19 PM
Find all posts by this user Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)