AAO25.com

Assist => Feedback & Suggestions => Topic started by: Fragweiser on Tuesday, September 02, 2014, 23:52:42 PM

Title: Realism/Hardcore mod
Post by: Fragweiser on Tuesday, September 02, 2014, 23:52:42 PM
I was thinking of a Realism/Hardcore mod...
Minimal HUD, Lowered Health, No death messages, Less ammo and so on...


EDIT:
To do list: Separate the Compass from the Objectives, Compile all the Options + VIP Mod into one...

List of options to turn off:
bDeathMessages, Disable SAI for all Players.
Hide CE Meter, Hide ammo count,  Hide compass info (Once separated from Objectives)

For some reason when you Restart a server the Hide ammo count, Hide CE Meter and Hide Compass Info all reset to Unchecked/Off.
Title: Re: Realism/Hardcore mod
Post by: Spanky on Tuesday, September 02, 2014, 23:56:40 PM
As we've been talking about this on TS, I searched my files and came up with the source for the Crusade's old Ultimate Mod that had VIP mode built into it. Real quick & dirty, this is what it does:
Code: [Select]
if (bvip == True)
{
AGP_Pawn(Other).TakeDamage(67,None,vect(0.00,0.00,0.00),vect(0.00,0.00,256.00),class'FallDamage');
bAK47SU = true;
HC.NotifyAdminMessage("VIP round");
}

Here's the full source:
https://dl.dropboxusercontent.com/u/464376/aac_maap/DeathGuardiansUltimateMod.7z