mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2025-04-09 11:31:23 +00:00
Commit working restore code for saverestore feature.
Finally we have working restore code again! (For the save/restore feature of weapons, health and armour etc values on a level transition).
This commit is contained in:
parent
e62dbda8ec
commit
4b488906ff
3 changed files with 941 additions and 938 deletions
File diff suppressed because it is too large
Load diff
|
@ -9,6 +9,8 @@
|
|||
//SecobMod__ChangeME! These are lines of code that require changing/you may wish to change for the game to run correctly once you start modifying the base.
|
||||
//SecobMod__FixMe These are bugs in the code which require a fix before they'll work.
|
||||
|
||||
//A list of known bugs can be found on the Valve wiki page, these tend to be somewhat minor and beyond my fixing abilities as well (which isn't saying much admittedly).
|
||||
|
||||
|
||||
//================================================//
|
||||
// Co-Op Singleplayer Maps Information. //
|
||||
|
|
|
@ -89,6 +89,7 @@
|
|||
/******************************/
|
||||
#define SecobMod__ENABLE_IN_TESTING_ITEMS //Enables buggy test items again, such as the Portal gun. Make sure you have Portal installed, and the portal items line enabled.
|
||||
#define SecobMod__ENABLE_PORTAL_ITEMS //Currently it likes to crash alot!.
|
||||
#define SecobMod__ENABLE_HALF_LIFE_SOURCE //Allow for some of the Half-Life:Source code to be used providing the game is installed.
|
||||
|
||||
/******************/
|
||||
/* SDK Bug Fixes. */
|
||||
|
|
Loading…
Reference in a new issue