Practical Game Logic (QuakeC) Ideas Only Dropbox
Moderator: InsideQC Admins
16 posts
• Page 1 of 2 • 1, 2
Practical Game Logic (QuakeC) Ideas Only Dropbox
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.
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?
Inquisitive minds want to know ! And if they don't -- well like that ever has stopped me before ..
-

Baker - Posts: 3666
- Joined: Tue Mar 14, 2006 5:15 am
Re: Practical Game Logic (QuakeC) Ideas Only Dropbox
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
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?
Inquisitive minds want to know ! And if they don't -- well like that ever has stopped me before ..
-

Baker - Posts: 3666
- Joined: Tue Mar 14, 2006 5:15 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
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)
-

frag.machine - Posts: 2090
- Joined: Sat Nov 25, 2006 1:49 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.
/Yes, stepped halfway out of the QuakeC box.
The night is young. How else can I annoy the world before sunsrise?
Inquisitive minds want to know ! And if they don't -- well like that ever has stopped me before ..
-

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

Baker - Posts: 3666
- Joined: Tue Mar 14, 2006 5:15 am
ajay wrote:Weeping angels....
Ha! Someone made this out of the blue two hours ago.
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?
Inquisitive minds want to know ! And if they don't -- well like that ever has stopped me before ..
-

Baker - Posts: 3666
- Joined: Tue Mar 14, 2006 5:15 am
Re: Practical Game Logic (QuakeC) Ideas Only Dropbox
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.
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.
-

Pulseczar - Posts: 37
- Joined: Sat Aug 12, 2006 6:45 pm
16 posts
• Page 1 of 2 • 1, 2
Who is online
Users browsing this forum: No registered users and 1 guest
