home home

downloads files

forum forum

docs docs

wiki wiki

faq faq

Cube & Cube 2 FORUM


Thoughts / Requests for future release

by TheLove on 01/04/2013 23:11, 25 messages, last message: 01/27/2013 00:07, 4780 views, last view: 05/18/2024 23:59

Hey yo

collect edition is up after long waiting time, the delay caused by mappers mostly, anyway no big changes compared to justice edition else maps and sound effects.

so what do you expect from the future release?
i really do want client demo recording (very helpful + available with SWLACC) and new simple logo, new menu interface & background, editing demo for newcomers, improve rocket speed?

so what is your thoughts?

   Board Index    Go to next 20 messagesGo to last 20 messages

#1: hi

by Misterwright on 01/04/2013 23:42

i didnt downloaded it yet, but can you join servers for now and more important is there a changelog?

reply to this message

#2: ..

by Q009 on 01/05/2013 01:15

"collect edition is up"
wut.




WUT?

reply to this message

#3: ..

by Zamwa on 01/05/2013 03:51

Looks like Suicizer's idea was on to something with collect-or edition!

Thank you all developers, supporters!

reply to this message

#4: Steam Greenlight?

by Rick Regger on 01/06/2013 17:35

Hi are there any plans to release Sauerbraten on Steam Greenlight? Steam offers a Free to Play Section for Games like Sauerbraten, i'm sure it would get voted into Steam very fast.

reply to this message

#5: ..

by ultrasemen on 01/06/2013 20:53

I want just one thing: custom map autodownload. Or /getmap in any gamemode. I saw people there who also want something like this. I don't know if it is possible to make or not, I'm just saying this is what players really need, I think.

reply to this message

#6: Re: ..

by suicizer01 on 01/07/2013 08:57, refers to #5

You sir, have no idea about the goal of cube engine 2. That has been suggested a lot of times before and there are several reasons why it shouldn't be done.

reply to this message

#7: Re: ..

by eihrul on 01/07/2013 09:17, refers to #6

Well, I am not specifically opposed to it, it just takes time to think out how to do it right. And right now, after being completely dehumanized by the release process, now is not the right time for me to think it out... It needs to also be done in the context of a saner auto-update mechanism for the game releases itself, because I think these giganto releases are becoming a bit too traumatic for all involved.

reply to this message

#8: Re: ..

by kripken2 on 01/08/2013 04:07, refers to #7

+1 to less giganto releases, and finding a better solution for getting content out.

This is sort of what I messed around with in my syntensity fork of cube2 a few years back. It split up maps into assets, and downloaded the ones it needed right before running the map. Uploaded maps could be played immediately. You can of course have more curating/testing of maps before making them downloadable if you want.

I am working on multiplayer in the BananaBread port of cube2 to HTML5 right now actually, which offers another potential solution to avoiding huge releases: The client is a website, just like gmail or whatever, whenever you connect to it you get the latest version automatically. With some continuous integration infrastructure this could be very convenient for devs - no big releases at all, and content is also managed by the browser with respect to caching etc.

If there's interest in either approach I'd love to work on it with the main cube2 project. If not, I'll continue in the BananaBread fork ;)

Anyhow, forget all this, congrats again on the great release eihrul, we all know it is a ton of work. Take a well-deserved break :)

reply to this message

#9: Re: ..

by Hansbert on 01/08/2013 10:26, refers to #8

+1 to #7 and #8

reply to this message

#10: Re: ..

by ultrasemen on 01/08/2013 15:59, refers to #7

But what do you think about mods in general? It seems for me that all this sauer party is against modding, against innovations, but I like Sauer, more than red eclipse or other cube games... It just needs to be more variative and diversified.
Complex auto-update and auto-download system would be just great. Would be great if servers would set not only "map" and "gamemode", but also "mod" (or any "mod" would be other "gamemode"), so we would download maps and mods the same way. And you can filter out all mods but default, without changing different master-servers.

reply to this message

#11: Re: ..

by Q009 on 01/08/2013 16:17, refers to #10

This is not Garry's Mod.

reply to this message

#12: Re: ..

