Forum

Practical Game Logic (QuakeC) Ideas Only Dropbox

Discuss anything not covered by any of the other categories.

Moderator: InsideQC Admins

Practical Game Logic (QuakeC) Ideas Only Dropbox

Postby Baker » Sat Apr 17, 2010 5:37 am

1. Monsters that only move when you are not looking at them (think of the possibilities). Provided QuakeC can do this. I know QuakeC can do line of sight but not sure if the "behind you" 180 degrees can be ignored from the calc.

2. The concept that using a teleporter damages you slightly.

3. Why does the Portal QuakeC mod crash every non-DarkPlaces engine eventually. Qrack seems rather resistant to the crashing, but still crashes when you do a portal underwater or half-underwater if I recall correctly. And most other engines crash on use of the gun.

/Even if nothing comes of this thread, at least I have recorded this and got them out of my head.
The night is young. How else can I annoy the world before sunsrise? 8) Inquisitive minds want to know ! And if they don't -- well like that ever has stopped me before ..
User avatar
Baker
 
Posts: 3666
Joined: Tue Mar 14, 2006 5:15 am

Postby Swift » Sat Apr 17, 2010 7:27 am

I want to see this QuakeC portal using actualy BSP portals. :)
Swift
 
Posts: 60
Joined: Tue Jan 26, 2010 11:02 am

Re: Practical Game Logic (QuakeC) Ideas Only Dropbox

Postby Wazat » Sat Apr 17, 2010 6:06 pm

Baker wrote:1. Monsters that only move when you are not looking at them (think of the possibilities). Provided QuakeC can do this. I know QuakeC can do line of sight but not sure if the "behind you" 180 degrees can be ignored from the calc.


Easily done. Just reverse one of the directions and narrow the dot product to the desired range.

Imagine a stone statue that becomes impervious to damage when you look at it, so you have to turn and fire really fast to harm it, or bounce a grenade off the wall and behind you. It only moves when you look away, so you may not even realize the statue is moving until it slashes you from behind.

Combine that with a mirror in new engines and that could be interesting, though I get the impression that that's not what this thread is about.

2. The concept that using a teleporter damages you slightly.


Easily done in the teleporter touch function. After teleporting the player, damage him either a set amount, or by a percentage of his HP.
When my computer inevitably explodes and kills me, my cat inherits everything I own. He may be the only one capable of continuing my work.
Wazat
 
Posts: 771
Joined: Fri Oct 15, 2004 9:50 pm
Location: Middle 'o the desert, USA

Postby qbism » Sun Apr 18, 2010 5:19 am

Medusa monster: turns PLAYER into a stone statue when viewed directly.
User avatar
qbism
 
Posts: 1236
Joined: Thu Nov 04, 2004 5:51 am

Postby ajay » Sun Apr 18, 2010 11:09 am

Weeping angels....
User avatar
ajay
 
Posts: 559
Joined: Fri Oct 29, 2004 6:44 am
Location: Swindon, UK

Postby Baker » Sun Apr 18, 2010 11:12 am

ajay wrote:Weeping angels....


Shhhhhh. :D
The night is young. How else can I annoy the world before sunsrise? 8) Inquisitive minds want to know ! And if they don't -- well like that ever has stopped me before ..
User avatar
Baker
 
Posts: 3666
Joined: Tue Mar 14, 2006 5:15 am

Postby Baker » Sun Apr 18, 2010 11:24 am

qbism wrote:Medusa monster: turns PLAYER into a stone statue when viewed directly.


Stop! Thief!

/No it's all good ... but yeah. I've been trying to think of very strategic game elements beyond shoot and kill. I want some mental engagement in game play.
The night is young. How else can I annoy the world before sunsrise? 8) Inquisitive minds want to know ! And if they don't -- well like that ever has stopped me before ..
User avatar
Baker
 
Posts: 3666
Joined: Tue Mar 14, 2006 5:15 am

Postby r00k » Mon Apr 19, 2010 1:19 am

3d jigsaw, gotta move pieces to get out of the level.

I think monster AI should be coded like old arcade games where they grouped and moved fast in a pattern. Imagine a bunch of running rats or spiders etc..
r00k
 
Posts: 1110
Joined: Sat Nov 13, 2004 10:39 pm

Postby Wazat » Mon Apr 19, 2010 3:49 am

