How to play Sauerbraten maps on Red Eclipse

How to play Sauerbraten maps on Red Eclipse

Postby Wawofre » 14 May 2011, 21:43

Hi! This is my first post, and I'd like to start by sharing this piece of info: how to play classic Sauerbraten maps on red Eclipse. ;)


You can do this in four easy steps:

Step 1: Copy packages folder from Sauerbraten to main Red Eclipse folder.
Step 2: Copy default_map_models.cfg and default_map_settings.cfg from Sauerbraten's data folder into Red Eclipse's data folder.
Step 3: Copy Sauerbraten map files (found in base folder, which is found in packages folder) into Red Eclipse's maps folder (found in data).
Step 4: Rename ogz. files into mpz. files.


Congrats! You can play your favorite Sauerbraten maps in Red Eclipse. You can find them in the map selection of Red Eclipse. :D :D
Although I haven't tested it yet, this should work with maps that are downloadable from Quadropolis.
If you have any questions or problems, post them here! ;)
Wawofre
 
Posts: 3
Joined: 14 May 2011, 21:23

Re: How to play Sauerbraten maps on Red Eclipse

Postby Kitsune » 15 May 2011, 18:46

nice and simple tutorial. do you think this would work for other games powered by Cube2 like Blood Frontier and such?
Last edited by Kitsune on 28 May 2011, 20:25, edited 1 time in total.
User avatar
Kitsune
 
Posts: 174
Joined: 28 Apr 2011, 00:07
Location: Maridia

Re: How to play Sauerbraten maps on Red Eclipse

Postby Wawofre » 17 May 2011, 01:25

I believe it should, although I haven't tested that out yet.
Wawofre
 
Posts: 3
Joined: 14 May 2011, 21:23

Re: How to play Sauerbraten maps on Red Eclipse

Postby Kitsune » 17 May 2011, 15:09

So far good. I've gotten a few of the blood frontier maps an some custom maps to run on my server, trying assualt cube later today.
User avatar
Kitsune
 
Posts: 174
Joined: 28 Apr 2011, 00:07
Location: Maridia

Re: How to play Sauerbraten maps on Red Eclipse

Postby Wawofre » 17 May 2011, 20:25

Attempting to play maps made with the first Cube engine - like maps from AssaultCube - will most likely not work, unfortunately, although it could be compatible with the first Cube engine.
Wawofre
 
Posts: 3
Joined: 14 May 2011, 21:23

Re: How to play Sauerbraten maps on Red Eclipse

Postby Kitsune » 18 May 2011, 00:53

yea cube 2 maps (blood frontier and custom) work. AC maps don't. there is texture issues thou, so i may jus' copy the /texture folder.
User avatar
Kitsune
 
Posts: 174
Joined: 28 Apr 2011, 00:07
Location: Maridia

Re: How to play Sauerbraten maps on Red Eclipse

Postby fluxord » 26 May 2011, 06:10

Wawofre {l Wrote}:Hi! This is my first post, and I'd like to start by sharing this piece of info: how to play classic Sauerbraten maps on red Eclipse. ;) ...

What do you mean with classic Sauerbraten? Cube 2 or 1?

Because for Cube 2: Sauerbraten this is already implemented, and you only need to have sauerbraten installed.
When you "start a new game" on Red Eclipse, there is a checkbox option "show maps from sauerbraten". You only have to select it and the maps from sauerbraten will appear at the bottom of the map selection menu.
User avatar
fluxord
 
Posts: 160
Joined: 25 May 2011, 23:17

Re: How to play Sauerbraten maps on Red Eclipse

Postby Kitsune » 26 May 2011, 15:31

I don't have Saur on my home pc, but i do on my server. Yea, I noticed that check box, but this is a good tut for installing custom maps.
User avatar
Kitsune
 
Posts: 174
Joined: 28 Apr 2011, 00:07
Location: Maridia

Re: How to play Sauerbraten maps on Red Eclipse

Postby kr1egsgott » 19 Oct 2011, 13:06

I runned into this today and want to share this one:

rename s/.ogz/.mpz/ *.ogz
kr1egsgott
 
Posts: 85
Joined: 08 Sep 2011, 10:10
Location: Germany

Re: How to play Sauerbraten maps on Red Eclipse

Postby Ulukai » 19 Oct 2011, 16:32

There is an easier way. Start the command RECLIENT with the following parameter:

-osauerdir
Sets the path to your Sauerbraten directory. If Red Eclipse can find your Sauerbraten directory, you can load and play Sauerbraten maps from within Red Eclipse.

