home home

downloads files

forum forum

docs docs

wiki wiki

faq faq

Cube & Cube 2 FORUM


General Thread

by Aardappel on 01/05/2002 01:55, 15527 messages, last message: 03/01/2024 13:02, 12517117 views, last view: 11/01/2024 12:35

for questions, announcements etc.

Go to first 20 messagesGo to previous 20 messages    Board Index    Go to next 20 messagesGo to last 20 messages

#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

#11355: Window resizing random

by NIm on 10/18/2008 04:33

So, I'm running Ubuntu, and Sauer will, on occasion, go into windowed mode. Most often, It does not allow control with mouse or keyboard, and runs at full FPS in this state. I don't know the trigger, but it is not a keypress. How can I keep it from doing this? Is it screensaver related? It seems that Sauer takes ofer the cursor.

Please help me to make sauer run uninterrupted.

reply to this message

#11356: mdl. support in future?

by hotmitts on 10/18/2008 14:17

Would there be a possibility of adding support for the mdl. model format in future? That I believe is the original Half-Life model format, it seems better supported in Milkshape etc and, crucially, has skeletal animation. There are free mdl. editors around, plus there must be a ton of free models out there.

I\'ve no idea how the implementation to a game engine works for these things, I thought it was worth asking.
Thanks in advance.

reply to this message

#11357: Re: master of server

by robgeove on 10/18/2008 16:17, refers to #11336

I have an HUD problem.... I pressed something and the HUD and the crosshair dissapeared! No I cant build, and I cant see: my ammo, and health! PLEASE HELP!

reply to this message

#11358: ..

by Kaomè on 10/18/2008 17:48, refers to #11357

/hidehud 0

or press '5'

reply to this message

Go to first 20 messagesGo to previous 20 messages    Board Index    Go to next 20 messagesGo to last 20 messages


Post a Message

Username

Email

Subject

Body

7 plus 5 is?


content by Aardappel & eihrul © 2001-2024
website by SleepwalkR © 2001-2024
58253877 visitors requested 76205528 pages
page created in 0.204 seconds using 10 queries
hosted by Boost Digital