Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
RingRacers
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dr_Nope
RingRacers
Commits
0a96849f
Commit
0a96849f
authored
6 years ago
by
Sal
Browse files
Options
Downloads
Patches
Plain Diff
MODID acquired
DEVELOP and USE_PATCH_KART undef'd as well
parent
45e6162d
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/doomdef.h
+4
-3
4 additions, 3 deletions
src/doomdef.h
with
4 additions
and
3 deletions
src/doomdef.h
+
4
−
3
View file @
0a96849f
...
@@ -140,7 +140,7 @@
...
@@ -140,7 +140,7 @@
extern
FILE
*
logstream
;
extern
FILE
*
logstream
;
#endif
#endif
#define DEVELOP // Disable this for release builds to remove excessive cheat commands and enable MD5 checking and stuff, all in one go. :3
//
#define DEVELOP // Disable this for release builds to remove excessive cheat commands and enable MD5 checking and stuff, all in one go. :3
#ifdef DEVELOP
#ifdef DEVELOP
#define VERSION 0 // Game version
#define VERSION 0 // Game version
#define SUBVERSION 0 // more precise version number
#define SUBVERSION 0 // more precise version number
...
@@ -162,7 +162,7 @@ extern FILE *logstream;
...
@@ -162,7 +162,7 @@ extern FILE *logstream;
//#define USE_PATCH_DTA
//#define USE_PATCH_DTA
// Kart has it's own, as well.
// Kart has it's own, as well.
#define USE_PATCH_KART
//
#define USE_PATCH_KART
// Modification options
// Modification options
// If you want to take advantage of the Master Server's ability to force clients to update
// If you want to take advantage of the Master Server's ability to force clients to update
...
@@ -211,7 +211,8 @@ extern FILE *logstream;
...
@@ -211,7 +211,8 @@ extern FILE *logstream;
// The Modification ID; must be obtained from Rob ( https://mb.srb2.org/private.php?do=newpm&u=546 ).
// The Modification ID; must be obtained from Rob ( https://mb.srb2.org/private.php?do=newpm&u=546 ).
// DO NOT try to set this otherwise, or your modification will be unplayable through the Master Server.
// DO NOT try to set this otherwise, or your modification will be unplayable through the Master Server.
// "12" is the default mod ID for version 2.1
// "12" is the default mod ID for version 2.1
#define MODID 12
// "17" is the 2.1 Kart's mod ID
#define MODID 17
// The Modification Version, starting from 1. Do not follow your version string for this,
// The Modification Version, starting from 1. Do not follow your version string for this,
// it's only for detection of the version the player is using so the MS can alert them of an update.
// it's only for detection of the version the player is using so the MS can alert them of an update.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment