ok, this mod makes players giant or mini this will work for mohaa/sh/bt to install place in any of your mohaa main folders to uninstall delete the file or remove from you mohaa main folders to turn on Giant Mode type in console rcon for Giant ON: set giant 1 restart the map for Giant OFF: set giant 0 restart the map to turn on Mini Mode type in console rcon for Mini ON: set mini 1 restart the map for Mini OFF: set mini 0 restart the map this mod runs off the dmprecache so if you have a custom dmprecache you will need to add these 2 line to it exec global/mini.scr exec global/giant.scr also you can only set 1 cvar at a time so if giants on and you turn on mini giant will over ride it so you will need to turn one off to run the other also if you want the mod to run on diffrent maps all the time you could add setcvar giant 1 or for mini add setcvar mini 1 under (main in your map scr or in your server cfg add set giant 1 or set mini 1 email: mmecreaper@hotmail.com
er i have a few questions do you need to put in main if your using spearhead? and would it be possible for the players to be small from the start without having to use recon and restart the map?
oh 1 more thing about the dm precach do you mean the one located in the global folder or ie MP_Bahnhof_DM_precache.scr
Nice one - :beerbang: maybe make the same cvar for both mods - like mini_giant = 0 off mini_giant = 1 mini mini_giant = 2 giant
i do not have the file so this might work make a scr and exe from dmprecache in your server cfg add set resize_mode 1 then in console type //mini mode rcon p_scale 0.5 rcon restart //giant mode rcon p_scale 2.0 rcon restart //normal mode rcon p_scale 1.0 rcon restart Code: main: if (int(getcvar(resize_mode)) == 1) thread size end size: while(1) { local.p_scale = getcvar p_scale $player scale local.p_scale wait 1.5 } end