Rip server again. :v:
anyway [t]http://i.imgur.com/dwREkpT.jpg[/t] we cubin'
Damn we're just killing it.
The server crashes. Does anyone know req so I can up the hardware template.
[editline]4th July 2013[/editline]
Added another 1GB of ram.
[QUOTE=SweFox*;41311339]The server crashes. Does anyone know req so I can up the hardware template.
[editline]4th July 2013[/editline]
Added another 1GB of ram.[/QUOTE]
What's the total ram on it now?
[QUOTE=katbug;41311380]What's the total ram on it now?[/QUOTE]
1 core with 2GB. I will monitor performance manager. Server up again.
[QUOTE=SweFox*;41311394]1 core with 2GB. I will monitor performance manager. Server up again.[/QUOTE]
How does it crash? Warning message in the console? full on process crash?
I was thinking of writing an autorestart wrapper fast when i get home more info would be awesome.
[QUOTE=Orki;41311409]How does it crash? Warning message in the console? full on process crash?
I was thinking of writing an autorestart wrapper fast when i get home more info would be awesome.[/QUOTE]
The server.exe crashes yea.
How exactly do I buy the game for a friend?
[QUOTE=EcksDee;41311422]How exactly do I buy the game for a friend?[/QUOTE]
You make them an account, and buy them. Ta da!
[QUOTE=EcksDee;41311422]How exactly do I buy the game for a friend?[/QUOTE]
Login on his account.
[QUOTE=SweFox*;41311419]The server.exe crashes yea.[/QUOTE]
so
just doing some thing easy in windows form would be something like this
[code]
process p;
button1()
{
p = new process("path")
p.start();
}
timer1_tick()
{
try
{
Process.GetProcessById(p.Id);
}
catch (ArgumentException)
{
p.start()
}
}
[/code]
or if you want just a console application
[code]
main()
{
Process p = new Process("path");
p.Start()
Thread.Sleep(2500);
while(true)
{
try
{
Process.GetProcessById(p.Id);
}
catch (ArgumentException)
{
Console.WriteLine("Server seems to have crashed - Restarting " + DateTime.Now.ToString());
p.start()
//Wait so that the process gets a chance to start
thread.sleep(2500);
}
//No need to run at full speed
Thread.Sleep(1000);
}
}
[/code]
This should work i guess.
Gets more advanced fast if you want automatic port setting because then you need to take over the streaminput from the console application and that takes longer then 2 minutes to write :P maybe 20 minutes
It seems to work better now with 2GB ram.
Bought it, no regrets.
Everything beats the shit out of me at the beginning, though, I'm a Lizard Rogue.
[t]http://i.imgur.com/ZNwYTfa.jpg[/t]
RAG TAG GROUP O' ADVENTURERS
What's the max number of players?
[QUOTE=Jacko245;41311546]What's the max number of players?[/QUOTE]
I think it's 8 or 10, I know it's not any higher at the moment because of balance issues Wollay said.
Can't connect to a friend, what are the ports I need to forward?
[QUOTE=godyofwar;41311551]I think it's 8 or 10, I know it's not any higher at the moment because of balance issues Wollay said.[/QUOTE]
Oh wow, that's a lot more than I thought it would be. Damn shame I can't afford a copy of the game itself :v:
Just played for 1-2 hours, such a great game even in Alpha. We got a quest to go to a castle, it was marked on our map. We ended up finding another castle, but the boss was really though so we gave up. We're gonna buy some better armor and head back there. I also tamed a turtle that does a spinning shell attack :D
Out of curiosity, do xbox controllers work with it?
Edit: aand my automerge.
It's 4 players co-op, but you can modify it.
[QUOTE=Zar;41311566]Just played for 1-2 hours, such a great game even in Alpha. We got a quest to go to a castle, it was marked on our map. We ended up finding another castle, but the boss was really though so we gave up. We're gonna buy some better armor and head back there. I also tamed a turtle that does a spinning shell attack :D[/QUOTE]
And we also found a giant-ass tree with undead guys under it who kill us in a sec.
Vg says that if the player count goes above 30 monster AI start breaking
everything is beating the living crap out of me at the beggining
EVEN DAMM TURTLES!
That's good, that means the game is hard :D Make sure to dodge guys.
Is everyone playing on SweFox's server? When I connect, the map is blank and doesn't load, and typing in chat doesn't send through.
[QUOTE=loopoo;41311613]Is everyone playing on SweFox's server? When I connect, the map is blank and doesn't load, and typing in chat doesn't send through.[/QUOTE]
whats swefox server IP?
[QUOTE=katbug;41311089]
the demo runs slow for me too, I think it's because it's generating terrain all the time.[/QUOTE]
So do you have the full game? And does it run better?
Anyone with similar specs? Q6600 @ 3GHz, 6GB DDR2, 8800gt
[QUOTE=Zar;41311569]It's 4 players co-op, but you can modify it.[/QUOTE]
So you can just change the settings file to allow 10 players without modifying the exe?
Where did Swe-Fox go?
Sorry, you need to Log In to post a reply to this thread.