Frictional Games Forum (read-only)
How to create a fully isolated full conversion - 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 Articles (https://www.frictionalgames.com/forum/forum-40.html)
+---- Thread: How to create a fully isolated full conversion (/thread-11120.html)

Pages: 1 2 3 4 5 6 7


RE: How to create a fully isolated full conversion - SaraWaffle - 06-16-2013

Your Computer, I am in desperate need f your help!!
I followed your direction the best I could.
Okay, so far, when I start up the batch file, everything works. However, when it asks me to make a profile in the menu screen, it will not allow me to do so. So basically, I cannot play my mod at all. When I hit the 'X' in the corner of the Profile box, the game crashes and gives me an error.
PLEASE HELP MEE!!!


RE: How to create a fully isolated full conversion - MsHannerBananer - 09-29-2013

Having the same problem as the person above me. (SaraWaffle).

Unless I'm not searching using the right keywords, I can't find a workaround for this either. I'm fairly new to this kind of coding, as I only used to do code for websites, and a lot of the functions are flying over my head like you wouldn't believe. (ADHD version: I suck at this so far, hahaha.)

Anyway, I'm stuck at the main menu of my isolated full conversion, and can't create a profile. I type in a name and it just vanishes, like I never even attempted to add a profile.

Is there anyway to disable this so that future players and myself don't have to create a profile? Or a way for this to work? Did I miss something? I'm good at missing things. The first time I started up my IFC I got an error because I misspelled something in one of my cfg files. LOL.

3 months after the last person asked this question and there doesn't seem to be an answer. I hope giving this a little bump will help. >.<

If I missed someone else touching on this, I'm sorry for repeating the topic. However, like I said, I couldn't find someone else with the same problem... so... HELP PLEASE!!! *Sob*



EDIT***--- Nevermind. I'm really stupid. SORRY!! xDD


RE: How to create a fully isolated full conversion - Tesseract - 12-22-2013

This doesn't seem to work at all. The batch file opens and instantly closes and nothing else happens.

Can you possibly help out with this rather annoying issue?


RE: How to create a fully isolated full conversion - Romulator - 12-22-2013

Then there is something wrong with your batch, or you don't have the correct things in correct places.


RE: How to create a fully isolated full conversion - Tesseract - 12-22-2013

(12-22-2013, 01:26 PM)Romulator Wrote: Then there is something wrong with your batch, or you don't have the correct things in correct places.

I used the attached file and renamed things accordingly, even the attached file doesn't work.


The mod tutorial? - SilentHideButFine - 01-12-2014

Where is the FC Mod tutorial with all folders / config help etc?
have it been removed can't find it


RE: The mod tutorial? - OriginalUsername - 01-12-2014

This one? http://www.frictionalgames.com/forum/thread-11120.html


RE: The mod tutorial? - SilentHideButFine - 01-12-2014

(01-12-2014, 04:40 PM)Apple pie Wrote: This one? http://www.frictionalgames.com/forum/thread-11120.html

thanks!


RE: How to create a fully isolated full conversion - LordOfDragons - 01-24-2014

I already got a problem in the first step ( Creating the folders inside test_mod)
I cannot create the folder config/lang because " / " isn't allowed in a name of a file... Or is it ment like i shall create a second config folder and a lang folder IN it?


RE: How to create a fully isolated full conversion - Romulator - 01-25-2014

The / in a directory means that within this folder, then go here. It's like the frictionalgames site URL for this page: http://www.frictionalgames.com/forum/thread-11120-page-5.html

Go to frictionalgames.com, then navigate to the forum pages, then to this thread.

Basically however, your folders should look like this:
Code:
/redist
-<your_fc>
  - config
    - lang
  - entities
  - graphics
etc :3