home home

downloads files

forum forum

docs docs

wiki wiki

faq faq

Cube & Cube 2 FORUM


NEW RELEASE: 2007-04-13 spring edition

by Aardappel_ on 04/13/2007 10:23, 170 messages, last message: 10/07/2007 19:55, 206681 views, last view: 05/15/2024 13:26

https://sourceforge.net/project/showfiles.php?group_id=102911

from history.html:

* scoreboard now displays mode, map, and time remaining
* bases now produce ammo in capture mode (take ammo with R key or "repammo" command)
* added reflective water in fixed-function mode
* added reflective glass in fixed-function mode
* made waterfall top/bottom correctly align with water surface
* player vs. player collisions now use ellipses instead of bounding boxes
* added new functionality to the rpg prototype (WiP)
* added planar shadows for most dynamic entities
* added -o option for servers to disable "locked" and "private" mastermodes
* dead players now colored gray on scoreboard
* changed experimental movement speedup code to include both jumping & forward independently (see game.html)
* added F key support to heightmap editing.
* improved "fastshader" system to support more than 2 performance levels
* added environment-mapped geometry shaders (via "bumpenv*world" shaders)
* added ambient sound entities (via "mapsound" and "newent sound")
* added alpha-masked shadows for mapmodels with alpha-channel skins (via "calclight 3")
* added animated caustics effect to underwater geometry
* added experimental animated grass system
* added support for GLSL shaders
* added entautoview, entitysurf and selectionsurf
* added Marc's latest 8 tracks, for a total of 31 now!
* added visual entity box handle. allows easy choice of orientation. hovering over an ent now replaces closest ent as implicit ent selection.
* added smoothmap command for heightmaps. (default press H when already in hmap mode) executes a moving avg filter over hmap
* added context sensitive entity menu (default TAB)
* added a scale parameter to the "texture" command, for changing the apparent size
* texture combining now scales combined texture to match size of base texture
* command "showtexgui" (default F2) allows for comfortable texture browsing
* made gui stick to player's Z
* fixed server lockup (in patch)

Enjoy!

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

#64: bumpmapped textures

by kurtis84 on 04/17/2007 04:11

Seeing these oddities in a non-lit area is common, it's the parallax causing it. Solution: have no ambient lighting in maps, or try to cast light from a nearby light entity....or just ignore it. I had to be told about this before I noticed it, not a big deal. The one thing I would not do to the textures, is smooth out the heightmaps. There are shader scripts controlling these features, if you do not like them, turn them down, or off.

reply to this message

#65: ..

by Grogan on 04/17/2007 19:17

I tried Ogromines last night (I love that map) and I thought it looked OK. In some ways better, though perhaps the ground textures are cheesier.

I was able to get up that ladder and it didn't seem any different from before, though I did fall through the broken rung once which has never happened to me before. I've always had to jump to get up some of those rungs. So that appears to be fixed if it was broken.

reply to this message

#66: ..

by Passa on 04/18/2007 08:07

Awesome release, love the new tracks from Fanatic especially!

reply to this message

#67: About screen

by CrazyTB on 04/18/2007 18:41

This is VERY important (and very simple, at same time). The "About" screen (from main menu) must show the sauerbraten version!!

To avoid forgetting to update that screen on every release, add a hardcoded read-only variable called $game_version (or something like that).

reply to this message

#68: Re: About screen

by Drakas on 04/18/2007 19:32, refers to #67

I prefer $version

reply to this message

#69: Great release

by RealNitro on 04/18/2007 20:11

This release blew me off my feet. The levels look amazing and framerate is ok on my (not so new) pc. Congratulations to the devs!

reply to this message

#70: Copy entities with editcopy

by CrazyTB on 04/19/2007 04:41

When holding LSHIFT (editcut alias) and moving, sauer moves (by copy/del/paste) both cubes and entities.

However, when copying (C key, editcopy alias), entities inside selection are not copied.

This should (?) be easy to fix, just edit some lines of stdedit.cfg. I think this should be fixed in CVS ASAP, so it won't be forgotten on next release. :)

reply to this message

#71: Two more....

by CrazyTB on 04/19/2007 04:56

1. Entities that have a direction (such as playerstart and teledest) should display an arrow pointing to the selected direction.

2. I really hate these 3D menus. It is a real pain to select a texture in this f****ng 3D menu. I would REALLY like a simple menu, fixed on my screen.

But the real issue is... Why the texture GUI (F2) keeps fixed at same Z position, while all other GUIs don't?

reply to this message

#72: Re: Two more....

by rpointon on 04/19/2007 14:34, refers to #71

"Why the texture GUI (F2) keeps fixed at same Z position" - because you're editing and have unrestricted freedom of movement. Often you want to move so that you can see the thing you're texturing and keep the menu in a definite location in space.

reply to this message

#73: ..

by marvin2k on 04/19/2007 16:06

looks great, congratutalions

reply to this message

#74: Re: Two more....

by CrazyTB on 04/19/2007 18:36, refers to #72

But the tab menu and the esc menu follow me on the Z axis.

