gaqupdates.blogg.se

Bo2 gsc studio help
Bo2 gsc studio help











You can get text on players screens with relative ease. Note For certain things (HUD Elements in mind) you are required to use a include, simply wack #include maps\mp\gametypes\_hud_util at the very top of your script and the following will work. Includes must be done before any sort of function is defined inside the file. The way scripts are categorized is based on their current functionality.Connected ( ) Including other GSC #īy using the format #include path\filename you can include a GSC file into your existing GSC file.įilenames can either have or not have the file extension, folders are separated by a backslash.Īll of the path must be in one word, may have spaces/tabs/newlines before and after filename until semicolon. The objective of this project is to get as many scripts in the No Known Erorrs category.Įventually, once scripts have been tested even more thoroughly there will be a new category for scripts that have parity with the original scripts. What is the purpose of these scripts and what do I do with them? Recompileable scripts can be used to override the base game scripts so your scripts are used instead of the base game scripts. You would want to do this if you wanted to make custom gamemodes, change local variables, or delete functions. No Known Errors: This means that during a short gameplay test no errors are observed. It can also mean that the script is unused such as the _hackables series meaning that while they are being parsed nothing is calling them. Minor Errors: Indicates that the scripts are functional but perhaps there is a typo in text shown on screen or other ui error. It means that while the script doesn't have 100% parity with the base script it nears 100% and all the expected core functionality of the script works. Major Errors: The scripts' core functionality is missing or broken so that anything from crashes occur during gameplay or perks not working.Īny script categorized as having major errors is not yet in a playable state unlike scripts with only Minor or No Known Errors.Įxe_client_field_mismatch: This is a specific error that doesn't have a specific cause. Scripts that cause this error will run serverside but clients cannot join due to this error. Severe Errors: Minidump, hang on map_rotate, crash, or other error that prevents the server from starting up is in this category.













Bo2 gsc studio help