by ultrasemen on 01/09/2013 10:33, refers to #11

Where did you see anything like Garry's mod in my concept? Many games have a nice mods reorienting the gameplay, but keeping the style, the feel of the game.

reply to this message

#13: Re: ..

by Q009 on 01/09/2013 10:44, refers to #12

"Would be great if servers would set not only "map" and "gamemode", but also "mod" (or any "mod" would be other "gamemode"), so we would download maps and mods the same way. And you can filter out all mods but default, without changing different master-servers."

Right there ;)

reply to this message

#14: Proper Collision for Imported Meshes

by DreamBliss on 01/09/2013 12:14

I would like to see some sort of collision detection system for imported meshes.

So far to my knowledge there exists only basic collision, based I think on the bounding box.

There are two ways to do this. The Morrowind/TESCS way, which was to all the import of a special, invisible collision box along with a mesh. The collision box had a unique name and of course was not visible in-game.

Far better is the Unreal Tournament/UnrealED way. You can have textures that cause collision, or the game pretty much does it all for you. It wraps a sort of collision bounding box around a mesh, fitting it as efficiently as possible. You could have very complex models, and you can see evidence of this in any UDK map.

Why do we need collision detection for meshes when we can do everything in Cube 2? Because it is far easier to create an archway or some complicated shape in a modeling programming than in Cube 2, where you are limited how you can move the equivalent of vertices.

Also meshes can help speed up the game a little, depending on how Cube 2 handles meshes VS BSP.

I don't know about anyone else, but if I was creating a map like say, Monastery, I would sure prefer to make my meshes in Max, Wings 3D or even (gasp) Blender because I could do them in minutes, VS the hours it must have taken the guy who made that map.

Keep up the good work with Cube!
- DreamBliss

reply to this message

#15: Re: Proper Collision for Imported Meshes

by Q009 on 01/09/2013 13:41, refers to #14

It would require some major rewrites in the physics engine and that's very unlikely to happen.

Also, I thought I'd point out: Cube 2 doesn't use BSPs. It uses octree ;)

reply to this message

#16: Re: Proper Collision for Imported Meshes

by suicizer01 on 01/09/2013 14:05, refers to #14

What you are describing is just what is happening on Cube Engine 2. When you import a model (ad for use in maps!), a boundingbox will be generated automaticly that serves as a collisionbox (it's just named boundingbox in Cube Engine 2), which stops players going any further, unless certain clipping settings has been configured for the model.

The playermodels just have a static boundingbox which can't be changed without modifying the sourcecode (I recommend not to do so unless you won't connect to the original masterserver anymore).

reply to this message

#17: Re: Proper Collision for Imported Meshes

by suicizer01 on 01/09/2013 14:25, refers to #14

What you are describing is just what is happening on Cube Engine 2. When you import a model (ad for use in maps!), a boundingbox will be generated automaticly that serves as a collisionbox (it's just named boundingbox in Cube Engine 2), which stops players going any further, unless certain clipping settings has been configured for the model.

The playermodels just have a static boundingbox which can't be changed without modifying the sourcecode (I recommend not to do so unless you won't connect to the original masterserver anymore).

reply to this message

#18: Re: ..

by ultrasemen on 01/09/2013 20:56, refers to #13

Well, this is logical thing to do with any game being multiplayer and having global mods, no matter, what game exactly it is. Still don't understand, why you're saying mods are bad?

reply to this message

#19: Re: ..

by Q009 on 01/09/2013 20:57, refers to #18

When did I say they're bad? I'm just saying that the thing you want is pretty much what Garry's Mod is.

reply to this message

#20: Re: ..

by ultrasemen on 01/10/2013 15:26, refers to #19

Okay, you didn't, it's just the feel that always pursues me here. Sorry.

reply to this message

   Board Index    Go to next 20 messagesGo to last 20 messages


Unvalidated accounts can only reply to the 'Permanent Threads' section!


content by Aardappel & eihrul © 2001-2024
website by SleepwalkR © 2001-2024
54040154 visitors requested 71821203 pages
page created in 0.022 seconds using 9 queries
hosted by Boost Digital