[SUGGESTION] Ideas for singleplayer gameplay - Printable Version +- Xonotic Forums (https://forums.xonotic.org) +-- Forum: Creating & Contributing (https://forums.xonotic.org/forumdisplay.php?fid=10) +--- Forum: Xonotic - Suggestion Box (https://forums.xonotic.org/forumdisplay.php?fid=20) +--- Thread: [SUGGESTION] Ideas for singleplayer gameplay (/showthread.php?tid=70) |
RE: Ideas for singleplayer gameplay - ThePWTULN - 07-21-2010 (07-21-2010, 01:03 PM)Flying Steel Wrote: Those just respawn you, they don't revert the game state. I don't think reverting the game state's possible, unless you restart the whole map. (07-21-2010, 01:03 PM)Flying Steel Wrote: And you said you don't want respawning. I did, but maybe there could be unlimited respawns for the lowest difficulty level? RE: Ideas for singleplayer gameplay - Roanoke - 07-21-2010 Difficulty levels? That adds a whole new level of difficulty on the code side. RE: Ideas for singleplayer gameplay - Flying Steel - 07-21-2010 (07-21-2010, 02:09 PM)ThePWTULN Wrote:(07-21-2010, 01:03 PM)Flying Steel Wrote: Those just respawn you, they don't revert the game state. Then you have 3 choices: 1) Assault Style Respawns 2) Very Brief Levels 3) Very Frustrating Campaign RE: Ideas for singleplayer gameplay - MC SE7EN - 07-21-2010 I vote for number 3. No, really, I do. RE: Ideas for singleplayer gameplay - ThePWTULN - 07-22-2010 (07-21-2010, 03:16 PM)Roanoke Wrote: Difficulty levels? That adds a whole new level of difficulty on the code side. That won't be difficult to code. This is part of the code for the zombie: Quote:void zombie_spawn() The bit I want you to look at is this line: Quote: self.health = cvar("g_monster_zombie_health") All you'd need to do is change that to: Quote:self.health = cvar("g_monster_zombie_health") * cvar("difficulty_health_multiplier")and have a .cfg file for each difficulty level, and voila! You get a zombie that has different health depending on the difficulty level (07-21-2010, 05:05 PM)Flying Steel Wrote: Then you have 3 choices: Unfortunately, that's what we've got to work with. RE: Ideas for singleplayer gameplay - Roanoke - 07-22-2010 I see your point in terms of difficulty. RE: Ideas for singleplayer gameplay - Beefeater - 07-23-2010 Respawns will have to make sense within the story of a particular campaign, for example in a friendly base, you could have cyber-simulations for training purposes, where you respawn within the simulation if you die in it. This would make sense simply because you wouldn't actually be dead, and you would know why since you plugged yourself into the simulation. Also, a similiar remote-control concept could be used, as was said, for remotely controlled bodies/vehicles/machines/turrets (which are of limited amount so you don't "respawn" indefinitely). So again, this wouldn't be a new concept you're thrown into at the start of a level. You would actually go to a chair and "plug" yourself in, and also be able to exit simulation/remote control at any time. Not saying we should do this, just that it would be the best way to do it... RE: Ideas for singleplayer gameplay - Roanoke - 07-23-2010 (07-23-2010, 02:22 PM)Beefeater Wrote: Respawns will have to make sense within the story of a particular campaign, for example in a friendly base, you could have cyber-simulations for training purposes, where you respawn within the simulation if you die in it. This would make sense simply because you wouldn't actually be dead, and you would know why since you plugged yourself into the simulation. Also, a similiar remote-control concept could be used, as was said, for remotely controlled bodies/vehicles/machines/turrets (which are of limited amount so you don't "respawn" indefinitely). So again, this wouldn't be a new concept you're thrown into at the start of a level. You would actually go to a chair and "plug" yourself in, and also be able to exit simulation/remote control at any time. They don't have to make sense. There are ways that we can stick them in but I am against that. RE: Ideas for singleplayer gameplay - Beefeater - 07-23-2010 (07-23-2010, 02:30 PM)Roanoke Wrote: They don't have to make sense. There are ways that we can stick them in but I am against that. Exactly. RE: Ideas for singleplayer gameplay - Flying Steel - 07-23-2010 Yeah, wouldn't want any cyberpunk in your cyberpunk universe. ;p RE: Ideas for singleplayer gameplay - MC SE7EN - 07-23-2010 Oh, I added a bunch of new stuff. The PDF has been updated (or is currently being updated at least...) Went from 16 pages to 27. I added two new missions (which technically could be the same mission, but I broke it into two at a point that seemed logical... I can make it one mission if you guys want, but it seemed better as two for some reason). Link is here: https://www.dropbox.com/s/ge0q9sc9n8ekh3y/script.pdf I'm super busy with a bunch of stuff right now, so I didn't have time to wiki it. If someone could get that for me, I'd be ever so grateful. Or I can do it later. That too. RE: Ideas for singleplayer gameplay - Beefeater - 07-24-2010 (07-23-2010, 09:57 PM)Flying Steel Wrote: Yeah, wouldn't want any cyberpunk in your cyberpunk universe. ;p Maybe I misread him, but I meant that we shouldn't stick it in without it making sense RE: Ideas for singleplayer gameplay - Roanoke - 07-24-2010 I meant that we shouldn't stick it in at all. RE: Ideas for singleplayer gameplay - Lee_Stricklin - 08-03-2010 I have a cheap idea to sort of ground the multiplayer part of the game into the singleplayer's storyline. Here it goes: Include some sort of sports league (I would say arena, but there are many arenas) that your character runs into and competes in for a small part of the story (like a small tournament consisting of like 5 matches or something) as like a break from what he/she's doing. There would be an explanation on how nobody gets killed while competing in those and after that small part of the game a seperate campaign consisting of challenging deathmatches and the like would be accessible to the player at any time through the GUI or something. Also I'm not sure it's been decided whether or not you play as your multiplayer character, a male, or a female. If a character is specified and somehow forced, it would be possible to expand the game later on with more storylines and scenarios. RE: Ideas for singleplayer gameplay - Roanoke - 08-03-2010 Why would an insurgent/fugitive from the law play in a sports league? RE: Ideas for singleplayer gameplay - Lee_Stricklin - 08-03-2010 (08-03-2010, 11:16 AM)Roanoke Wrote: Why would an insurgent/fugitive from the law play in a sports league? hehe my bad, maybe I should look at the script before posting lol RE: Ideas for singleplayer gameplay - MC SE7EN - 08-03-2010 In case you're wondering, here's how far into my plotline I am (with the PDF version) http://grab.by/5J1Q -- see the spot with all the line breaks splitting it into two parts? That's where I am. I plan on trying to get the rest of it done soon. It's not like we're on a really strict timetable though, so I'm not going to put it above school or work or anything like that. (That's zoomed out so you can see the whole thing. At 12pt, I can't fit the whole thing on my 13 inch screen plus I don't want to give away what I'm doing with the story. ) RE: Ideas for singleplayer gameplay - ThePWTULN - 09-12-2010 I've just rewritten a large part of the original post, to make it more in-line with what I think at the moment. I will make more edits as things develop. RE: Ideas for singleplayer gameplay - ai - 09-12-2010 Oke cool, thanks for pitching in. I'll be reading soon while I get some things out of my way. *goes to fetch gun* - "Alright you .... *garble, gzztz...* ..." *com-link dead* |