@danut
I'd imagine that the mod uses scripting to just add the text to the file, so it's adding regular text to the bottom of your encoded one. Deactivate the mod, apply the SDK, then re-activate it. This should make the entire file readable.
@Draven
You are probably getting the access denied message because you either have Freelancer running, you have the same file opened in another program such as notepad or another program (e.g. FLMM) is using the file. Close Freelancer and any other programs that
could be using the file, then try again.
To increase the power level for weapons:
1. Open Data/Equipment/goods.ini, and search for the nickname of the ship you want to edit - for this example I'll use the patriot (li_fighter).
2. The entry that you find should look like this:
[Good
nickname = lf_hull
category = shiphull
ship = li_fighter
price = 6600
ids_name = 12001
item_icon = Equipment\models\commodities\nn_icons\li_fighter.3db
This is the entry for the ship
hull that you buy from the shipdealer. Now copy the text after "nickname = " and search for it in the same file.
3. You should now see an entry like this:
[Good
nickname = lf_package
category = ship
hull = lf_hull
addon = ge_lf_engine_01, internal, 1
addon = li_fighter_power01, internal, 1
addon = ge_s_scanner_01, internal, 1
addon = ge_s_tractor_01, internal, 1
addon = shield01_mark01_lf, HpShield01, 1
addon = LargeWhiteSpecial, HpHeadlight, 1
addon = SlowSmallBlue, HpRunningLight01, 1
addon = SlowSmallBlue, HpRunningLight02, 1
addon = SlowSmallBlue, HpRunningLight03, 1
addon = SlowSmallBlue, HpRunningLight04, 1
addon = contrail01, HpContrail01, 1
addon = contrail01, HpContrail02, 1
addon = DockingLightRedSmall, HpDockLight01, 1
addon = DockingLightRedSmall, HpDockLight02, 1
This defines all the equipment you will get with the ship. We need the name of the powerplant - in this case it's obviously "li_fighter_power01". Remember this nickname.
4. Now open up Data/Equipment/misc_equip.ini. This file defines a number of things, including the ship powerplants. Search for the nickname you just found (li_fighter_power01) and you have found the entry for the patriot's powerplant.
5. The values in here are fairly obvious - you'll probably want to change "capacity = " and "charge_rate = " to a higher value. That's all you need to do - and if you already know the name of the powerplant you can skip straight to step 4