General Thread |
by Aardappel
on 01/05/2002 01:55, 15527 messages, last message: 03/01/2024 13:02, 12567512 views, last view: 11/08/2024 12:43 |
|
for questions, announcements etc.
|
|
Board Index
|
|
#12402: loading maps on trooper edition |
by KillaGrunt
on 07/25/2009 15:56
|
|
I downloaded a map and I don\\\\\\\'t know where to put it.
reply to this message
|
|
#12403: Re: loading maps on trooper edition |
by tentus_
on 07/25/2009 18:22, refers to #12402
|
|
Go to the Sauerbraten directory, go into packages/ and then put the file inside of the base/ directory.
reply to this message
|
|
#12404: Re: loading maps on trooper edition |
by MeatROme
on 07/25/2009 23:34, refers to #12403
|
|
http://www.quadropolis.us/node/226 - the packaging guide - just use it in reverse :-)
reply to this message
|
|
#12405: site died for 10 minutes? |
by Razgriz
on 07/26/2009 01:30
|
|
after i posted my comment for the curved surfaces it seems like the site died for around 10 mins.. this is what sites were loading when i tried to refresh the forum before i got the final error
recieve2.tubemogul.com
ak2.static.dailymotion.com
Fatal error: Can't connect to database
Too many connections in /usr/lib/zimtstern/application/classes/class.db_mysql.php4 on line 101
reply to this message
|
|
#12406: need help with chainsaw sound problems |
by Razgriz
on 07/27/2009 23:20
|
|
As the topic name says i'm having problems getting the chainsaw sounds correct. i don't know why and when and how but they don't play right. neither the correct osunds. here is the link to my sound.cfg with the 2 lines of interest highlighted. please help me fix cause having a silent chainsaw drives me xrazy! D=
http://pastebin.com/m6ee3eb37
reply to this message
|
|
#12407: Re: cannot create a server |
by blackdot
on 07/27/2009 23:57, refers to #12393
|
|
I already tried with a friend, he can not join on my server. why is that?
reply to this message
|
|
#12408: .. |
by ps2death
on 07/28/2009 04:53
|
|
i try to host a server, my ports in my base station are set, ports 28785 28786. i turn off my firewall and it say's master server registration failed: failed pinging server.
reply to this message
|
|
#12409: Re: .. |
by ps2death
on 07/29/2009 02:32, refers to #12408
|
|
forget the question i know the problem, i got a base station -> linksys -> cable router. I got to unplug my pc from the base station and plug it into my linsys router. So I have to bypass my Base Station physically to run a server. All ports are forwarded so it works.
reply to this message
|
|
#12410: Moving lights? |
by Skribble
on 07/31/2009 08:09
|
|
Hey guys, I'm new to SB and I'm currently trying out some things to get a hold of it's limitations. I've modded with Unreal and Hammer, as well as CE2; hardcoding and general modding, so I know my way around.
Anyway, I am currently trying to find out if SB is capable of supporting moving, dynamic lights. I'm trying to add in a flashlight function that would essentially add a light to wherever the player is looking.
I've noticed you need to pre-render the lighting, with calclight 0, so I'm not holding my breathe, but I thought I would ask anyway!
Thanks in advance!
Brendan
reply to this message
|
|
#12411: Re: Moving lights? |
by Hirato Kirata
on 07/31/2009 10:14, refers to #12410
|
|
I take it you've done one of 4 htings with weapons recently...
1. shoot the pistol near a surface that can be illuminated
2. fire the chaingun near a surface that can be illuminated
3. shoot a grenade, and have it roll along a surface that can be illuminated
4. shoot a rocket and have it travel enar a wall
5. both 3 and 4 result in a bigger spheres when they explode
so simply yes
by default the engine doesn't have the functions you desire to make a flashlight though. just these spherical lights, partly since the devs never had a need for it
reply to this message
|
|
#12412: Removal of SP? |
by Zymnotic
on 07/31/2009 16:02
|
|
Is it true that in a future release Eihrul is gonna remove SP out of SB?
Look I don't care if SP will stay the same but I don't consider it to be removed, I play SauerBraten SP from time to time and sometimes make some small maps of mine that may be crap but fun for a while, I still have the old version installed that has all the SP maps in it and the latest version for online gaming tough, So is this true that in some future release all the SP package/features will be removed and SB will be a multiplayer only FPS game like Nexuiz, Warsow and other mainstream free FPS's out there?
reply to this message
|
|
#12413: a server on hamachi, a good idea? |
by pisto
on 07/31/2009 18:58
|
|
hello.
A friend of mine has a good internet connection (10 MB/s up/down), but his ISP works like a huge LAN, and so he cannot be reached from the outside. Hamachi already worked with other games, but I'm not sure if it is a good choice with this one: I read about the ENet protocol used by Sauerbraten, and if I remember well Hamachi does almost the same thing. I think that encapsulating ENet in another UDP (but reliable) protocol would produce many unneeded aknoweledgements of packets, and so a high ping, wouldn't it?
Thanks for replies.
reply to this message
|
|
#12414: Re: Moving lights? |
by SheeEttin
on 08/01/2009 18:29, refers to #12411
|
|
I believe the recommended method of a flashlight was using a shader (though how that'd work, I'm not sure.)
Zymnotic: It was, but I believe eihrul reversed his decision.
pisto: If his ISP was a huge LAN, he wouldn't be able to access any servers outside the LAN...
Hamachi creates a VPN, which essentially puts remote clients on your LAN. If it worked for other games, it should work for Cube 2.
And UDP has no acknowledgments.
reply to this message
|
|
#12415: Problem Adding Custom Functions |
by R0b0t1
on 08/03/2009 04:47
|
|
I am having a problem trying to add a custom function... for example, if I try (this is in client.cpp)
void helloworld()
{
conoutf("Hello, World!");
}
COMMAND(helloworld, "");
And try to use /helloworld in-game, it says command not found. Any help?
reply to this message
|
|
#12416: Re: Problem Adding Custom Functions |
by R0b0t1
on 08/03/2009 04:54, refers to #12415
|
|
Er, sorry to double post, but I am running `make` after I edit the files... I'm currently on Ubuntu, but I know that the package manager is not interfering.
reply to this message
|
|
#12417: Re: Problem Adding Custom Functions |
by R0b0t1
on 08/03/2009 06:08, refers to #12415
|
|
Please disregard this
reply to this message
|
|
#12418: Mirrors? |
by m0kudo
on 08/03/2009 06:21
|
|
I was wondering if there was any way to make some sort of mirror in a map. I checked the docs but only found things for glass reflection that I don't want. Thanks =)
reply to this message
|
|
#12419: Screenshots |
by fispaul
on 08/04/2009 15:42
|
|
I think some time ago, tentus said something about updating screenshots, because the current ones are quite old. There should be screens for gameplay, empty maps, and editing. I always thought about this, but it never happened.
I think screenshots are quite important, because if someone who has never played Sauer looks at those old screenshots with those old weapon models, they will think it looks pretty old and crap. Same with the video on the front page, it´s fine, but it should be updated with the new version and new music or something.
I am willing to do the screenshots, however the problem is I moved, and I only have my computer with SB in 2 weeks again.
reply to this message
|
|
#12420: over view map |
by manu somasekhar
on 08/04/2009 15:57
|
|
Plz tell how to enable the mini map. Some thing just same as the mini map in counter strike.
reply to this message
|
|
#12421: .. |
by Passa
on 08/04/2009 16:54
|
|
Just got kick/banned for singing Rick Astley and Haddaway on the GNUSTEP server by some guy called bandit. Man, if you're reading this, serious </3 :(
PEOPLE GOTTA LIGHTEN THE FK UP YO :D
reply to this message
|
|
|
Board Index
|
|