Special Aircraft Service

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1] 2   Go Down

Author Topic: Program to open FM file.  (Read 5244 times)

0 Members and 2 Guests are viewing this topic.

Seb

  • Modder
  • member
  • Offline Offline
  • Posts: 561
Program to open FM file.
« on: May 25, 2017, 02:10:12 AM »

Hello.
I'm looking for a program or tool that allows you to open, change, and create FM files.
Thank you very much for your help.
Regards
Seb
Logged

SAS~Storebror

  • Editor
  • member
  • Offline Offline
  • Posts: 23884
  • Taking a timeout
    • STFU
Re: Program to open FM file.
« Reply #1 on: May 25, 2017, 03:27:58 AM »

In anticipation of a pending opening of the floodgates, with no support in this thread, take it or leave it, use at your own risk:

Download Links NTRK Wizard v0.5 (4.5MB)
NTRK Wizard v0.5 (Mediafire)

Screenshots (from previous version 0.4, looks similar, new screenshots might follow later:







Readme:
Code: [Select]
                   *********************************************************
                   *                                                       *
                   *                    NTRK Wizard v0.5                   *
                   *                                                       *
                   *********************************************************
                   *                                                       *
                   *                    Featured by the                    *
                   *                Special Aircraft Service               *
                   *                 https://www.sas1946.com                *
                   * Based on NTRK Wizard 0.2 by Tim (timqwerty@yandex.ru) *
                   *      Compatible with all IL-2 game versions from      *
                   *      4.07m through 4.13m, including HSFX Expert       *
                   *                                                       *
                   *                   Released under the                  *
                   *    "Do whatever the fuck you want with it" license    *
                   *      see https://storebror.it.cx/sas/dwtfywwi.txt      *
                   *                                                       *
                   *********************************************************

************************************************************************************************
*                                                                                              *
*                                        INSTALLATION:                                         *
*                                                                                              *
* 1.) Extract to a folder of your choice                                                       *
* 2.) Copy the file(s) you want to work with to the NTRK Wizard's folder                       *
* 3.) In case you wanna create FM files, make sure to delete the old FM file first!            *
* 4.) Use commands shown below to work with FM/NTRK files                                      *
*                                                                                              *
************************************************************************************************
*                                                                                              *
*                                          CREDITS:                                            *
*                                                                                              *
* - 1C/Maddox for the original java sources and for rts.dll library                            *
* - Tim (timqwerty@yandex.ru) for original NTRK Wizard which this version is based on          *
*                                                                                              *
************************************************************************************************
*                                                                                              *
* Usage:                                                                                       *
* java -jar NTRKWizard.jar <command> <archive/file> [<path to extract>] [<encryption type(s)>] *
*                                                                                              *
************************************************************************************************
*                                                                                              *
* Commands are:                                                                                *
*   a    Add file to archive, <path to extract> is required                                    *
*   e,x  Extract files, <path to extract> is required                                          *
*   l    List archive, don't specify <path to extract>                                         *
*   <encryption type(s)> is/are (an) optional parameter(s) for Add and Extract commands.       *
*                                                                                              *
* When <encryption type(s)> is/are specified, only the specified encryption(s) will be used.   *
* Multiple <encryption types> are comma separated.                                             *
* Valid <encryption type(s)> are e.g.:                                                         *
*   1 = Use IL-2 Stock encryption, valid for all game versions except 4.10m/4.10.1m            *
*   2 = Use IL-2 Stock encryption, valid for 4.10m/4.10.1m                                     *
*   3 = Use HSFX Expert Mode encryption                                                        *
* <any other string> = Use custom encryption                                                   *
* When no <encryption type(s)> are specified, all known encryption Types (1,2 and 3) are used. *
*                                                                                              *
************************************************************************************************
*                                                                                              *
* Examples:                                                                                    *
*                                                                                              *
* The following line extracts the "buttons" file to the subfolder "fmdata",                    *
* using all known encryption Types:                                                            *
*   java -jar NTRKWizard.jar x buttons fmdata                                                  *
*                                                                                              *
* The following line adds all files from the "fmdata" to the "buttons" file,                   *
* using all known encryption Types (which means all files will be added three times,           *
* once for each encryption type, meaning that such a buttons file will work with all known     *
* game versions:                                                                               *
*   java -jar NTRKWizard.jar a buttons fmdata                                                  *
*                                                                                              *
* The following line adds all files from the "fmdata" to the "buttons" file,                   *
* using IL-2 Stock encryption, valid for all game versions except 4.10m/4.10.1m, only:         *
*   java -jar NTRKWizard.jar a buttons fmdata 1                                                *
*                                                                                              *
* The following line adds all files from the "fmdata" to the "buttons" file,                   *
* using IL-2 Stock encryption, valid for all game versions including 4.10m/4.10.1m:            *
*   java -jar NTRKWizard.jar a buttons fmdata 1,2                                              *
*                                                                                              *
* The following line adds all files from the "fmdata" to the "buttons" file,                   *
* using a custom encryption:                                                                   *
*   java -jar NTRKWizard.jar a buttons fmdata d2w1                                             *
*                                                                                              *
************************************************************************************************

Best regards - Mike
Logged
Don't split your mentality without thinking twice.

Seb

  • Modder
  • member
  • Offline Offline
  • Posts: 561
Re: Program to open FM file.
« Reply #2 on: May 25, 2017, 08:21:49 AM »

Thank you very much for help.
Regards
Seb
Logged

Seb

  • Modder
  • member
  • Offline Offline
  • Posts: 561
Re: Program to open FM file.
« Reply #3 on: June 05, 2017, 03:02:33 AM »

Hi Mike.
I have a question what version of JAVA is needed for this program?
Thank you for the reply and best regards.
Seb
Logged

SAS~Storebror

  • Editor
  • member
  • Offline Offline
  • Posts: 23884
  • Taking a timeout
    • STFU
Re: Program to open FM file.
« Reply #4 on: June 05, 2017, 06:17:22 AM »

Actually none, since NTRK Wizard 0.5 ships with an integrated Java 1.3.1 Virtual Machine.

Best regards - Mike
Logged
Don't split your mentality without thinking twice.

Seb

  • Modder
  • member
  • Offline Offline
  • Posts: 561
Re: Program to open FM file.
« Reply #5 on: June 05, 2017, 10:54:10 AM »

Hey.
I have a problem with this program and pops up the following message: "The program can't start because MSVCR71.dll is missing from your computer. Try reinstaling the program to fix this problem."
Thank you for your help.
seb
Logged

Epervier

  • 4.09 Guardian Angel !
  • SAS Team
  • member
  • Offline Offline
  • Posts: 9529
  • I'm French and Rebel_409! Nobody is perfect!
    • Some tinkering here
Re: Program to open FM file.
« Reply #6 on: June 05, 2017, 12:20:37 PM »

"The program can't start because MSVCR71.dll is missing from your computer.
Google is your friend!
Just search on Google and you will find a multitude of sites that will offer you all useful DLLs for Windows!
Logged
If your results do not live up to your expectations, tell yourself that the great oak was once an acorn too. - Lao Zi -

SAS~Storebror

  • Editor
  • member
  • Offline Offline
  • Posts: 23884
  • Taking a timeout
    • STFU
Re: Program to open FM file.
« Reply #7 on: June 05, 2017, 12:51:50 PM »

Msvcr71.dll can be found in the il2 game folder.
Logged
Don't split your mentality without thinking twice.

Commander41

  • member
  • Offline Offline
  • Posts: 5
Re: Program to open FM file.
« Reply #8 on: November 11, 2020, 02:21:01 PM »

I have downloaded the file and extracted it. When I try to open the NTRKWizard file I get "A Java Exception Has Occured" error.
How can I fix it?
Logged

SAS~Storebror

  • Editor
  • member
  • Offline Offline
  • Posts: 23884
  • Taking a timeout
    • STFU
Re: Program to open FM file.
« Reply #9 on: November 11, 2020, 11:14:08 PM »

How can I fix it?
Good starting point would be to give us all information you have.
A small snippet of a single error message leaves us with no other option but to ask the crystal ball.

]cheers[
Mike
Logged
Don't split your mentality without thinking twice.

Veranish

  • member
  • Offline Offline
  • Posts: 2
Re: Program to open FM file.
« Reply #10 on: December 21, 2020, 09:02:38 PM »

Hello! I'm trying to use this as well, trying to modify a custom plane for a campaign. I'm new to this and was hoping just to change a couple of things like available ammo and such, so feel free to let me know if I'm barking up the wrong tree extracting an FM file.

Re: "Java exception has occurred" I also get this when I extract and run the NTRKWizard.jar file.

Utilizing the command line to run java -jar NTRKWizard.jar I get these errors:

Exception in thread "main" java.lang.UnsatisfiedLinkError: T:\Users\Veranish\Downloads\NTRKWizard05\rts.dll: Can't find dependent libraries
        at java.lang.ClassLoader$NativeLibrary.load(Native Method)
        at java.lang.ClassLoader.loadLibrary0(Unknown Source)
        at java.lang.ClassLoader.loadLibrary(Unknown Source)
        at java.lang.Runtime.loadLibrary0(Unknown Source)
        at java.lang.System.loadLibrary(Unknown Source)
        at com.sas1946.NTRKWizard.<clinit>(NTRKWizard.java:440)

Not sure what other information I can give, since all the steps I've done are listed there, but if you have anything specific let me know. I'm on Windows 10 and have java 1.3.1 and eclipse installed.
Logged

SAS~Storebror

  • Editor
  • member
  • Offline Offline
  • Posts: 23884
  • Taking a timeout
    • STFU
Re: Program to open FM file.
« Reply #11 on: December 21, 2020, 11:35:07 PM »

Please try to download the attached file.
Extract it and copy the contained msvcr71.dll to your NTRKWizard folder (that's where NTRKWizard.jar, rts.dll and java.exe are).

]cheers[
Mike
Logged
Don't split your mentality without thinking twice.
Pages: [1] 2   Go Up
 

Page created in 0.038 seconds with 27 queries.