home home

downloads files

forum forum

docs docs

wiki wiki

faq faq

Cube & Cube 2 FORUM


new release! assassin edition

by Aardappel_ on 12/22/2007 19:14, 268 messages, last message: 12/29/2008 17:05, 269262 views, last view: 03/29/2024 06:58, closed on 12/29/2008 17:22

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

New gameplay! Hudguns! lots of cool bits and bobs! Feedback in this thread!

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

#233: Re: Increased freezes

by Gambit on 02/16/2008 10:28, refers to #213

@smartalco and BillyBob

I think this freeze-when-somebody-joins bug is fixed in CVS (or I hope anyway - my testing is good so far). By the way, I'm on Linux, and I've heard it happen to Windows users too. The freeze was happening in checkdynentcaches() for me and I usually get it during coopedit after a new player connects. eihrul added a fix for the bug in CVS, but I had to apply the fix to assassin sources due to the map version bump in CVS. If you want to help test the fix:

Go into your assassin release sources and find shared/ents.h; around line 130 is a reset() function. In that function add one line:

floor = vec(0, 0, 1);

compile with make clean && make :) (at least in linux.. dunno about mac)

reply to this message

#234: no skybox error after windows compile

by rknigh21 on 02/17/2008 12:43

Hi Please help. Trying to get the this release to compile under windows using codeblocks. The source with the release compiles and runs but monsters slide around with no running animation!. If I update the source from CVS then I get loads of compile errors. I think this is because pvc.ccp is missing from the build. The file is there so I add it in. Now compiles ok but will not run. It dies with a "no skybox" fatal error.

Any suggestions gratefully received

reply to this message

#235: doesnt compile under Linux either

by CC_machine#cookiesaredamned on 02/17/2008 12:59

running Linux, i've also noticed the program freezes my system totally during loading(grey screen before metl4 appears on startup), if i use a version I've compiled.

I applied the patch for Linux, and ran "make clean", "make", then "make install" inside the /src directory. doesn't give me any compile errors though..

reply to this message

#236: Re: no skybox error after windows compile

by rknigh21 on 02/17/2008 13:19, refers to #235

Thanks, Updating data got it to work. But the monsters still tend to slide rather than run. I will try compiling with Gcc 4.

reply to this message

#237: Re: no skybox error after windows compile

by rknigh21 on 02/17/2008 17:48, refers to #235

Hi - Having trouble getting Gcc4 to work, I only have limited knowledge of this system. What is VS?

Thanks Robin

reply to this message

#238: Re: no skybox error after windows compile

by ezombie on 02/17/2008 18:34, refers to #237

I have had good luck running a ever so slightly older version of GCC on mingw - 3.4.2.

For an easy to install GCC 4.1 for MinGW, head here:

http://www.develer.com/oss/GccWinBinaries

reply to this message

#239: Re: no skybox error after windows compile

by ezombie on 02/17/2008 19:19, refers to #238

Since you peaked my curiosity, eihrul - I just swapped out my GCC 3.4.2 toolchain for 4.2.1 (dw2) and compiled our Sauer project.

Three differences:

1) Took much longer to compile. But it's not horrible or anything.

2) Game runs faster, by a bit. Got about 3-7 FPS increase across the board.

3) Binary is bigger. Much bigger. Went from just over 1MB to 2.5MB. The debug build goes from 6MB to over 13MB. No big deal though.

reply to this message

#240: Re: no skybox error after windows compile

by MovingTarget on 02/17/2008 21:26, refers to #239

I tried the MinGW binaries from the link you provided, and they worked fine.
But my binary was only 1.32MB, not 2.5! But it was slower.

