Search found 31 matches

by spamalam
Tue Jan 11, 2011 9:20 pm
Forum: General Discussion
Topic: Quake Soccer
Replies: 63
Views: 29056

wow, I remember the original quake soccer mod which I used to plan on a lan. One thing about the original quake soccer was the referee... he'd stand at the side of the pitch, if you kicked him he's chase you down and kill you. Similarly if you kicked another player too many times he'd track you down...
by spamalam
Wed Aug 23, 2006 11:20 pm
Forum: QuakeC Programming
Topic: 64bit, windows, quakeC
Replies: 5
Views: 3224

Sajt wrote:Are you using the same build of DarkPlaces on windows and linux?
yes, same version (both latest) or darkplaces
OSes:
Windows XP SP2 32bit
Ubuntu latest AMD64
by spamalam
Wed Aug 23, 2006 11:19 pm
Forum: QuakeC Programming
Topic: Design Documents?
Replies: 16
Views: 6444

no, i'm Jebus. :)
by spamalam
Sun Aug 20, 2006 8:27 pm
Forum: QuakeC Programming
Topic: 64bit, windows, quakeC
Replies: 5
Views: 3224

I got a weird windows vs linux mod thing too. On every windows machine i try, I kick the ball and it does what its supposed to (flies through the air and bounces around). On Ubuntu, same code, same engine, and it releases the ball but it doesn't move from the spot it was kicked from. Both are the da...
by spamalam
Sun Aug 20, 2006 8:23 pm
Forum: QuakeC Programming
Topic: Design Documents?
Replies: 16
Views: 6444

If I was making my own mod from scratch (I only just looked at a modding quake a few months back and have done a little bit of playing, decompiled an old but not well known mod and have picked up and made a few changes), I would document it. Whenever I start a Java project i'll use some UML diagrams...
by spamalam
Tue Aug 08, 2006 10:14 pm
Forum: QuakeC Programming
Topic: Walk speed
Replies: 14
Views: 4586

ah okay, that makes sense. When i was using it it didn't seem to have any adverse effects though, wonder why.
by spamalam
Tue Aug 08, 2006 8:45 pm
Forum: QuakeC Programming
Topic: Walk speed
Replies: 14
Views: 4586

Sajt wrote:That's a terrible way.
elaborate please. ;)
by spamalam
Tue Aug 08, 2006 8:39 pm
Forum: General Discussion
Topic: Piracy is killing PC Gaming
Replies: 13
Views: 3373

Piracy is killing PC Gaming

ID's Kevin Cloud Says Piracy is Killing PC Gaming http://www.1up.com/do/newsStory?cId=3152680 During a QuakeCon Q&A panel, Kevin Cloud, co-owner of Id and exec producer on Enemy Territory: Quake Wars, responded to a question about PC games disappearing from retailer's shelves by saying that pir...
by spamalam
Tue Aug 08, 2006 8:33 pm
Forum: General Discussion
Topic: Forum navigation
Replies: 15
Views: 4517

Not really. Infact, EasyMod makes updates and mod installations one click, and the mod itself is installer based ;) As long as your not a complete computer newbie which is a near impossibility on a site of this nature and are on top of what you've got installed, its trivial. EasyMod http://www.phpbb...
by spamalam
Tue Aug 08, 2006 8:16 pm
Forum: Artificial Intelligence
Topic: Meet the FrikBots
Replies: 20
Views: 14654

Just wait for a Christopher Walken cylon to turn up... :lol:
by spamalam
Tue Aug 08, 2006 6:03 pm
Forum: General Discussion
Topic: Forum navigation
Replies: 15
Views: 4517

I run a few phpbb boards, there's quite a number of useful addons.
QuickReply being one of the most basic and useful.

I'd recommend installing easy mod since it makes it a tad eaiser to install/uninstall mods without resorting to a text editor.
by spamalam
Tue Aug 08, 2006 5:58 pm
Forum: Artificial Intelligence
Topic: Meet the FrikBots
Replies: 20
Views: 14654

ah, you got the right hudson methinks :) That's the one i'd have chosen too, in "but where would all the calculators go?" mode. Obviously those that aren't boys from the dwarf would probably have chosen hudson from Aliens. but what's a cylon Either: http://www.confusionroad.com/article_ima...
by spamalam
Tue Aug 08, 2006 5:46 pm
Forum: QuakeC Programming
Topic: Walk speed
Replies: 14
Views: 4586

oh dear, well i did this for modifying the run speed when holding a particular weapon: // v 0.0.2 - Slow down the player if they are on the ball if (self.enemy.classname == "soccer_ball") { self.velocity = self.velocity * 0.5; } Is this a bad way of doing it? Are the cmds a better of doing...
by spamalam
Tue Aug 08, 2006 5:34 pm
Forum: Gameplay & Design
Topic: How do you play?
Replies: 17
Views: 13211

Darkplaces, only to test mods i'm making really these days.
by spamalam
Tue Aug 08, 2006 5:33 pm
Forum: Gameplay & Design
Topic: Non-Killy Weapons
Replies: 32
Views: 22950

Not really a weapon, but a way of interacting with the environment. Although i don't think they exploited it very well, Red Faction needs a mention for destructable environments, like the way you could use rockets to blow a hole around a locked door. Its a shame they didn't really use the destructab...