Freelancer Community Network
Reminder: Internet Explorer 6 or below are NOT supported.
HomeHome
ForumForum
WikiWiki
DownloadsDownloads
ForgeForge
Multiplayer Connection Tutorial
Collapse/Expand Donations
Monthly costs: -50€
Income (ads): +25€
Donations (last month): +0€

Current balance: -65€
(last updated 2013/05)

Please make a donation if you want to help keeping The-Starport online:

Thanks!
Collapse/Expand Random Image
Collapse/Expand Poll
Would you be interested in Star Citizen modding?
Yes.
No, not interested in SC mods/modding.
No, not interested in SC in general.
Total Votes: 278
3 Comments
Collapse/Expand Login
Username:

Password:

Remember me



Lost Password?

Register now!
Collapse/Expand Chat
Collapse/Expand Twitter
Collapse/Expand Who's Online
22 user(s) are online (14 user(s) are browsing Forum)

Members: 2
Guests: 20

Sizer, DwnUndr, more...
Collapse/Expand Links
Collapse/Expand Advertisement
There are currently 99 users playing Freelancer on 85 servers.
May. 25, 2013

Browsing this Thread:   1 Anonymous Users



 Bottom   Previous Topic   Next Topic  Register To Post



Engine Class
Just can't stay away
Joined:
2010/8/2 0:04
Group:
Registered Users
FLServer Admins
Posts: 378
Offline
On two ships out of 5, engines cant be unmounted / bought.
Sabre and Titan still show like that is internal equipment.

Open in new window

Shiparch.ini
bh_elite2; Hammerhead
co_elite2; Titan
ge_fighter6; Eagle
bw_elite2; Sabre
or_elite; Anubis

all have entry:
hp_type = fighter_engine 1, HpEngine01

Goods.ini
bhe2_package
oe2_package
gf6_package
bwe2_package
oe_package

all have entry:
addon = ge_bwe2_engine_01, HpEngine01, 1 (similar for rest)

Only on this 5 ships, changes are made to have this ability.

Engine_eqip.ini sample
[Engine]
nickname = ge_gf6_engine_01
&
[Engine]
nickname = ge_bwe2_engine_01

all have entry:
hp_type = hp_fighter_engine_special_1

Off course, adoxa's EngClass plugin is used.
Out of ideas.

Posted on: 2012/7/23 11:44
Of all things that I lost - brain I miss most
Report Top
Re: Engine Class
Starport Staff
Joined:
2008/10/25 17:58
From On my way back
Group:
Registered Users
Starport Staff
FLServer Admins
Posts: 280
Offline
have you included attachment_archetype line in engine_good.ini

Code:
[Good]
nickname = ge_rh_engine01_mark01_hf
equipment = ge_rh_engine01_mark01_hf
category = equipment
price = 1080
item_icon = equipment\models\commodities\nn_icons\equipicon_engine_mk1.3db
combinable = false
ids_name = 263952
ids_info = 264952
attachment_archetype = equipment\models\hardware\rh_toroidal_nuclear_drive.3db
shop_archetype = equipment\models\hardware\rh_toroidal_nuclear_drive.3db
material_library = equipment\models\hardware.mat

Posted on: 2012/7/23 12:35
Open in new window
Report Top
Re: Engine Class
Just can't stay away
Joined:
2010/8/2 0:04
Group:
Registered Users
FLServer Admins
Posts: 378
Offline
Yup!
Code:

[Good]
nickname = ge_bwe2_engine_01
equipment = ge_bwe2_engine_01
category = equipment
price = 1
item_icon = equipment\models\commodities\nn_icons\equipicon_engine.3db
combinable = False
ids_name = 263679
ids_info = 264679
shop_archetype = equipment\models\commodities\crates\crate_grey.3db
attachment_archetype = equipment\models\commodities\crates\crate_grey.3db

Posted on: 2012/7/23 13:50
Of all things that I lost - brain I miss most
Report Top