Overview
This guide is for those of you wishing to create a fully working Day of Infamy server rapidly without having to make a dedicated one.& Also works with the Internal version of the game [Beta Branch Bunch])https://serverranks.com/server/45.63.67.214:27095 custom server with rising storm TDM mod & small maps perfect for a session between friends.
Intro / basics + tutorial video
• With over ??k concurrent players[steamcharts.com] on this Day of Infamy Free Weekend!. it has been recently quite hard to find available slot on Co-op servers. this Steam guide will help us getting a coop session between friends!
• Easier than dedicated one to create, Listen servers are run on the same machine as the game client.
When the client disconnects, the server is shut down, as the server and host client are run together.
So check game cache integrality (game properties) before host it in order to avoid crashs.
• Listen servers usually cannot support too many players, due to bandwidth and CPU requirements.
So please optimize your internet connection so close others useless programs and run only the minimal requiered.
(Do not even try if you are on the neighbourhood wireless!)
How to proceed?!
• Launch the command prompt (executable name cmd.exe )
Enter:
Port Forwarding:
• Copy/paste your default gateway IP in your web browser: (url tab)
Day of Infamy requieres only the port for the Steam Server:
• port: 27015 UDP & your IPv4 address
• Right click on the game on your steam library and click “Properties”. Once you’re there, click on “Set Launch Options”. An empty caption box will show up.
In it, simply type:
• You will notice that a console has now appeared on the main menu. Keep it there! (Dev-console is used to submit some commands variables == cvar)
• You can also pop it up when needed by binding it (F11 as an example) with the following cvar: (with quotes)
* bind F11 allows you to open it during loading screen!
• Type in:
• If you go above your limit all the other players in your server will see their ping increased to extreme heights.
• You just have to test how many players your network can handle but most of the times 6+ slots becomes harder to manage.
• Once it’s done display console again and type in:
It gives you the external/public server IP[ip-lookup.net] copy/paste it to yours Steam friends in order they join you manually (cvar: connect IP) if your server isn’t yet displayed in the server browser list from their side.
• There you go! You have a fully working server now! Invite your friends in!
• If it still doesn’t work or you’re having other issues see the troubleshooting section bellow:
Server Configuration and Handy Tweaks
connect <IP>;password <passwd> (And how your steam friend join it later once secured)
nextlevel <…>
set next lvl
Save following code as autoexec.cfg in doi/cfg folder:
Troubleshooting
If your friends still cannot join your server even after you’ve set it up properly it’s most likely because something is blocking network traffic coming from outside. Many anti-virus and firewalls do that by default and you’ll have to either temporarily disable them or add Steam and Day of Infamy to the restrictions.[www.dummies.com]
If it still doesn’t work you might want to try these ports too:
UDP 1200
UDP 27000 to 27015
UDP 27020
TCP 27030 to 27039
TCP 27015
If you don’t know how you just have to follow the instructions on this website[portforward.com]
There you simply have to enter your router’s brand and model and then ports for what game you want to forward.
Real LAN Party with a few computers & 1 Shared Steam account!
Outro
Special thanks mention to “+[SP]+ Kaede” for his understanding and provided me helpful ressources for my guide which is based on.