OGRES.BSP

Post a reply


This question is a means of preventing automated form submissions by spambots.
Smilies
:D :) :( :o :shock: :? 8) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen:

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: OGRES.BSP

Post by JUGGERNAUT » Mon Dec 04, 2006 5:20 pm

fixed.

pic is now 116KB

Post by Joao Lucas » Mon Dec 04, 2006 5:13 pm

Gunter wrote:I'm on a 56k modem here!


And we're nearly on year 2007 here.

Post by Gunter » Mon Dec 04, 2006 3:53 pm

When posting Quake images CONVERT them to a 256 color GIF...
PNGs are huge in file size and I'm on a 56k modem here!

You might also resize them unless they need to be large....


See, that one image of Ogres.bsp was almost a Meg in size, whereas my GIF picture of JUGGERNAUT crapping out ChunksOfMeat is only 127 K


Image

Post by RocketGuy » Mon Dec 04, 2006 1:43 pm

JUGGERNAUT wrote:although i tend to agree, let us not forget that without a map, quakec is effectively useless (or at least devoid of context) ;)

i'd say a map could be hardcoded into the engine

Post by JUGGERNAUT » Mon Dec 04, 2006 10:13 am

also, this is all i did since ORL mentioned the ogres only have 50000000 health or so hehe

(from weapons.c)

Code: Select all


void(entity hit, float damage) AddMultiDamage =
{
/* remove if (! ogres.bsp) */
//   damage = damage + 999999999999.9;
   
   if (!hit)
      return;
   
   if (hit != multi_ent)
   {
      ApplyMultiDamage ();
      multi_damage = damage;
      multi_ent = hit;
   }
   else
      multi_damage = multi_damage + damage;
};


zOMG HAX!!

Post by JUGGERNAUT » Mon Dec 04, 2006 10:10 am

RocketGuy wrote:
Orl wrote:I'll bet you used Quakec to defeat them, cheater!

When I update it I'll add a few more deadly traps.

Knights reflecting the shots you fire at the ogres.

A switch, when pressed, sets off explosions around the entire room killing everything (except the ogres of course).

And a few other small things.

we'll just h4x0r that too :D
you should know that quakec is MUCH more powerful than mapping


although i tend to agree, let us not forget that without a map, quakec is effectively useless (or at least devoid of context) ;)

Post by RocketGuy » Mon Dec 04, 2006 8:28 am

Orl wrote:I'll bet you used Quakec to defeat them, cheater!

When I update it I'll add a few more deadly traps.

Knights reflecting the shots you fire at the ogres.

A switch, when pressed, sets off explosions around the entire room killing everything (except the ogres of course).

And a few other small things.

we'll just h4x0r that too :D
you should know that quakec is MUCH more powerful than mapping

Post by Orl » Mon Dec 04, 2006 8:16 am

I'll bet you used Quakec to defeat them, cheater!

When I update it I'll add a few more deadly traps.

Knights reflecting the shots you fire at the ogres.

A switch, when pressed, sets off explosions around the entire room killing everything (except the ogres of course).

And a few other small things.

OGRES.BSP

Post by JUGGERNAUT » Mon Dec 04, 2006 4:40 am

this is what i think about OGRES.BSP

Image

OH YEAH, BABY!

fight hax with hax, i always say ;) anyone who disagrees can go brush an ogre's teeth.


EDIT: changed image format to smaller size for faster downloading

Top