Re: Did home based servers change?
Posted by G4MER on
Tue Dec 7th 2010 at 4:54am
G4MER
floaty snark rage
member
2460 posts
360 snarkmarks
Registered:
Sep 6th 2003
Location: USA
I was able to prior to the update, have a test server where people could join in and play test my maps..
I tried sv_lan 0, but still no response.. what am I forgetting?
Re: Did home based servers change?
Posted by G4MER on
Thu Dec 9th 2010 at 12:51am
Posted
2010-12-09 12:51am
G4MER
floaty snark rage
member
2460 posts
360 snarkmarks
Registered:
Sep 6th 2003
Location: USA
A friend of mine sent me this, and it worked, so I wanted to share it here with others, so you can get your home based test servers working too..
"sv_lan 0" not working for you?
It wasn't working for me. So I figured more people have/had this problem.
Here's a simple fix.
Code:
bind "," "sv_lan 0;sv_region 1;net_start;heartbeat;changelevel newfutur1;heartbeat"
Change newfutur1 to your map name.
This will only work if you have the map that you're changing level to. You may need to change the name to a map that you have. I.e. de_dust2
but for mappers, this is gonna be a pain in the ass to update the bind for every new map -_-
A fast method of doing it is just...
bind ","
The , key is binded to "sv_lan 0;sv_region 1;net_start;heartbeat;changelevel newfutur1;heartbeat"
Simply copy the last part, change the "newfutur1" to your map, and rebind the key.