Oay - the screenshot thingy? Hmm - haven't tried this yet. however, you can try removing the hud things from the game (like the 3db files or somthin) - try renaming them to remove them. Hmm - lets see here..... - (no i have not tried these or even thought of it before
)
First off, try the hud.ini file.
[HUD
shapes = interface\HUD\hud_txm.ini
[Receiver
object = interface\HUD\hud_CommsIcon.3db
action = Target
shut = -0.498000, 0.365999, -1
open = -0.309000, 0.178000, -1
delay = 0.150000
video_fovx = 5
speaker_rotate = -180, 0, 0
male_speaker_offset = 0, -1.250000, -2.150000
female_speaker_offset = 0, -1.150000, -2.150000
backdrop = backdrop
static = 1
win_pos = -0.400000, 0.250000, -1
win_size = 0.200000, 0.200000
btn_pos = 0, 0, -1
fly_time = 1.000000
tool_tip_id = 1021
[Waypoint
[Status
[Target
[Core
[ContactList
[Maneuvers
maneuver = FreeFlight, 1254, 1254, interface\HUD\MNVR_freeflight.3db, interface\HUD\MNVR_freeflight_gray.3db
maneuver = Goto, 3051, 3101, interface\HUD\MNVR_goto.3db, interface\HUD\MNVR_goto_gray.3db
maneuver = Dock, 993, 3104, interface\HUD\MNVR_dock.3db, interface\HUD\MNVR_dock_gray.3db
maneuver = Formation, 995, 3117, interface\HUD\MNVR_formation.3db, interface\HUD\MNVR_formation_gray.3db
[Steer
radius = 40
range = 200
color = 255, 255, 0, 255
size = 6
[Targetable_Objects
[DamageIndicator
[CruiseProgress
now - i bet the game checks through here for some parts - so you cannot remove the file as such - but comment some things out and see what happens. Probs safe to try this block first:
[Maneuvers
maneuver = FreeFlight, 1254, 1254, interface\HUD\MNVR_freeflight.3db, interface\HUD\MNVR_freeflight_gray.3db
maneuver = Goto, 3051, 3101, interface\HUD\MNVR_goto.3db, interface\HUD\MNVR_goto_gray.3db
maneuver = Dock, 993, 3104, interface\HUD\MNVR_dock.3db, interface\HUD\MNVR_dock_gray.3db
maneuver = Formation, 995, 3117, interface\HUD\MNVR_formation.3db, interface\HUD\MNVR_formation_gray.3db
make it look like this ( its called commenting out - put a semi colon infront and the game doesn't read it)
[Maneuvers
;maneuver = FreeFlight, 1254, 1254, interface\HUD\MNVR_freeflight.3db, ;interface\HUD\MNVR_freeflight_gray.3db
;maneuver = Goto, 3051, 3101, interface\HUD\MNVR_goto.3db, interface\HUD\MNVR_goto_gray.3db
;maneuver = Dock, 993, 3104, interface\HUD\MNVR_dock.3db, interface\HUD\MNVR_dock_gray.3db
;maneuver = Formation, 995, 3117, interface\HUD\MNVR_formation.3db, interface\HUD\MNVR_formation_gray.3db
Then spread upwards. The word "turretcamera" is located in dll resources.dll file
1557, "TURRET VIEW"
1587, "TURRET VIEW - MOUSE FLIGHT"
That should get rid of the turret words too i think - not positive - but hoping
Ignore this - its me wanting to make a ref of something for myslef before i forget : tag 85, tag 86 location id
Anyway - back onto topic. Have a fiddle with the hud.ini file - rename the 3db references.
Like i said, i aint tested this - its just educated guesses
okay - ships prices - i have gone over this before BUT - here it is quick!
Goods.ini file in the equipment folder. This contains teh prices of ships. it has the ships "hull" price (for the hull itself as described in the shiparch.ini file) and then it has the package that the ship is sold as (includes the hull, the lights, the shield etc). So - reduce the price of hull. It won't go as low as you expect -cause when you buy a ship - it comes with a sheild!! So the price of that is added on. Here is an example:
[Good
nickname = be_hull
category = shiphull
ship = br_elite
price = 31400
ids_name = 12009
item_icon = Equipment\models\commodities\nn_icons\br_elite.3db
This is the crusader hull - which is then sold in THIS package:
[Good
nickname = be_package
category = ship
hull = be_hull
addon = ge_be_engine_01, internal, 1
addon = br_elite_power01, internal, 1
addon = ge_s_scanner_01, internal, 1
addon = ge_s_tractor_01, internal, 1
addon = shield01_mark03_hf, HpShield01, 1
addon = LargeWhiteSpecial, HpHeadlight, 1
addon = SlowSmallYellow, HpRunningLight01, 1
addon = SlowSmallYellow, HpRunningLight02, 1
addon = SlowSmallYellow, HpRunningLight03, 1
addon = SlowSmallYellow, HpRunningLight04, 1
addon = SlowSmallYellow, HpRunningLight05, 1
addon = SlowSmallYellow, HpRunningLight06, 1
addon = contrail01, HpContrail01, 1
addon = contrail01, HpContrail02, 1
addon = DockingLightRedSmall, HpDockLight01, 1
addon = DockingLightRedSmall, HpDockLight02, 1
note i highlighted the shield. the cost of this will make it so that if you lower the hull price to 1 then it still costs a couple of k