Destructible bases in MP
-
oops found a bug once the base has been destroyed
and on the rapair mode it dosent reset when its hit again
so im geting multiple console messages
saying the base has been destroyed
need to put a reset in there
have to wait on motah see whats the best way -
Repair mode = repair gun? Respawn timeout?
-
its needing to default back to that
AlternateRepairTime=360
if it repairing and it get hit again
othere wise it continuse to repair
and you get multiple killswchar_t wszBuf2[1024]; wstring Basename = HkGetWStringFromIDS(Universe::get_base(iID)->iBaseIDS); wstring Playername = Players.GetActiveCharacterName(iClientIDBy); swprintf(wszBuf2, L"basedestroyed=%s by=%s",(Basename).c_str() ,(Playername).c_str()); HkMsgU(wszBuf2);
add that to the end of void BaseDestroyed
im using 1.6.7
when it starts to repair shoot in you see what i mean -
Which is your serv - i wanna play :)))
-
-
Update for total destruction:
All bases can be destroyed - works fine at server-side (i have tested NY)
Each player on non-existent station respawns from the sun x)
Add additional stations to the respawn point like
base = blahblahbase
dock_with = blahblahbase -
hi
I am more players as a coder and modder but I would very much like to know how this works on the base of destruction against respawndsorry, google translated
-
and you get multiple kills
Yep. Strange thing - when you try to shoot already dead station by rockets - “basedestroy” event appears again :-E
-
How can I respawn the base without serverrestart?
-
anduriell wrote:
How can I respawn the base without serverrestart?http://the-starport.net/freelancer/forum/viewtopic.php?post_id=27591#forumpost27591
-
How can I edit the server.dll? cause, hexedit doesn’t work at my system.
-
Another hex editor will do fine, google turns up plenty of free ones.
-
-
Whats about this damned ‘60d’? where can I find this? have to edit double=60.0 , too?
-
Read this tutorial : http://www.memes.no/88flak/downloads/beta/1.1_Offsets_Tutorial.htm
-
There are milions of hex editors, i am sure one will work for your system .
Try search 010 editor , hex workshop , XVI32 (or something like that), WinHex, Hexplorer. -
Do not temptate newbies - Hexplorer works fine ander x86 and x64, *Comics with Fox’s tutorial will understand any who interested.
*P.S. If you does not understand the text look only at the pictures )) -
Will this work with jumpgates and dock_rings?
-
Sure