EXAMPLE:
reclient -o/usr/share/sauerbraten/data
User avatar
Ulukai
 
Posts: 741
Joined: 19 Mar 2011, 10:55
Location: Mechelen, Belgium

Re: How to play Sauerbraten maps on Red Eclipse

Postby kr1egsgott » 20 Oct 2011, 11:33

does not work for me on kubuntu 11.10

#!/bin/sh
RE_OPTIONS=" -p/usr/share/sauerbraten/data -p/usr/share/games/redeclipse/data -r"
exec /usr/lib/redeclipse/reclient ${RE_OPTIONS} "$@"


add package directory: /usr/share/sauerbraten
add package directory: /usr/share/games/redeclipse/data


No errors,
the paths are correct and I already really chmodded booth dirs to 0777...
Even doesn't work with .../sauerbraten/packages or .../sauerbraten
kr1egsgott
 
Posts: 85
Joined: 08 Sep 2011, 10:10
Location: Germany

Re: How to play Sauerbraten maps on Red Eclipse

Postby Ulukai » 20 Oct 2011, 12:39

In your script you are using the parameter -p instead of -o. http://sourceforge.net/apps/mediawiki/redeclipse/index.php?title=Game::client_cli
Also, you have to make sure where sauerbraten is installed in the filesystem. You can find it with the command "locate sauerbraten".

you shouldn't even be running a script every time to launch the game. It is sufficient to run the command reclient -o%sauerdir% once after that you can launch RE from the normal launcher. RE will remember your sauer dir (it's in your config file).

Chmodding the dirs is absolutely not necessary and can be a threat to your system.
User avatar
Ulukai
 
Posts: 741
Joined: 19 Mar 2011, 10:55
Location: Mechelen, Belgium

Re: How to play Sauerbraten maps on Red Eclipse

Postby kr1egsgott » 20 Oct 2011, 16:33

o has no effect, even error messages are not displayed.
In which file can I set this option manually?

€: the script I modified is the script the icons point to. I installed from .deb
kr1egsgott
 
Posts: 85
Joined: 08 Sep 2011, 10:10
Location: Germany

Re: How to play Sauerbraten maps on Red Eclipse

Postby qreeves » 20 Oct 2011, 23:46

You can use the environment variable:
{l Code}: {l Select All Code}
OCTA_DATA=/usr/share/sauerbraten


or you can set it in ~/.redeclipse/autoexec.cfg:
{l Code}: {l Select All Code}
octadir /usr/share/sauerbraten
Quinton "quin" Reeves | Lead Developer, Red Eclipse | http://redeclipse.net/ | http://www.facebook.com/redeclipse.net
User avatar
qreeves
 
Posts: 1294
Joined: 17 Mar 2011, 03:46
Location: Queensland, Australia

Re: How to play Sauerbraten maps on Red Eclipse

Postby kr1egsgott » 21 Oct 2011, 09:37

I reinstalled sauerbraten and it now works.
Thx
kr1egsgott
 
Posts: 85
Joined: 08 Sep 2011, 10:10
Location: Germany

Re: How to play Sauerbraten maps on Red Eclipse

Postby NetBoot » 17 Oct 2013, 16:57

I tried this and it does see the maps but when I try to vote, it tells me that it's not in the rotation list.

Now, remind you. I'm doing this from a workstation not on the server itself.

Any ideas?

Thanks,

Net....
People always ask me why I do the things that I do. Because I can! There is no bugs in my program there just undocumented features. Red Eclipse - Unoffical Release http://sourceforge.net/projects/redeclipseunofficial
User avatar
NetBoot
 
Posts: 25
Joined: 13 Oct 2013, 21:14

Re: How to play Sauerbraten maps on Red Eclipse

Postby NetBoot » 18 Oct 2013, 04:49

NetBoot {l Wrote}:I tried this and it does see the maps but when I try to vote, it tells me that it's not in the rotation list.

Now, remind you. I'm doing this from a workstation not on the server itself.

Any ideas?

Thanks,

Net....


Never mind I got it working...

Net....
People always ask me why I do the things that I do. Because I can! There is no bugs in my program there just undocumented features. Red Eclipse - Unoffical Release http://sourceforge.net/projects/redeclipseunofficial
User avatar
NetBoot
 
Posts: 25
Joined: 13 Oct 2013, 21:14

Who is online

Users browsing this forum: No registered users and 1 guest

cron