General Thread |
by Aardappel
on 01/05/2002 01:55, 15527 messages, last message: 03/01/2024 13:02, 12521189 views, last view: 11/01/2024 18:33 |
|
for questions, announcements etc.
|
|
Board Index
|
|
#11334: Re: ubuntu 8.04 / Sauerbraten/ sound/ help! |
by Quin
on 10/08/2008 13:30, refers to #11333
|
|
Try: esddsp ./sauerbraten
Or turn off esound before starting the game.
reply to this message
|
|
#11335: Message censored by administrator |
by asdf
on 10/09/2008 12:14
|
|
|
#11336: master of server |
by reyalp
on 10/10/2008 00:37
|
|
whenever i go into a server and try to claim master by saying /setmaster 1 it says that i need to use the word /auth
what is the word or way to become master when it says this?
reply to this message
|
|
#11337: Re: master of server |
by Hirato Kirata
on 10/10/2008 02:26, refers to #11336
|
|
you first need to have an authorisation key, and use /authkey to load your private key. the authkey should be placed in your autoexec if you have one.
in game you can just use /auth to grab master. I would sugest you make sure you have appropriate updates installed
reply to this message
|
|
#11338: Re: master of server |
by Quin
on 10/10/2008 03:34, refers to #11337
|
|
*kicks Hirato*
Note that auth keys are given out on a person-to-person basis, you can't just add one and get master.
reply to this message
|
|
#11339: Re: master of server |
by JadeMatrix
on 10/11/2008 01:30, refers to #11337
|
|
When was that implemented? Was there a patch?
reply to this message
|
|
#11340: Compiling |
by eTronicGaming
on 10/11/2008 06:52
|
|
I'm interested in modding and coding Sauerbraten, but I was wondering how the compiling works. Is there a site with a tutorial or something to get started with this? I know how to compile c++ files and write to them, but I didn't understand how I would go about doing this for this game with all its files and it being outputted as a bat file, not exe.
reply to this message
|
|
#11341: Re: @11357:Compileing |
by eTronicGaming
on 10/11/2008 07:52, refers to #11341
|
|
Forums are for helping. So please, if you have no contributions, don't reply. Save your time.
reply to this message
|
|
#11343: Re: Compiling |
by MovingTarget
on 10/11/2008 15:08, refers to #11342
|
|
And it compiles to (Sauer directory)\bin\sauerbraten.exe unless you change it so it won't replace the vanilla executable.
reply to this message
|
|
#11344: Requesting Permission to use Artwork |
by nat1192
on 10/14/2008 16:53
|
|
I believe that the artwork for the Cube 1 game is copyrighted to the original creators and I would like to ask for permission to use it in a port of the original cube engine to the OMAP3 (pandora), called Pandora's Cube. The engine is more or less ready (just a few modifications to the Makefile and file structure), I am just waiting for the Pandora team to release the official toolchain to make 100% sure it works.
Does anyone know who I should contact (ie email addresses)?
reply to this message
|
|
#11345: can we ban 213.171.218.64? |
by NIm
on 10/15/2008 02:03
|
|
ubuntu, ctf, nvidia pcx5300
So I think this might be an ubuntu question, but sauer keeps getting unfullscreeened, and slowing down. Since sauer hijacks the mouse, I can't get back. I have to go into terminal, find sauer and kill it. Sucks. anyway, what can i do to fix this?
reply to this message
|
|
#11346: silly noob question |
by Guru_Sev
on 10/17/2008 02:54
|
|
i would like to play sauerbraten with just me and my friend, no one else. the only way that i could seem to do that is by making a server. i forwarded the ports correctly,and clicked on server.bat, and did not get the error message; on the contrary, it informed me that i had just created a dedicated server. im glad i managed to forward the ports correctly, but i dont want a dedicated server, i want a server that i can play on. i dont know what to do at this step, could someone point me in the right direction? much appreciated.
reply to this message
|
|
#11347: Rigid Body Physics |
by Skofo
on 10/17/2008 03:59
|
|
Would it be possible to implement it into this?
reply to this message
|
|
#11348: Re: silly noob question |
by noerrorsfound123123
on 10/17/2008 04:26, refers to #11346
|
|
What's the problem? Leave the server window open, open Sauerbraten, and /connect localhost.
reply to this message
|
|
#11349: Re: silly noob question |
by Guru_Sev
on 10/17/2008 05:17, refers to #11348
|
|
ahah, there we go, nerrorsfound, that worked perfectly. i tried to look this stuff up in one of the readmes but i didnt see it. how could my friend join, and how could we password-protect the server?
reply to this message
|
|
#11350: Re: silly noob question |
by noerrorsfound123123
on 10/17/2008 07:05, refers to #11349
|
|
Your friend joins using your external IP address. Your post shows 24.254.230.152, so he should use the "connect" command and put the IP address after it.
http://sauerbraten.org/docs/config.html
Right click server.bat and click "Edit" to add commandline options.
Default batch file contents (at least on the work-in-progress version since I don't have the CTF edition right now):
"bin\sauerbraten.exe -d -c6 %1 %2 %3 %4 %5"
To keep it off the master server so other people won't see it and join, use -mlocalhost.
"bin\sauerbraten.exe -d -c6 -mlocalhost %1 %2 %3 %4 %5"
There's no password protection on servers other than logging in as admin, but you can log in as master with "setmaster 1" and set the server as private (mastermode 3) to ensure people can't join even with the IP address.
Check that page for other useful options.
reply to this message
|
|
#11351: Re: silly noob question |
by Guru_Sev
on 10/17/2008 21:41, refers to #11350
|
|
I really want to thank you, you have been incredibly informative and helpful, and I really appreciate it.
What is the significance of the numbers and percents? I read in the configuration document that /m needs a url, so how are these symbols used instead?
reply to this message
|
|
#11352: Re: silly noob question |
by noerrorsfound123123
on 10/18/2008 02:28, refers to #11351
|
|
I've got no idea what the percentages are used for. "localhost" is just another way to access 127.0.0.1, which is always the address your own PC. The percents after that are unrelated to the specification of the master server URL/address.
reply to this message
|
|
#11353: Re: silly noob question |
by Guru_Sev
on 10/18/2008 03:23, refers to #11352
|
|
I tried to edit it, but it won't overwrite. Am I doing somehing wrong?
reply to this message
|
|
#11354: Re: silly noob question |
by Guru_Sev
on 10/18/2008 03:32, refers to #11352
|
|
Sorry, I figured out how to do it. I created another batch file, and moved the original somewhere else. Thanks again!
reply to this message
|
|
|
Board Index
|
|