Auto Docking Maneuver Request

Talk among developers, and propose and discuss general development planning/tackling/etc... feature in this forum.
Post Reply
Amitabho
Explorer
Explorer
Posts: 11
Joined: Sun Oct 19, 2008 8:01 am

Auto Docking Maneuver Request

Post by Amitabho »

I would like to have the ability to dock easily. By that, I mean that what I want to happen when I press the "d" key from about 1 km away from a base is that my ship will autopilot to the nearest unused port and dock without my help.

I have not been able to dock on anything that isn't a planet because of the lack of this feature.
loki1950
The Shepherd
Posts: 5841
Joined: Fri May 13, 2005 8:37 pm
Location: Ottawa
Contact:

Re: Auto Docking Maneuver Request

Post by loki1950 »

Welcome Amitabho.There is auto-docking it is just not turned on in the config file so try editing vegastrike.config the one in .vegastrike0.5 not the one in the data folder

Code: Select all

<section name="AI">
			<var name="AlwaysFireAutotrackers" value="false"/>
			<var name="CommToPlayerPercent" value="0"/>
			<var name="ContrabandToPlayerPercent" value="0"/>
			<var name="turn_cheat" value="false"/>
			<var name="max_allowable_travel_time" value="10"/>
			<var name="too_close_for_warp_tactic" value="8000"/>
			<var name="autodock" value="false"/>
			<var name="startDockedTo" value="Atlantis"/>
			<var name="dockOnLoad" value="true"/>
			<var name="kill_factor" value=".2"/>
			<var name="friend_factor" value=".1"/>
			<var name="ContrabandUpdateTime" value="1"/>
			<var name="CommInitiateTime" value="300"/>
			<var name="ContrabandInitiateTime" value="3000"/>
			<section name="Targetting">
just change the value of "<var name="autodock" value="false"/>" from false to true and please let me know if it works now there have been lots of changes in the code since it was last turned on so it may not work as expected :shock:

Enjoy the Choice :)
my box::HP Envy i5-6400 @2Q70GHzx4 8 Gb ram/1 Tb(Win10 64)/3 Tb Mint 19.2/GTX745 4Gb acer S243HL K222HQL
Q8200/Asus P5QDLX/8 Gb ram/WD 2Tb 2-500 G HD/GF GT640 2Gb Mint 17.3 64 bit Win 10 32 bit acer and Lenovo ideapad 320-15ARB Win 10/Mint 19.2
Amitabho
Explorer
Explorer
Posts: 11
Joined: Sun Oct 19, 2008 8:01 am

Re: Auto Docking Maneuver Request

Post by Amitabho »

Hmm... I'm using the Mac version, and I can't find the folders. Any idea how to find them?
loki1950
The Shepherd
Posts: 5841
Joined: Fri May 13, 2005 8:37 pm
Location: Ottawa
Contact:

Re: Auto Docking Maneuver Request

Post by loki1950 »

This thread should get you to the right place http://vegastrike.sourceforge.net/forum ... hp?t=11723

Enjoy the Choice :)
my box::HP Envy i5-6400 @2Q70GHzx4 8 Gb ram/1 Tb(Win10 64)/3 Tb Mint 19.2/GTX745 4Gb acer S243HL K222HQL
Q8200/Asus P5QDLX/8 Gb ram/WD 2Tb 2-500 G HD/GF GT640 2Gb Mint 17.3 64 bit Win 10 32 bit acer and Lenovo ideapad 320-15ARB Win 10/Mint 19.2
Post Reply