Frictional Games Forum (read-only)

Full Version: How to create a fully isolated full conversion
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7
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!!!
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
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?
Then there is something wrong with your batch, or you don't have the correct things in correct places.
(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.
Where is the FC Mod tutorial with all folders / config help etc?
have it been removed can't find it
(01-12-2014, 04:40 PM)Apple pie Wrote: [ -> ]This one? http://www.frictionalgames.com/forum/thread-11120.html

thanks!
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?
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/thr...age-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
Pages: 1 2 3 4 5 6 7