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


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Amnesia.exe not recognized? Full Conversion.
Victor Offline
Member

Posts: 83
Threads: 19
Joined: Oct 2011
Reputation: 2
#1
Amnesia.exe not recognized? Full Conversion.

So... I followed all the steps of the "How to Create a Total Conversion Mod without Changing Original Game Files" tutorial, by Tanshaydar, organized everything, but now, when I try to open the .bat, it says (something like this, because I'm translating from brazillian portuguese) that "Amnesia.exe is not recognized as an internal or external command, operable program or batch file". My Amnesia version is the... the one that is not Steam, the retail thing and my batch file for the Total Conversion is:
cd /d ..
Amnesia.exe totalconversion_config/main_init.cfg
(the name of the total conversion is not "total conversion". That wouldn't be creative at all).
I sailed across the forums, hoping to find an answer, but nothing I've found was useful... Meaning it didn't work.
If anyone can help me and need more info, I will be refreshing this page like a mothafu****. Thanks.
(This post was last modified: 01-08-2013, 04:22 PM by Victor.)
01-01-2013, 09:03 PM
Find
Your Computer Offline
SCAN ME!

Posts: 3,456
Threads: 32
Joined: Jul 2011
Reputation: 235
#2
RE: Amnesia.exe not recognized? Full Conversion.

If you're following the tutorial from Tanshaydar, then i wouldn't expect the cd command to work for your setup (the cd command is what i used in my tutorial, which takes a different approach to making a full conversion than Tanshaydar's tutorial). In other words, the script can't find the Amnesia executable. When you don't provide the absolute path to the file, the system assumes a relative path. The cd command is used to change the current working directory, which is where the system is looking in for the EXE file, which is a relative path.

Tutorials: From Noob to Pro
01-01-2013, 09:14 PM
Website Find
Victor Offline
Member

Posts: 83
Threads: 19
Joined: Oct 2011
Reputation: 2
#3
RE: Amnesia.exe not recognized? Full Conversion.

Oh, thanks! I erased that part and now it kinda opens up, but another problem showed up, an Exception Error thing. I opened the log in the Documents folder of the total conversion and everything went fine, except for
ERROR: Couldn't load language file 'citysleeps_config/lang/english.lang'
ERROR: Couldn't load image 'insanity_bug01.tga'
ERROR: Could not load image 'insanity_bug01.tga'!
ERROR: Couldn't load image 'insanity_bug01.tga'
ERROR: Could not load image 'insanity_bug01.tga'!
ERROR: Couldn't load image 'insanity_bug01.tga'
ERROR: Could not load image 'insanity_bug01.tga'!
ERROR: Couldn't create font 'menu_gui_default.fnt'
ERROR: Couldn't create font 'menu_gui_default.fnt'
ERROR: Couldn't create font 'menu_gui_default.fnt'
WARNING: Could not find language file entry 'WelcomeMessage01'
WARNING: Could not find language file entry 'WelcomeMessage02'
WARNING: Could not find language file entry 'WelcomeMessage03'
WARNING: Could not find language file entry 'WelcomeMessage04'
WARNING: Could not find language file entry 'WelcomeMessage05'
WARNING: Could not find language file entry 'WelcomeMessage06'
I'm not even using insanity_bug.
01-01-2013, 09:21 PM
Find
Your Computer Offline
SCAN ME!

Posts: 3,456
Threads: 32
Joined: Jul 2011
Reputation: 235
#4
RE: Amnesia.exe not recognized? Full Conversion.

That looks like something that is caused when you mess up your resources.cfg file. Don't worry about the warnings, they're not supposed to cause the game to crash.

Tutorials: From Noob to Pro
01-01-2013, 09:23 PM
Website Find
Victor Offline
Member

Posts: 83
Threads: 19
Joined: Oct 2011
Reputation: 2
#5
RE: Amnesia.exe not recognized? Full Conversion.

Thanks a lot, Your Computer. You're a badass with this kind of stuff. I'm gonna search through my resources.cfg now. Thanks.
(This post was last modified: 01-01-2013, 09:26 PM by Victor.)
01-01-2013, 09:25 PM
Find




Users browsing this thread: 1 Guest(s)