Skip to content

Commit

Permalink
Replace sourcemod with source2mod naming
Browse files Browse the repository at this point in the history
  • Loading branch information
GAMMACASE committed Jan 14, 2024
1 parent e196cf7 commit d73bb49
Show file tree
Hide file tree
Showing 121 changed files with 447 additions and 921 deletions.
8 changes: 4 additions & 4 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Contributing to SourceMod
# Contributing to Source2Mod

## Issue reports

Please consider the following guidelines when reporting an issue.

#### Not for general support
This is not the right place to get help with using or installing SourceMod, or for issues with specific, third-party SourceMod plugins or extensions.
This is not the right place to get help with using or installing Source2Mod, or for issues with specific, third-party Source2Mod plugins or extensions.

For help with SourceMod, please consult the [AlliedModders forums](https://forums.alliedmods.net/forumdisplay.php?f=52). Similarly, for assistance with, or to report issues with, third-party SourceMod plugins or extensions, you should post in the existing thread for that plugin or extension on the [AlliedModders forums](https://forums.alliedmods.net/forumdisplay.php?f=52).
For help with Source2Mod, please consult the [AlliedModders forums](https://forums.alliedmods.net/forumdisplay.php?f=52). Similarly, for assistance with, or to report issues with, third-party Source2Mod plugins or extensions, you should post in the existing thread for that plugin or extension on the [AlliedModders forums](https://forums.alliedmods.net/forumdisplay.php?f=52).

#### Details, details, details
Provide as much detail as possible when reporting an issue.
Expand All @@ -17,7 +17,7 @@ For bugs or other undesired behavior, answers to the following questions are a g
* What behavior are you expecting instead?
* On what operating system is the game server running?
* What game is the game server running?
* What exact version (full x.y.z.a version number) of Metamod:Source and SourceMod are installed on the game server?
* What exact version (full x.y.z.a version number) of Metamod:Source and Source2Mod are installed on the game server?
* What is the specific, shortest path to reproducing this issue? If this issue can be reproduced with plugin code, please try to shorten it to the minimum required to trigger the problem.

If this is a feature request, the following are helpful. Generally, not all will apply, but whatever you can answer ahead of time will shorten back and forth conversation.
Expand Down
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Help us help you
- [ ] I have checked that my issue [doesn't exist yet](https://github.com/alliedmodders/sourcemod/issues).
- [ ] I have checked that my issue [doesn't exist yet](https://github.com/alliedmodders/source2mod/issues).
- [ ] I have tried my absolute best to reduce the problem-space and have provided the absolute smallest test-case possible.
- [ ] I can always reproduce the issue with the provided description below.

# Environment
* Operating System version:
* Game/AppID (with version if applicable):
* Current SourceMod version:
* Current SourceMod snapshot:
* Current Source2Mod version:
* Current Source2Mod snapshot:
* Current Metamod: Source snapshot:
- [ ] I have updated SourceMod to the [latest version](https://www.sourcemod.net/downloads.php) and it still happens.
- [ ] I have updated SourceMod to the [latest snapshot](https://www.sourcemod.net/downloads.php?branch=dev) and it still happens.
- [ ] I have updated Source2Mod to the [latest version](https://www.sourcemod.net/downloads.php) and it still happens.
- [ ] I have updated Source2Mod to the [latest snapshot](https://www.sourcemod.net/downloads.php?branch=dev) and it still happens.
- [ ] I have updated SourceMM to the [latest snapshot](https://sourcemm.net/downloads.php?branch=dev) and it still happens.

# Description
Expand Down
4 changes: 2 additions & 2 deletions AMBuildScript
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def SetArchFlags(compiler):
compiler.defines += ['WIN64']

SdkHelpers = builder.Eval('hl2sdk-manifests/SdkHelpers.ambuild', {
'Project': 'sourcemod'
'Project': 'source2mod'
})

class SMConfig(object):
Expand Down Expand Up @@ -549,7 +549,7 @@ class SMConfig(object):
return binary

if getattr(builder, 'target', None) is not None:
sys.stderr.write("Your output folder was configured for AMBuild 2.1, and SourceMod is now\n")
sys.stderr.write("Your output folder was configured for AMBuild 2.1, and Source2Mod is now\n")
sys.stderr.write("configured to use AMBuild 2.2. Please remove your output folder and\n")
sys.stderr.write("reconfigure to continue.\n")
os._exit(1)
Expand Down
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
SourceMod
Source2Mod
=========

General
-------
- [SourceMod website](http://www.sourcemod.net): Source Engine scripting and server administration
- [Source2Mod website](http://www.sourcemod.net): Source Engine scripting and server administration
- [Forum](https://forums.alliedmods.net/forumdisplay.php?f=52): Discussion forum including plugin/extension development
- [General documentation](https://wiki.alliedmods.net/Category:SourceMod_Documentation): Miscellaneous information about SourceMod
- [Stable builds](http://www.sourcemod.net/downloads.php?branch=stable): The latest stable SourceMod releases
- [General documentation](https://wiki.alliedmods.net/Category:SourceMod_Documentation): Miscellaneous information about Source2Mod
- [Stable builds](http://www.sourcemod.net/downloads.php?branch=stable): The latest stable releases
- [Dev builds](http://www.sourcemod.net/downloads.php?branch=dev): Builds of recent development versions

Development
-----------
- [Issue tracker](https://github.com/alliedmodders/sourcemod/issues): Issues that require back and forth communication
- [Building SourceMod](https://wiki.alliedmods.net/Building_SourceMod): Instructions on how to build SourceMod itself using [AMBuild](https://github.com/alliedmodders/ambuild)
- [Issue tracker](https://github.com/alliedmodders/source2mod/issues): Issues that require back and forth communication
- [Building Source2Mod](https://wiki.alliedmods.net/Building_SourceMod): Instructions on how to build Source2Mod itself using [AMBuild](https://github.com/alliedmodders/ambuild)
- [SourcePawn scripting](https://wiki.alliedmods.net/Category:SourceMod_Scripting): SourcePawn examples and introduction to the language
- [SourceMod plugin API](https://sm.alliedmods.net/new-api): Online SourceMod plugin API reference generated from the include files
- [SourceMod extension development](https://wiki.alliedmods.net/Category:SourceMod_Development): C++ examples and introduction to various extension interfaces
- [Translation project](https://github.com/orgs/alliedmodders/projects/1): Help [translate SourceMod](https://wiki.alliedmods.net/Translations_(SourceMod_Scripting)) into your language
- [Source2Mod plugin API](https://sm.alliedmods.net/new-api): Online Source2Mod plugin API reference generated from the include files
- [Source2Mod extension development](https://wiki.alliedmods.net/Category:SourceMod_Development): C++ examples and introduction to various extension interfaces
- [Translation project](https://github.com/orgs/alliedmodders/projects/1): Help [translate Source2Mod](https://wiki.alliedmods.net/Translations_(SourceMod_Scripting)) into your language

Contact
-------
Expand All @@ -25,4 +25,4 @@ Contact

License
-------
SourceMod is licensed under the GNU General Public License version 3. Special exceptions are outlined in the LICENSE.txt file inside of the licenses folder.
Source2Mod is licensed under the GNU General Public License version 3. Special exceptions are outlined in the LICENSE.txt file inside of the licenses folder.
Loading

0 comments on commit d73bb49

Please sign in to comment.