Unlock Planet Ship Dealer Pads
Locked
Freelancer Support
-
May be in here somewhere already but I have looked high and low - no solution found - I am "Retired Bounty Hunter on Planet Curacao - There are two Ship Dealer landing pads here but only one is active - How can I activate that second pad so I can place two ships up for sale???
-
Unfortunately, only the image is there - you’ll have to the edit the script to add it. Before that, though, add it to the room: edit [c]DATA\UNIVERSE\IW04\BASES\ROOMS\iw04_01_planetscape.ini[/c], duplicate the [c]ForSaleShipPlacement[/c] section and change [c]2[/c] to [c]3[/c]:
[ForSaleShipPlacement] name = X/Shipcentre/02 [ForSaleShipPlacement] name = X/Shipcentre/03 ```Now for the tricky part, actually adding that new placement. Grab my [dethorn](http://freelancer.adoxa.vze.com/tools.html#dethorn) tool (hope you're familiar with the command line), copy it to [c]EXE[/c], cd to [c]DATA\SCRIPTS\BASES[/c] and run [c]..\..\..\dethorn pl_11_pad_hardpoint_01.thn[/c]. Now you'll have [c]pl_11_pad_hardpoint_01.lua[/c], so edit that, search for [c]Shipcentre[/c] ([c]02[/c] is first), copy that entire section, rename to [c]3[/c] and change its position & orientation. IIRC, you should just be able to rename [c]lua[/c] to [c]thn[/c] and re-enter the launchpad to test it. The ship cushion (the animation that appears to be holding up the ship) is in [c]pl_11_pad_ambi_day_01.thn[/c]. Good luck!