AND, these GUIs do rotate automatically, so, if I want to get closer to see a texture better, it simply rotates and becomes farther! This is very annoying.

reply to this message

#75: Re: Two more....

by Aardappel_ on 04/19/2007 21:52, refers to #74

crazytb, do you honestly think making posts 3 times a day about how you dislike the gui is going to make me change it? because I won't.

Like I have said before, just because in many ways sauer is a fairly typical shooter, it is NOT our aim to replicate quake exactly. Often, we do things rather differently (see e.g. the editing or multiplayer code), for reasons of simplicity, elegance, power etc. For every feature that doesn't conform to the "first person shooter standard" there will always be people that don't like it. And we don't want to implement things in multiple ways either to try and please everyone, as that totally ruins simplicity/consistency.

I'd rather have something innovative than just a verbatim copy of all we already know. There are literally thousands of quake engine clones out there on the net. Ever wonder why none of them has the popularity of sauer?

Also, Sauerbraten is not a commercial project, which means that you, crazytb, are not our customer. We don't have customers. They are not king ;)


reply to this message

#76: Re: Two more....

by ethan592 on 04/20/2007 03:40, refers to #74

CrazyTB, if you dislike the menu so much just switch the code back yourself. its really not that difficult. we did it for our mod but have since switched back to 3d because of the new features that we were too lazy to add to the 2d menu ourselves

reply to this message

#77: ..

by Eris on 04/20/2007 03:41

I did this: bound "Z" to /gamespeed 100, and bound "X" to /gamespeed 25 or slower

This really helps "zooming" slowly in on the GUI, or while editing small things.

just my five cents

reply to this message

#78: Re: Two more....

by CrazyTB on 04/20/2007 03:49, refers to #75

No, it is not my quantity of posts that I think will make you change things. In fact, I posted 3 times because I noticed two or three things, then gone back to playing, and noticed some more things.

The things I suggest are in attempt to make sauer better. Think them as bug reports and requests for enhancement. Since you don't want the 3D menu becoming 2D, ignore that part on my posts and try to look at other issues I listed.

And I'm happy sauer is not a commercial project, because companies usually don't listen to their customers. ;)

reply to this message

#79: 2007_04_15 Spring edition Linux download.

by bobofett on 04/20/2007 10:24

I've now downloaded the linux (.bz2) file, twice from two different sourceforge mirrors. And each time I try to decompress it I get errors suggesting it's a corrupt file. I even ran bzip2recover on it and still no luck.

I was wondering if anyone else is noticing this problem? And if maybe there is a torrent or some other archive that may work a bit better for me?

Thanks,
Bobofett

reply to this message

#80: Re: 2007_04_15 Spring edition Linux download.

by Passa on 04/20/2007 11:39, refers to #79

Hmm, uncompresses fine with the Ubuntu archive manager for me, runs with no problems..

I would suggest you try a different decompressor?

reply to this message

#81: ..

by marvin2k on 04/20/2007 16:17

Aardappel was rigth, don,t criticize new release if it work well. Create your mod if you want.

enjoy with it first!

very good work Aardappel !!!!

reply to this message

#82: Re: 2007_04_15 Spring edition Linux download.

by Drakas on 04/20/2007 16:24, refers to #79

Use different mirrors. Check the md5sum:
c0a2f4c203d0e85aa1f5ab68cb546f0a sauerbraten_2007_04_15_spring_edition_linux.tar.bz2

If it does not match, it is downloading problem. Otherwise - run a memory check on your machine, sounds like it is failing (I had the same problem when was a newbie)

reply to this message

#83: Re: 2007_04_15 Spring edition Linux download.

by bobofett on 04/20/2007 21:15

Well like I said I tried two different mirrors. Decompressing archives isn't the problem because all others decompress just fine. Have used Archive Manager, Ark, and command line. All return errors. I couldn't find the md5sum anywhere on-line so thanks for that. I just checked it and it's way off heres the one I get: f6012e123dab0acd94da3b9f698c4c35. So not sure what's up with that. I'm certainly not a newbie, I have been in IT for over 10 years...hahaha Certainly not as advanced as some of you so I do appreciate the help.

But I have just tested downloading a few other bz2 archives, and all of them decompressed just fine. The original cube2 download which was a gz file also opens up just fine in Ark. Everything seems to be fine except for the integrity of the download. Very well sill could be a problem on my end, be it connection or whatever. But the funny thing is I don't seem to have this problem downloading and decompressing files...many of them from sourceforge also.

The two I have downloaded so far both have different checksums, which certainly suggest some sort of connection problem somewhere down the line. But once again it seems odd that I don't seem to have this problem anywhere else

So I'm kind of at a loss for what's going on. I guess that's why I was asking about an alternate location like torrent or something like that, so I could eliminate the file on sourceforge as the problem..or my connection between here and there.

Thanks again for any help you all can provide.

reply to this message

Go to first 20 messagesGo to previous 20 messages    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
53997330 visitors requested 71776570 pages
page created in 0.074 seconds using 10 queries
hosted by Boost Digital