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

****how to be invunerable****

The general place to discuss MOD''ing Freelancer!

Post Wed Apr 09, 2003 1:31 am

Go to www.homebs.com/flsdk and find the downloads section and you can download a FLMM version of the Ubershield. Here's the XML code for the shield:

<script>
<header name="Nearly Invulnerable Shields Mod">
<scriptversion>
1.0
</scriptversion>
<author>
Daekar
</author>
<description>
Makes a shield with max capacity
1,000,000 and charge rate of
100,000 available at Mann.
All ship type/mount class compatible.

</description>
</header>

<data file="data\equipment\market_misc.ini" method="sectionappend">
<section>
[BaseGood
base = Li01_01_base
</section>
<source>
MarketGood = heavy_fighter_invulnerable_shield, 0, -1, 10, 10, 0, 1
</source>
</data>

<data file="data\equipment\st_good.ini" method="append">
<source>
[Good
nickname = heavy_fighter_invulnerable_shield
equipment = heavy_fighter_invulnerable_shield
category = equipment
price = 5
item_icon = equipment\models\commodities\nn_icons\EQUIPICON_shieldgen.3db
combinable = false
ids_name = 263758
ids_info = 264758
shop_archetype = equipment\models\st\li_refractor_shield.3db
material_library = equipment\models\li_equip.mat
</source>
</data>
</script>

Post Wed Apr 09, 2003 1:52 am

Download the latest version of FLMM (v1.0.1), which is available in the Lancer's Reactor downloads section or in the FL Mod Manager sticky thread. It includeds Daekar's "invincible shield" mod and his three cruise speed mods.

Post Thu Apr 17, 2003 9:13 am

Response to the nomad shield issue each copy of the software has it's own shiparch file. Since the default setup for nomad ships is no shield the shield will not function on a standard server. here is an example

first client running modded version of the game (mod mounting shield on nomad)
second client running standard version of the game (no mods)
server running standard install (no mods)

In this example you will see the shield mounted but it would be useless because damage values are calculated by the server or the the other client. So any ship generated by the server would not know that you had a shield and would just damage your hull the same is true about the other client his computer also doesn't know you have a shield.

Post Wed Apr 23, 2003 4:15 am

Earlier someone mentioned the PerfOptions.ini. I can't find it anywhere on my computer. Do I need to download it, and if so where can I get it?

Post Wed Apr 23, 2003 5:31 am

Whoops, my bad. I was looking in the wrong part of the computer.

Return to Freelancer General Editing Forum