r00k wrote:I think monster AI should be coded like old arcade games where they grouped and moved fast in a pattern. Imagine a bunch of running rats or spiders etc..


Steering behaviors would be cool in Quake.
When my computer inevitably explodes and kills me, my cat inherits everything I own. He may be the only one capable of continuing my work.
Wazat
 
Posts: 771
Joined: Fri Oct 15, 2004 9:50 pm
Location: Middle 'o the desert, USA

Postby r00k » Mon Apr 19, 2010 9:24 am

even 1 model can be a bunch of animated little models running about...
r00k
 
Posts: 1110
Joined: Sat Nov 13, 2004 10:39 pm

Postby frag.machine » Mon Apr 19, 2010 12:41 pm

Trapbombs, disguised as items, dropped weapons, backpacks or severed heads. If someone touch it, kaboom. Could be a random skill (like in Total Destruction) or something the player can buy/learn in a RPG-like game. Uses rockets (5 ?10 ?).
I know FrikaC made a cgi-bin version of the quakec interpreter once and wrote part of his website in QuakeC :) (LordHavoc)
User avatar
frag.machine
 
Posts: 2090
Joined: Sat Nov 25, 2006 1:49 pm

Postby Baker » Mon Apr 19, 2010 11:15 pm

EF_SHADOWONLY ... don't draw the model but do draw the shadow. Possibly an interesting invisibility effect for multiplayer except that no one uses shadows in multiplayer (and anti-wallhack type stuff would make this method rather inconsistent) ... so maybe this would good for interesting single player monsters where perhaps they are only visible if damaged and otherwise you only get to see their shadow.

/Yes, stepped halfway out of the QuakeC box.
The night is young. How else can I annoy the world before sunsrise? 8) Inquisitive minds want to know ! And if they don't -- well like that ever has stopped me before ..
User avatar
Baker
 
Posts: 3666
Joined: Tue Mar 14, 2006 5:15 am

Postby Baker » Mon Apr 19, 2010 11:17 pm

I always thought the airgun QuakeC modification was interesting. And yet this has seldom been used thus far.

(The airgun mod could blow items around).
The night is young. How else can I annoy the world before sunsrise? 8) Inquisitive minds want to know ! And if they don't -- well like that ever has stopped me before ..
User avatar
Baker
 
Posts: 3666
Joined: Tue Mar 14, 2006 5:15 am

Postby Baker » Thu May 13, 2010 2:39 pm

ajay wrote:Weeping angels....


Ha! Someone made this out of the blue two hours ago.

Image

Monsters invulnerable and unmoving when you are looking at them. Attack and move when you are not watching them.

Very difficult.

http://quakeone.com/forums/quake-mod-re ... k-mod.html
The night is young. How else can I annoy the world before sunsrise? 8) Inquisitive minds want to know ! And if they don't -- well like that ever has stopped me before ..
User avatar
Baker
 
Posts: 3666
Joined: Tue Mar 14, 2006 5:15 am

Re: Practical Game Logic (QuakeC) Ideas Only Dropbox

Postby Pulseczar » Thu May 13, 2010 2:58 pm

Baker wrote:1. Monsters that only move when you are not looking at them (think of the possibilities). Provided QuakeC can do this. I know QuakeC can do line of sight but not sure if the "behind you" 180 degrees can be ignored from the calc.

http://www.youtube.com/watch?v=muLIPWjks_M

Baker wrote:I've been trying to think of very strategic game elements beyond shoot and kill. I want some mental engagement in game play.

You spawn at the beginning of the level. You can't move, but you are handed a Rubik's Cube to solve. When you solve it, all the monsters in the level gib and you advance to the next map. With each level/map, you have less time to solve the cube and/or a harder cube/puzzle to solve (more planes, more sides, etc.). If you don't solve the cube in a certain amount of time, all the monsters on the level come find you and kill you.

:lol:

Baker wrote:I always thought the airgun QuakeC modification was interesting. And yet this has seldom been used thus far.

(The airgun mod could blow items around).

CustomTF used it ('air fist') for years and years.
Last edited by Pulseczar on Thu May 13, 2010 3:13 pm, edited 1 time in total.
User avatar
Pulseczar
 
Posts: 37
Joined: Sat Aug 12, 2006 6:45 pm

Next

Return to General Discussion

Who is online

Users browsing this forum: No registered users and 1 guest