Author Topic: []----[]'s Unfinished Add-On Dump  (Read 17512 times)

0 = STANDARD
1 = CLASSIC, you're either normal inno or normal maf, generally disliked
2 = I HATE YOU ALL, vent/cop round, fun if you're vent no
3 = HAHAHAHA, "All Mafia can abduct this round!" no
4 = JUST TRY TO SURVIVE, "All Mafia can use the Godfather chat this round!" no
5 = ABDUCT TITANIUM TONIGHT, forgot what this one does no
6 = BRACKETS THINK OF THE NAME, has an insane cop
i think 2 is 3
3 is 4
4 is 5
and 2 is abductors/fingerprinters
unless that's 3

also role idea: a mafia role that can change cause of death and various details to fingerprinters

other mafia do not get a message telling them this role is in mafia, but this role gets a message telling him the other mafia

In Order To Play MM I Need This Add-on=  *Brick_Print_Icons.
I Cant Find It.
I Would Appreciate It If Someone Gave Me The Link


In Order To Play MM I Need This Add-on=  *Brick_Print_Icons.
I Cant Find It.
I Would Appreciate It If Someone Gave Me The Link
Me and dillpickle are looking for it now.

bump

if you want to think up a special inno, the letters that arent taken are B, E, H, J, K, L, Q, R, S, T, U, W, X and Z

In Order To Play MM I Need This Add-on=  *Brick_Print_Icons.
I Cant Find It.
I Would Appreciate It If Someone Gave Me The Link
you're looking for Ceiling Print Bricks
« Last Edit: August 07, 2013, 08:58:53 AM by Cybertails1998 »

if you want to think up a special inno, the letters that arent taken are B, E, H, J, K, L, Q, R, S, T, U, W, X and Z
Letter combinations are also possible.

The coords for the afterlife on pyramid are 1205, 130, 0.4. They're relative coords, though.

since people were asking, i've compiled a list of prefs and commands and junk which i remember atm which might be useful, lemme know if there's anything i've missed

Server Prefs:
  • $Pref::Server::MMDumpsterLoc
  • $Pref::Server::MMAfterlifeLoc
  • $Pref::Server::MMArenaLoc - where souls fight each other for fun
    • (must be set to the exact .getposition() of the center brick for precision, default 1196.5 153.5)
  • $Pref::Server::MMLimboLoc - the other place souls fight each other for fun
    • (same as arena p much, must be set to the exact corner of a 256x256 space for precision, default 2084.5 113.5, was disabled because dying of falldamage within limbo crashes the server, be cautious or fix the bug)
  • $Pref::Server::MOTD, $Pref::Server::MOTD2, ... $Pref::Server::MOTD4
    • (built-in extra welcome messages for shouting at people to read the rules)
  • $Pref::Server::MMNickname
    • (got some forget on your server who has a name that's a pain in the ass to type?  say you've got dwaif (BLID 18589) who had a stupid-ass °ªÐråîth³ as a name, type $Pref::Server::MMNicknames["Draith"] = 18589; and then typing /impu draith exactly will impersonate him anyway.  proscrips)

Admin/Host-Only Commands:
  • /startmm, /stopmm, /dedimm - didn't i already explain these
    • dedimm is SA-only and will cause mm to automatically start 3 seconds after it stops
      if you start the game too soon after it stops it will break stuff so don't
  • /prepmm
    • really old command that disabled the tier tactical grenade packages and a few of my own scripts, edited the gun projectile, prevented people from using duplicator, fillcan, and printer, and disabled /setlight.  pretty much obsolete now.
  • MMRes(%client)
    • eval-only, resurrects a client, giving them an extra life.  i'm betting this'll be abused in a bunch of servers please please don't resurrect anyone after they've seen who the godfather is in dead chat or anything else they shouldn't have seen even if they got RDMd anyway you can also do MMRes(%client,%targClient) to resurrect someone into someone else's corpse if they were never dead in the first place or something
  • MMRise(%client,%targClient)
    • like mmres except instead of resurrecting you it basically makes you control a corpse like dead rising
  • /MMKillList
    • displays the end-of-round list midround to you only, admin-only and only works if the host is dead or you're the host because stupid stuff.  will notify host.
  • /MMRoleList
    • displays everyone on the server's name colored w/ their role color.  same as above.
  • /MMIgnoreMe
    • admin-only, makes you not spawn in future mm games.  using mid-round might break stuff idk
  • $MMGameMode = number;
    • set the gamemode, most people just use the GUI for this nowadays i think
  • $MMDeadRising = number;
    • set the day the dead will rise on, only do this if the players build a magnificent and shapely hexagon out of dead bodies
  • $MMMillers = number;
    • replaces that number of innos with millers in the game!  works in gamemodes 0 and 4 by default wear your hoodies proud
  • $MMForceRole = index SPC findclientbyname("guy");
    • i cannot believe i am sharing this command but basically this command will let you set a person's role to a certain index on the roles list without gunking up the roles selection.  e.g. setting it to 0 and my name will ensure that i am always given the first role on the roles list.  i think the GUI lets you do this anyway neater.  be seriously careful with this command cus it can forget things up.  you can also use $MMForceRole2, $MMForceRole3, and $MMForceRole4 to set additional peoples' roles.
  • setDayCycleTime(%fraction)
    • i hate you


Fun for the whole family:
  • starfish COMMANDS
    • uncomment lines 2279, 2282, 2289, 2292, 2416, 2419, 2429, and 2432 in the latest script to enable family fun.  and by "family fun" i mean "there was a reason i disabled these."  if you want to find which lines to uncomment in a modified script, you can also use the regular expression "// *ahole.+check" w/o quotes in notepad++, or just find them in the unmodified script and memorize which lines they are.
  • THE LAW
    • YOU AREN'T THE LAW I AM THE LAW


edit: fixed line #s for starfish commands, thanks Gordo12699
« Last Edit: August 28, 2013, 12:47:55 AM by []----[] »

NO I AM THE LAW



i think we added a player argument to /mmignoreme so you can more easily exclude other players.