Powered by Invision Power Board [ Resend Validation Email ]
Welcome Guest [ Log In · Register ]
Forum Rules HelpSearchMembersCalendar


 
Reply to this topicStart new topicStart Poll
[ Track this topic · Email this topic · Print this topic ]
> weapon idea
ktan49
Posted: December 19, 2004 02:28 pm
Quote Post


Rotten Meat


Group: Members
Posts: 10

Joined: December 18, 2004



What do you lot think of grenades, when you spawn you each have 1 HE grenade, once you use it, you can't use it agen untill you die and respawn again, i think it would be rather good to watch zombies fly everywhere smile.gif
PMEmail Poster
Top
Evil Gn0me
Posted: December 19, 2004 02:35 pm
Quote Post


Experienced Killer
**

Group: Members
Posts: 67

Joined: December 01, 2004



Suggestions / Vorschläge

And would be much cooler that you would have to look for grenades.


--------------------
user posted image
PMEmail Poster
Top
Nekrotzar
Posted: December 19, 2004 02:37 pm
Quote Post


Zombie Hunter
***

Group: Members
Posts: 161

Joined: October 30, 2004



Explosives are coming, but nothing official on what.
PMEmail Poster
Top
_CiviliaN^SoldieR_
Posted: December 19, 2004 02:39 pm
Quote Post


civilized d00d
**********

Group: Moderators
Posts: 3250

Joined: November 01, 2004



There was a grenade, on a map forgot the name, it was a pretty basic map.


--------------------
User Posted Image
PMEmail Poster
Top
ktan49
Posted: December 19, 2004 02:41 pm
Quote Post


Rotten Meat


Group: Members
Posts: 10

Joined: December 18, 2004



i think it would be awsome, also it wouldn't really be over doing it because you would expect grenades in a modern zombie fest mod such as this one biggrin.gif

can you change your level by using any commands?? because it takes ages to do it normally, usally run out of time :'(

PMEmail Poster
Top
TSS
Posted: December 19, 2004 03:24 pm
Quote Post


Last hope of Mankind
*****

Group: Members
Posts: 699

Joined: November 03, 2004



like stated, explosives are comming.

there is a existing grenade, but thats a left over from PE. you wont find it in any official map. also ive heard it doesnt do much damage.
PMEmail PosterUsers WebsiteAOLYahoo
Top
Jrgsubzero
Posted: December 19, 2004 07:11 pm
Quote Post


Zombie Hunter
***

Group: Members
Posts: 176

Joined: December 12, 2004



Tacoland_1
PMEmail Poster
Top
Immoral Sniper
Posted: December 19, 2004 07:49 pm
Quote Post


The force is strong in me
Group Icon

Group: BB Betatesters
Posts: 1177

Joined: December 10, 2004



bb_stronghold_beta9 also has them. And yes, they do very little damage. Sticking it to the head of a zombie and letting it expload managed not to kill it...


--------------------
BB Maps I've made...
bb_stronghold {Beta 9}
bb_shootingrange {Beta 1}

Threads you should read before posting...
Immoral's List of Things Not to Suggest
Immoral's Mapping Guide

Forum Spammers
Name (Number of spamming citations issued)

Nikku (3), -KRUX- (2), Mitchell (2), hunter (2), Gneralas (2), CHAY (2), vyvu (2), Rustie1821 (1), w00t (1), dagny (1), Nandu666 (1), The.Raver(1), moecomputer (1), -=Jouni=- (1), santa_kills (1), DarknessGlams (1)
PMEmail PosterUsers WebsiteAOL
Top
Nekrotzar
Posted: December 20, 2004 03:48 pm
Quote Post


Zombie Hunter
***

Group: Members
Posts: 161

Joined: October 30, 2004



QUOTE
can you change your level by using any commands?? because it takes ages to do it normally, usally run out of time
Although I don't recommand it for fun reasons you can set "sv_expperlevel 1" and "sv_exppotence 1". This will cause you (and everybody else on the server) to gain approximately 100 levels per zombie. Maybe try 2 instead of 1 to prevent the level gain from becoming annoying.
You can also edit players.lvl located in your /brainbread directory, but I think it's somehow encrypted, so you'll have to experiment a bit.
PMEmail Poster
Top
Immoral Sniper
Posted: December 20, 2004 05:17 pm
Quote Post


The force is strong in me
Group Icon

Group: BB Betatesters
Posts: 1177

Joined: December 10, 2004



QUOTE (Nekrotzar @ Dec 20 2004, 09:48 AM)
You can also edit players.lvl located in your /brainbread directory, but I think it's somehow encrypted, so you'll have to experiment a bit.

This has already been discussed. They are in no way, shape or form, "encrypted". The player id in players.lvl is the simple hash value of their STEAM id.

QUOTE
nice idea smile.gif
QUOTE

- Cannot convert to steam IDs, encodding needed by the Devs

It's a hash value so it's not possible to get the steamid from the .lvl id. You could parse the log files, hash the steamids and compare the hash value to the one in the .lvl file in order to map the ids.

here's he code to calculate the hash (it's a normal elf hash)
CODE

unsigned long ElfHash( const char *value )
{
unsigned long h = 0, g;
while( *value )
{
h = (h << 4) + *value++;
if( g = h & 0xF0000000 )
 h ^= g >> 24;
h &= ~g;
}
return h;
}


Edited by Spin - Dec 12 2004, 03:20 AM

- http://www.ironoak.ch/PE/forum/index.php?a...76501ea67edf9a6


--------------------
BB Maps I've made...
bb_stronghold {Beta 9}
bb_shootingrange {Beta 1}

Threads you should read before posting...
Immoral's List of Things Not to Suggest
Immoral's Mapping Guide

Forum Spammers
Name (Number of spamming citations issued)

Nikku (3), -KRUX- (2), Mitchell (2), hunter (2), Gneralas (2), CHAY (2), vyvu (2), Rustie1821 (1), w00t (1), dagny (1), Nandu666 (1), The.Raver(1), moecomputer (1), -=Jouni=- (1), santa_kills (1), DarknessGlams (1)
PMEmail PosterUsers WebsiteAOL
Top
Nekrotzar
Posted: December 20, 2004 05:23 pm
Quote Post


Zombie Hunter
***

Group: Members
Posts: 161

Joined: October 30, 2004



Erm.. I don't know what your definition of encyption is, but I can't read out the STEAM id without the formula...
Thanks for the information, though. smile.gif
PMEmail Poster
Top
Topic Options Reply to this topicStart new topicStart Poll