Jump to content

Home

big help needed


rcol

Recommended Posts

I have a linux dedicated server set up, I am trying to make it so that it is only:

Jump

Attack

Deffend

and Throw

 

Everybody has a different configuration for doing these things, but I can't find one that works, so if everyone would just tell me a way for me to do it then I can try them all.

 

Thanks in advance.

Link to comment
Share on other sites

First off, to get this to feature to work you need to be using v1.03. Prior to that, the feature was broken. So, with v1.03 you just use the following setting in your config:

 

seta g_forcePowerDisable "32765"

 

Alternatively, you could use the forcetoggle console command and toggle what you want on and off. If you just type the command without any parameters, it'll give you a list of the powers and example.

Link to comment
Share on other sites

thanks, I got that.. now for anyone running linux out there I'd like to run it as a screen, can anyone tell me how to do this, or if they think it's a dumb idea tell me why? thanks.

Link to comment
Share on other sites

I run my server on a linux box and use screen. Basically, you just type screen to start one up, hit return/space and you're back a prompt. From there, start up your server app and watch the console scroll by. When you're finished, hold down control and hit a then d. That will detach you from the screen and return you to the prompt you were at when you started it. To reattach, just type: screen -r

 

You can have more than one screen running at a time. To tell it which screen you want to reattach to, you either need to name them or specify the pid you want. When you type screen -r and there's more than one screen, it'll give you a list of all screens and their pid number. Just type: screen -r 4393 (or whatever the pid number is) and you'll be attached. When you finish using a screen, just type exit at the prompt and it will close that screen.

Link to comment
Share on other sites

grr... Now that I've got it all setup like I want it it is only a LAN server, People can't connect to it, but they could before so I know the ports are forwarded correctly, is there a command line that I might have taken out on accident that is requiered to have for makingit accessible from the internet

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...