Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

more alternate game modes? #43

Open
Die4Ever opened this issue Sep 6, 2020 · 8 comments
Open

more alternate game modes? #43

Die4Ever opened this issue Sep 6, 2020 · 8 comments
Labels
Feature for the big stuff

Comments

@Die4Ever
Copy link
Owner

Die4Ever commented Sep 6, 2020

Horde mode? could maybe even let the player place turrets, buy bots? randomly placed explosive/gas barrels/crates? randomly spawn LAMs and gas grenades and stuff for the player to find?

"Stick to the Prod" mode, gotta make use of those fire extinguishers! new module DXRRestrictedWeapons with a config for a whitelist of weapon classes? would have to use a timer until I get the new compiler working

"Stick to the Prod+" could also allow some other weapons like gas grenades, emp grenades? Maybe baton? Crossbow with only tranq darts?

"Don't Give Me The GEP Gun" would ban the GEP gun

"Ninja" mode - only weapons allowed are the sword and throwing knives, probably need to buff throwing knives or make the low tech skill help them more in range and projectile speed

something like Dead Rising or Zombies Ate My Neighbors?

built-in bingo?

Paul Is Missing? like Mario Is Missing?

New Game+ - after the credits can go back to the first level, maybe show a menu for some settings
keep your augs and your skills
keep or lose your skill points?
keep (some of?) your items
lose your nanokeys, notes, goals
new seed or same seed?
increase difficulty?
keep track of how many times you've looped

old "Kill Bob Page mode" ideas: #37

@Die4Ever Die4Ever added this to the v1.5 Kill Bob Page mode milestone Sep 6, 2020
@Die4Ever
Copy link
Owner Author

Die4Ever commented Sep 7, 2020

from ScriptedPawn

var     bool        bLookingForEnemy;             // TRUE if we're actually looking for enemies
var     bool        bLookingForLoudNoise;         // TRUE if we're listening for loud noises
var     bool        bLookingForAlarm;             // TRUE if we're listening for alarms
var     bool        bLookingForDistress;          // TRUE if we're looking for signs of distress
var     bool        bLookingForProjectiles;       // TRUE if we're looking for projectiles that can harm us
var     bool        bLookingForFutz;              // TRUE if we're looking for people futzing with stuff
var     bool        bLookingForHacking;           // TRUE if we're looking for people hacking stuff
var     bool        bLookingForShot;              // TRUE if we're listening for gunshots
var     bool        bLookingForWeapon;            // TRUE if we're looking for drawn weapons
var     bool        bLookingForCarcass;           // TRUE if we're looking for carcass events
var     bool        bLookingForInjury;            // TRUE if we're looking for injury events
var     bool        bLookingForIndirectInjury;    // TRUE if we're looking for secondary injury events
function SetOrders(Name orderName, optional Name newOrderTag, optional bool bImmediate)
{
	local bool bHostile;
	local Pawn orderEnemy;

	switch (orderName)
	{
		case 'Attacking':
		case 'Fleeing':
		case 'Alerting':
		case 'Seeking':
			bHostile = true;
			break;
		default:
			bHostile = false;
			break;
	}

	if (!bHostile)
	{
		bSeatHackUsed = false;  // hack!
		Orders   = orderName;
		OrderTag = newOrderTag;

		if (bImmediate)
			FollowOrders(true);
	}
	else
	{
		ReactionLevel = 1.0;
		orderEnemy = Pawn(FindTaggedActor(newOrderTag, false, Class'Pawn'));
		if (orderEnemy != None)
		{
			ChangeAlly(orderEnemy.Alliance, -1, true);
			if (SetEnemy(orderEnemy))
				SetState(orderName);
		}
	}

}
function FindOrderActor()
{
	if (Orders == 'Attacking')
		OrderActor = FindTaggedActor(OrderTag, true, Class'Pawn');

Die4Ever pushed a commit that referenced this issue Feb 10, 2021
@Die4Ever
Copy link
Owner Author

Die4Ever commented May 27, 2023

Deus Ex Acid - like Metal Gear Acid... would be a ton of work lol, JC would probably be a subclass of ScriptedPawn that you issue orders to (maybe a subclass of Paul or Walt)

Deus Ex Kart Racer - also a ton of work, but worth it for the memes?

Deus Ex 99 - #238 (comment) (although we really don't need Archipelago for this)

we don't really have enough players for Deus Ex 99, but maybe if there was only 1 match per day, with a countdown, then you could get some games of a few people

@Die4Ever
Copy link
Owner Author

Deus Ex Snap: start with cloak and radar transparency, subclass of binoculars?

@Die4Ever Die4Ever added the Feature for the big stuff label Sep 5, 2023
@Die4Ever
Copy link
Owner Author

Typing of the Deus Ex? Slomo the game while in combat state

Might need customizations in player class to disable shooting

@Die4Ever
Copy link
Owner Author

Die4Ever commented Mar 26, 2024

Hardcore WaltonWare - increased health and reduced combat difficulty like Serious Sam mode, 0% medkits, 0% medbots, no heal at the start of new loops, maybe disallow saving

secret halloween stuff:

  • some kind of VtMB reference/mode for Halloween?
  • halloween candy?
  • Silent Hill fog?
  • SOMETHING FROM THE 7TH GUEST
  • Resident evil mode
    • a Mr X with new footstep sounds?
    • support for hat actors 5f93d48
    • fixed camera angles
    • fixed save points? limited saves? usb sticks for computers?
    • Resident Evil dobermans, faster movement speed, more damage, maybe can get up after the death animation?
    • if you get bitten then you need to find ambrosia in a couple minutes or you die? Ambrosia in each map, can only carry 1, gets taken away each map change?
    • can give enemies the flesh texture from gibs?
  • Toccata & fugue piano song https://youtu.be/_FXoyr_FyFw?si=VfpvOC_gGi4fQll4
  • Zombies Ate My Neighbors piano song?
  • PUMPKIN HILL PIANO
  • SKELETONS IN MY CLOSET PIANO
  • This Is Halloween https://youtu.be/vZrIqkXfa6A?t=22 or https://youtu.be/PptzhRRbUC0?t=25
  • Castlevania mode, 3rd person, with whip physics, bTrailerPrePivot? holy bible, other weapons? Maybe not feasible
  • Zombies mode? Serious Sam mode, enemies have bite weapon instead of guns, enemies are faster? Enemies respawn
  • jack o lanterns, black cats, bats/ravens/crows
  • spider webs
  • costumes? if we have time?

@MQDuck
Copy link
Contributor

MQDuck commented Mar 26, 2024

Glass Cannon - The player does increased damage but any damage done to them (regardless of body part?) kills the player

Either remove radiation from the Paris, and probably Vandenberg, rooms or start the player with maxed environmental resistance.

@MQDuck
Copy link
Contributor

MQDuck commented Mar 26, 2024

You Against the World: Everyone you don't absolutely need to talk to is both mortal and hostile

@MQDuck
Copy link
Contributor

MQDuck commented Mar 26, 2024

Rise of the Machines: Every enemy is replaced by a bot

Maybe with free Radar Transparency and Spy Drone. Maybe also with increased energy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature for the big stuff
Projects
None yet
Development

No branches or pull requests

2 participants