Important Message

You are browsing the archived Lancers Reactor forums. You cannot register or login.
The content may be outdated and links may not be functional.


To get the latest in Freelancer news, mods, modding and downloads, go to
The-Starport

**UTILITY** FL Mod Manager v1.2 (and some mods)

Here you can find news, get help and comment about the ?Freelancer Mod Manager (FLMM)? for activating/deactivating Mods for Freelancer

Post Sat Jul 05, 2003 5:43 am

Ok, thanks for the quick response, and that makes sense since I just noticed even with all of the ship infocards being redone the flmm1.dll was only 20k or so.

Post Sun Jul 06, 2003 5:40 pm

HELP ME!!!
when I start my game, it shut down below the intros and the main menu... I only can see the FREELANCER loading window... what shell i do?!

Post Mon Jul 07, 2003 7:59 am

hey..i activated the bship encounter mod and i don't know where the bships come out of...anyone wanna help?

Post Mon Jul 07, 2003 4:48 pm

VorTex: Are you using FLMM v1.1 or v1.2? You shouldn't have that problem with v1.2. Do "Tools\Delete Autosave", and if you're still having problems, activate whichever mods you had active when you made those saved games, and go into the game and delete all the saved games you made with those mods active. Or, you could just go into the saved game directory and move/delete certain files there.

Kenshin: They should be in New York, especially by Planet Manhattan.

Post Fri Jul 11, 2003 4:09 pm

I can't activate any of the mods in the FLMM....i tried just now to activate the beam weapons mod. this is what came up:
Error: problem activating 'Beam Weapon Mod' on test run
Error: file 'C:\Program Files\Microsoft Games\Freelancer\data\equipment\weapon_equip.ini.flmmbak' doesn't exist
please help....thanks!

I'm a pirate at heart

Post Tue Jul 15, 2003 7:40 am

IGx89,

I want to report two problems in FLMM v.1.2.

I am working on adding multiple new items to the game. I mean a new ship, a new weapon, etc. I really don't want to mess up with the resource dll's for the info cards, so I am using the GENERATESTRRES and GENERATEXMLRES commands of the FLMM. I hit two problems:

1. GENERATESTRRES and GENERATEXMLRES use different counters for the next available resource index. Since every single resource in the game need a unique resource id, and these commands generate same resource id's for different resources, that makes the infocards a mess.

The MODs provided with the FLMM 1.2 have this problem too, check Advanced Beam Weapon MOD, base info card of Planet Pittsburg.

I had to tweak out the usage of this commands to get the effect I wanted: all infocards properly showing the informaiton they are supposed to do.

The solution is obvious: using the same counter in both commands for the next available resource index.

2. I discovered that for each buyable item in the game there has to be a string and a XML resource containing just the name of the item. With this I mean that for the ids_name of every buyable item we need a string and an XML resource assigned. The string is used in the equipment dealers list and the XML version is used in the base info card.

Again I tweaked the script and managed to get the effect I want, but believe me I am not happy with it.

A new command something like the following is needed:

[shield generator
ids_name = 0 ;GENERATERES("Adv. Tachyon H.F. Shield", "<?xml version="1.0" encoding="UTF-16"?><RDL><PUSH /><TEXT>Adv. Tachyon H.F. Shield</TEXT><POP /></RDL>"

The above command will generate a string and an XML resource for the same resource index. I don't understand the logic behind assigning two resources to the same resource index, maybe I am missing something somewhere, but I tested it: the only way to have a correct base info card is to do this.

FLMM is a great MOD development tool, expecially when one wants the improve/extend/enhance the game, congrats to you!

However, it has a some more way to go to reach its full potential.

Thanks for your patience in reading this long mail,



Tyco
-- The "free as a bird" Freelancer--


Edited by - tyco on 15-07-2003 08:40:21

Post Wed Jul 16, 2003 8:50 pm

luhan10: are you using FLMM v1.2?

tyco: so problem #1 is that FLMM assigns the same ID to string and xml data, and problem #2 is that FLMM needs to assign the same ID to string and xml data? Kind of ironic, I guess . I believe I know the problem, and can easily fix it, though I thought the Adv. Beam Weapon mod worked ok? Its string and xml data showed just fine.
Thanks for the bug report!

Post Wed Jul 16, 2003 10:49 pm

IGx89,

Please check base info card of Planet Pittsburgh after you install the Adv. Beam Weapon MOD. You will see what I mean.

I really don't want to be pushy but when can you post the fixed FLMM?

I think I will soon come up with a nice little MOD after I get the next version of FLMM.

Thanks in advance!

Oguz

Tyco
-- The "free as a bird" Freelancer--

Post Wed Jul 16, 2003 11:48 pm

Hmm, I hope the problem isn't too complex

I should start work on fixing the problem within the next few days; hopefully I can release a beta in a week or so. I'm working on Freelancer Server Syncher (FLSS) right now, so that's currently taking up my time.

Post Sat Jul 19, 2003 1:43 pm

that didnt help i NEED a program to make mods idiot

P.Lazenby

Post Fri Aug 01, 2003 1:28 pm

I tried to use it with my nose

It Worked

Post Sat Aug 02, 2003 6:47 am

Aegis Here

Sheep, there are only a few programs out there to assit in making a mod, An its just that ASSIST. There are no programs that will do the work for you, You have to experiment, try new things, and most importantly not call people idiots. Because people wont help people that go around abbusing people. Your lucky im such a nice person that decided not to flame you.

Oh and IGx89, Great work on FLMM, Excellent work...

Post Wed Aug 06, 2003 8:57 pm

Hi,

I just started making MODs, so prolly it's my fault, but could it be there's a problem with 'sectiondelete' ?

I tried this:
<pre><font size=1 face=Courier>
<data file="data\universe\systems\Rh02\Rh02.ini" method="sectiondelete">
<section>
[Object
nickname = Rh02_03
</section>
</data>
</font></pre>

And get an errormessage saying: Error: unknown tag 'sectiondelete'

Could anyone help please???

-Artus

Post Thu Aug 07, 2003 8:00 pm

Thanks .

Because that method is used so rarely, I guess a typo made it past the beta-testing stage: it's deletesection . FLMM v1.2.1 will recognize both sectiondelete and deletesection.

------------------------------------
Freelancer Mod Manager: newbies' dreams come true
Belief in Jesus: the only way to Heaven

Edited by - IGx89 on 07-08-2003 21:00:46

Post Thu Aug 07, 2003 9:57 pm

Thank You.
Great Work on that Tool so far.

Return to Freelancer Mod Manager