Oh and by the way (it's just my pet peeve) but in your context, 'peaked' is wrong, it is 'piqued' :P

reply to this message

#241: Re: no skybox error after windows compile

by ezombie on 02/18/2008 01:28, refers to #240

That one is an earlier version of GCC 4 with a different exception lib then 4.2.1-dw2. I was using the *fancy* one, since it is supposed to result in less segmentation fault runtime errors when you mess up pointers...

And I suppose one should use piqued:

http://www.wsu.edu/~brians/errors/peaked.html

Unless one wanted to be rather punny about it (there I go again with my butcher knife) and imply that one had already been curious about the subject.

I love the origin part - who said the french weren\'t humorous?

I also love this here bastard language (muwhahaha!) particularly *because* it is so malleable.

Might I suggest this yarn for you?

http://singingcicada.blogspot.com/2006/05/can-i-pique-your-interest.html




reply to this message

#242: Re: no skybox error after windows compile

by rknigh21 on 02/18/2008 22:43, refers to #238

Hi
Thanks for the easy install for gcc 4. I installed them in the default directory c:\mingw, pointed the compiler and linkers in code blocks at the ones in c:\mingw\bin and did a complete re-build. Compiled ok but the linker gave lots of errors like this

.objs\src\engine\rendergl.o:rendergl.cpp:(.text+0x147e): undefined reference to `setviewcell(vec const&)'

Any suggestions gratefully received.

Regards Robin

reply to this message

#243: Re: no skybox error after windows compile

by rknigh21 on 02/18/2008 22:58, refers to #242

Hi

Fixed this problem.

.objs\src\engine\rendergl.o:rendergl.cpp:(.text+0x147e): undefined reference to `setviewcell(vec const&)'

pvs.cpp is missing from the codeblocks project, I added it in and it sorted that. I have other missing references but will look before I ask this time

Regards Robin

reply to this message

#244: All compiler problems fixed

by rknigh21 on 02/19/2008 19:52, refers to #238

Hi

Thanks the install at


http://www.develer.com/oss/GccWinBinaries

Worked fine. I could not get it to behave with codeblock so gave up and used make. This produced an exe that not only worked but all the monsters run instead of sliding.

Thanks Robin

reply to this message

#245: Re: updates

by D-TurboKiller (LT) on 02/23/2008 09:39, refers to #232

Hey, I've just found out that Steam released Steamworks (some kind of free version of Steam), and it looks awesome. I think you are even able to upload the content to the Steam servers, and it's completely free.
Link: http://www.steampowered.com/steamworks/

I hope this helps, since I'm a windows user and I like this idea ;)

reply to this message

#246: Re: updates

by enigma_0Z on 02/23/2008 18:44, refers to #245

Of course there are all the linux users (like me) that would be left out in the cold...

IMO someone should develop a rsync-based app. The app could be developed in python & gtk which are both cross-platform. What is really needed is a server to host the unarchived files for the current release.

reply to this message

#247: Re: updates

by D-TurboKiller (LT) (gah, not a lost cookie again...) on 02/23/2008 22:20, refers to #246

Not really. You could use wine (or cedega?) to run Steam just like everyone else.
And thinking of it, this would be an awesome idea to increase Sauerbraten\\\\\\\'s popularity... by a lot! All those Steam users would definitely love finding this game, and then saying \\\\\\\"wtf, a free awesome FPS game?!\\\\\\\".

Just a thought, besides the easy auto-updating ;)

reply to this message

#248: CVS

by Hirato Kirata on 02/24/2008 00:46

CVS is global operating system wise, and everyone can just do a checkout on release days to get the newest client. or when patches are released. for mac users unfortunately, this means they'll have to compile it themselves.

while it may mean bigger load on the servers for a while, it'll wear of as you'll be downloading just what you need, not everything again. which in the end will mean there far less downloads of the client itself and much less data will be transferred for the same amount of people to update, and become esteemed sauerbraten players.

reply to this message

#249: Re: updates

by ezombie on 02/24/2008 03:34, refers to #246

Already has been discussed and implemented...

public rsync repo of the current version of assasin:

repo.usef-et.org::sauer

We have been using another repo at this location for ET:CE testing.

reply to this message

#250: Re: updates

by enigma_0Z on 02/24/2008 05:36, refers to #247

Running wine or cedega (which costs money btw) is not an acceptable solution for the following reason: There is no reason that I should run an application on a Linux platform that emulates Windows, so I can run a Windows-only app to download something that should in theory run natively on Linux. That is ridiculous.

Not only that, but have you tried to use wine on a regular basis? Most apps either barely work or don't at all (granted a few work nicely), but it is still very botched, and not ready for the masses.

I really don't want to troll or flame, but this idea of using steam exclusively is a really bad one.

But, the idea of using steam in conjunction with something more cross-platform is good for popularity. Perhaps put the downloader app into steam?

reply to this message

#251: Re: updates

by D-TurboKiller (LT) (gah, not a lost cookie again...) on 02/24/2008 11:49, refers to #250

And that is the reason why I don't use linux... (I did forget that you would have to download the win version of Sauer btw)
Still, it would be a big advantage for windows users, since it would make updating the game a lot easier (not to mention the popularity it would gain on Steam, as I've said before).
But, for linux users, ezombie's idea seems to be a good alternative.

reply to this message

#252: ..

by ATIRULE on 02/24/2008 12:38

um has some one tried running the update app VIA wine :P

reply to this message

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


Thread closed!

This thread has been closed, which is why you can't post any more messages in it.


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