Skip to content

Example mod showing how to keep GUIScripts compatible for build 315, and notably the help screen.

Notifications You must be signed in to change notification settings

BeigeAlert/GUISystemExample315

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

When run, this mod creates two transparent squares in the top-left corner of the screen.  A red 
one (GUIScript1), and a blue one (GUIScript2).  The blue square is present at all times.  The red 
square is only present when the player is a marine.  Both squares will be hidden whenever the help 
screen is being displayed, but both implement this functionality differently.

The red square -- like many scripts built into ns2 -- is managed by ClientUI, which automatically creates/destroys the script based on which team and class the player is on.

The blue square (GUIScript2) is managed by the Player class.

See the code comments for implmentation instructions.

About

Example mod showing how to keep GUIScripts compatible for build 315, and notably the help screen.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages