Advanced Server Setup
-
- Posts: 162
- Joined: Mon Jun 06, 2016 2:29 pm
- Location: Poland
- Player profile: https://ddnet.org/players/-9479--187-M-237-M-171--9479-/
Advanced Server Setup
Deleted because it's very outdated and doesn't work for the newest ddnet version.
Last edited by ┇»MiM«┇ on Mon May 19, 2025 5:56 am, edited 9 times in total.
- deen
- Posts: 3579
- Joined: Mon May 05, 2014 2:30 pm
- Player profile: https://ddnet.org/players/deen/
- Discord: deen#5910
Re: Server setup (For fast map testing straight from editor)
Nice. I guess this is the AHK program?
Code: Select all
#NoEnv
#SingleInstance, Force
#Persistent
SetTitleMatchMode, 2
DetectHiddenWindows, On
If !WinExist("ddnet client")
{
run, ddnet.exe
run, server.exe, , hide
}
SetTimer, ProcessCheckTimer, 6000
Return
ProcessCheckTimer:
Process, Exist, ddnet.exe
If ErrorLevel
return
Else
{
Process, Close, server.exe
ExitApp
}
-
- Posts: 162
- Joined: Mon Jun 06, 2016 2:29 pm
- Location: Poland
- Player profile: https://ddnet.org/players/-9479--187-M-237-M-171--9479-/
Re: Server setup (For fast map testing straight from editor)
Yup, nothing crazy
- Ravie
- Posts: 380
- Joined: Sat Feb 04, 2017 5:04 am
- Player profile: https://ddnet.org/players/Ravie/
- Mapper profile: https://ddnet.tw/mappers/Ravie/
- Clan: TOP
Re: Server setup (For fast map testing straight from editor)
When you "Load current map" and then save while logged into rcon the server automatically reloads itself tho (at least for me it does)

-
- Posts: 266
- Joined: Sun Apr 16, 2017 2:33 am
- Location: U.S.A.
- Player profile: https://ddnet.org/players/Bolto/
- Clan: Kerger
not so easy for me.
Using "Exe2Ahk.exe" to decompile "DDNet+ Server.exe" gives the error "Open: The following error occurred: NotARC", non of the other results faired better.
Nice tutorial, well laid out, easy to follow. i assume the above code(Deens post) is the AutoHotKey 'code', which is good as you rely on an external host, bad practice for tutorials which are meant to be around for a while. i wish DDnet would include some way of making LAN servers to test & play Maps, not so unlike others have.
EDIT: thanks, it worked, also this useful https://autohotkey.com/boards/viewtopic.php?f=6&t=59015
Nice tutorial, well laid out, easy to follow. i assume the above code(Deens post) is the AutoHotKey 'code', which is good as you rely on an external host, bad practice for tutorials which are meant to be around for a while. i wish DDnet would include some way of making LAN servers to test & play Maps, not so unlike others have.
EDIT: thanks, it worked, also this useful https://autohotkey.com/boards/viewtopic.php?f=6&t=59015
Picture of codeShow
viewtopic.php?f=16&t=5819 & search for "old version", although your's is better looking then mine, so who i'm i to judge. sorry if i sound like an ignorant fool, we all have to start some where.
peace!
sharing sources is the way to go man, we want people to take idea's & make them better. as long as people can easy get them with this Resource Hacker the same results are achieved. also messy is how you make it look, not the information presented, see my tutorial peace!
Last edited by GG Kid on Mon Apr 29, 2019 8:07 am, edited 2 times in total.
-
- Posts: 162
- Joined: Mon Jun 06, 2016 2:29 pm
- Location: Poland
- Player profile: https://ddnet.org/players/-9479--187-M-237-M-171--9479-/
Re: Server setup (For fast map testing straight from editor)
Not sure what you're talking about p.p and besides, i'd rather have a vote to do that for me instead of everytime i save the map in the editor it reloads the server.Ravie wrote: Tue Nov 13, 2018 1:40 am When you "Load current map" and then save while logged into rcon the server automatically reloads itself tho (at least for me it does)
I think Exe2Ahk is outdated. You can try using this.GG Kid wrote: Tue Nov 13, 2018 3:20 am Using "Exe2Ahk.exe" to decompile "DDNet+ Server.exe" gives the error "Open: The following error occurred: NotARC", non of the other results faired better.
Nice tutorial, well laid out, easy to follow. i assume the above code(Deens post) is the AutoHotKey 'code', which is good as you rely on an external host, bad practice for tutorials which are meant to be around for a while. i wish DDnet would include some way of making LAN servers to test & play Maps, not so unlike others have.
I would post every script in here but that would just make this topic messy.
-
- Posts: 162
- Joined: Mon Jun 06, 2016 2:29 pm
- Location: Poland
- Player profile: https://ddnet.org/players/-9479--187-M-237-M-171--9479-/
Re: Server setup (For fast map testing straight from editor)
Ctrl+T should always work now.
If you notice that the game doesn't register some key strokes please tell me.
If you notice that the game doesn't register some key strokes please tell me.
SpoilerShow
Bumping this just so people that use it (although i know there aren't many of them) will get the updated files.
Who is online
Users browsing this forum: No registered users and 18 guests