H1-Mod / H2M-Mod Menu Base
-
Apparition Structure Team:
CF4_99
Main developerExtinct
Ideas, suggestions, constructive criticismItsFebiven
Some ideas and suggestionsJoel
Suggestions
-
Special Thanks:
Extinct
Using his slider system, web browser style scrollbar and some of his hud designsCandy
Too dirty with hud design, couldn't help but jack the category designDoktorSAS
For supplying the fix for hooks on serversArctic
Main testing and testing on servers
- Check your controls in the option menu to see
< control >
keybinds- Open Menu:
<Aim Down Sight>
&&<Melee Attack>
- Scrolling: Up \ Down:
<Aim Down Sight>
or<Attack>
- Scrolling: Left \ Right:
<Lethal Offhand>
or<Tactical Offhand>
- Select:
<Use>
- Back:
<Melee Attack>
- Open Menu:
- Added
Auto Verify
, during the duration of being enabled anyone that joins will be given basic access. - Added
Auto Archive
, help juice out a few more elements. - Added
Shader Option
, custom shaders, adjustable width and height. - Added
Dynamic Description
, not like the config string limit is 230. - Improved
level.private_match
, the system that will handle the access depending on the session. - Improved
is_admin()
, for dedicated use.
-
Aurora / H1-M
- Download and drop into the
h1-mod/scripts/mp
directory and that is it, your done and ready to play.- If missing
scripts/mp
just create the folders.
- If missing
- Download and drop into the
-
Horizon / H2M-M
- Download and drop
user_scripts
insideh2m-mod
directory.H2M-M
does have ascripts/mp
directory but anything inside this will be deleted after game restart.- If existing
user_scripts
directory, you can just throw the files into it. Note some other scripts might confict with the menu.
- If existing
- Download and drop
-
Horizon Private Match Bypass
- Place the file that is included inside
gametypes
into theh2m-mod/maps/mp/gametypes
directory and after that, you're set to play in private match.- If missing
maps/mp/gametypes
, fear not, just create the folder and continue.
- If missing
- Place the file that is included inside
-
Aurora / Horizon Dedicated Session
level.private_match
will auto switch the verification system fromhost check
toguid check
depending on the session state, so you honestly don't have to do any work other than obtaining yourguid
.-
How to obtain
guid
?- With Aurora you can use the built in function
print()
, with Horizon this is disabled, so you will have to useself iprintln()
and manually type the guid.
- With Aurora you can use the built in function
-
Example
print( self.guid );
self iprintln( self.guid );
-
Place the
guid
intolevel.guid_list
, this is an array so it can hold multipleguids
, being friends, members ect...- After this enjoy.
-