Search results

Jump to: navigation, search
  • ...box to frick around with at the moment. So, windows only at this point, a Linux version will be forthcoming! ...OPAN and his crew helping to maintain and update it! Hats off to all! Ok so now onto the file gathering! First thing is first we need to goto Metamod:
    24 KB (4,064 words) - 11:16, 12 February 2012
  • Because the footprints of the VM and JIT are so small, Pawn is ideal inside games which need a simple and highly fast event ...e numbers. To declare a new integer variable, use the "new" operator like so:
    30 KB (4,791 words) - 06:54, 10 April 2019
  • ...lay in sigscanning is where you will be taking the server module (.dll or .so file) from memory and scanning it in its machine-code form for those functi ...sigscan_dllfunc is a pointer of something that resides inside the gamedll so we can get
    27 KB (4,173 words) - 07:14, 16 August 2018
  • ...copied. Compiler objects (described later on) are always cloned this way, so nested build scripts do not interfere with parent ones. ...e given named feature is available. This is not currently used, but exists so we can extend the API in a backwards-compatible way in the future.
    38 KB (6,200 words) - 22:47, 9 November 2023
  • ...string. By convention, SourceMod uses the four set build number notation, so build 1.2.3.4 means: ...ourceMod logging. By convention, try to keep this under ten characters or so, and to make it all caps.
    30 KB (4,797 words) - 12:00, 22 May 2021
  • ...s for many languages. Plugins are encouraged to provide translation files, so you might need to copy some files in here when installing a plugin. ...the smart developer gives you a zip with the correct folder layout anyway, so you just need to copy everything to the sourcemod folder.
    13 KB (2,214 words) - 17:38, 22 May 2022
  • ...iteral strings and stringizing a parameter in macro substitution ''only'' (so possible breakage is very limited). : A platform-dependent value (windows, linux or mac)
    359 KB (49,123 words) - 10:30, 25 December 2023
  • ...tionParser</tt>. Note that AMBuild can run on either Python 2 or Python 3, so it is best to use the subset which is common to both versions. ...is a string constructed out of the platform and architecture, such as "obj-linux-i386". This property can be set to change the default. It can be a string,
    29 KB (4,863 words) - 02:45, 23 August 2020
  • ...ld a static library called <tt>egg.a</tt>, a shared library called <tt>egg.so</tt>, and an executable called <tt>egg</tt> all in the same folder, AMBuild * <tt>egg.so/egg.so</tt>
    18 KB (2,833 words) - 23:00, 24 August 2020
  • ** Fixed binary logging building wrong on Linux. * Fixed armoury entity natives on Linux (thanks AndraX2000).
    40 KB (6,082 words) - 07:00, 14 February 2013
  • ...ple, <tt>METAMOD_PLAPI_VERSION</tt> exists in Metamod:Source 1.6 or later, so it is used to decide between <tt>GetEngineFactory</tt> (1.6) or <tt>engineF ==Linux==
    13 KB (2,107 words) - 19:31, 6 July 2012
  • ...e. AMBuild always computes minimal rebuilds accurately - any failure to do so is considered a bug. *'''Flexibility'''. Build scripts are written in Python, so they're very easy to write and provide full programmatic control.
    10 KB (1,732 words) - 12:13, 22 September 2021
  • ...d all future contexts. Each context gets a clone of its parent's compiler, so it is safe to modify compilers in inner scripts. * <tt>"linux"</tt>
    19 KB (3,118 words) - 02:45, 23 November 2015
  • However, a lot of legacy AMX Mod (no X) code has been removed, so we no longer guarantee backward compatibility for AMX Mod plugins. AMX Mod X contains a host of new features for developers, so plugins and modules compiled against AMX Mod X 1.9 will not run on an earli
    47 KB (6,691 words) - 14:18, 30 September 2021
  • ...de> is made, most compilers will optimize the virtual function lookup out, so that <code>CBot::TakeDamage</code> would then directly call <code>CBot::Kil ...d it will never change, so if you want to check it, there is no need to do so before every execute.
    10 KB (1,489 words) - 15:42, 30 August 2017
  • <tt>''W = Windows'' |</tt><tt> ''L = Linux''</tt> | m_rgbTimeBasedDamage is made with 8 BYTES, so it take the same place as 2 int (integer is 4 BYTES).
    6 KB (726 words) - 11:34, 9 May 2012
  • # On Linux, ## Grab <tt>metamod.so</tt> from [http://www.amxmodx.org/dl.php?filename=metamod-1.21-am.zip Metam
    2 KB (366 words) - 14:26, 16 March 2013
  • <tt>''W = Windows'' |</tt><tt> ''L = Linux''</tt> | EHANDLE takes place of 2 int, so nothing else here than previous data
    25 KB (3,158 words) - 16:47, 28 September 2021
  • ...ide any function not explicitly marked as one of its callbacks. It can do so by using low-level hacks, or by embedding SourceHook, but this sets up a co ...unctionality provided by <tt>IServerPluginCallbacks</tt>, and this is done so in the [[Sample Plugins (Metamod:Source)|Sample Plugins]].
    12 KB (1,851 words) - 11:00, 15 December 2010
  • ...s article briefly overviews the essentials of SVN, as well as using SVN on Linux and on Windows (through TortoiseSVN). =Linux/Command Line SVN=
    11 KB (1,783 words) - 17:24, 15 April 2016
  • * Do not enable sv_cheats, do not run any plugins that do so. == Linux General Hardening ==
    11 KB (1,853 words) - 02:55, 8 July 2012
  • *Upgrade all <tt>.so</tt>/<tt>.dll</tt> binaries in the following folders: ...es to see if there were any configuration files that got new features. If so, you should look and see if you want to tweak those new settings. You may
    2 KB (332 words) - 21:45, 11 September 2019
  • "linux" "330" "linux" "118"
    15 KB (2,063 words) - 11:33, 28 October 2021
  • ...ies will not end in ".dll", they will usually end in "_i386.so" or "_amd64.so" for [[AMD64]] machines. |--modules - Where modules are stored (_amxx.dll or _amxx_i386.so etc)
    6 KB (939 words) - 16:57, 19 February 2013
  • ==Linux== ...ild, Metamod, the Half-Life SDK, and optionally MySQL 5.5. If you're using Linux, OS X, or Windows with MozillaBuild, you download and run the following scr
    6 KB (1,014 words) - 06:34, 3 October 2020
  • #Figure out what operating system your server is: Windows, Linux, or Linux using AMD64 (64bit). ...o your OS. It will end in .dll for Windows, _i386.so for Linux, or _amd64.so for AMD64.
    15 KB (2,588 words) - 00:34, 26 June 2009
  • ...may be created. If there is a passphrase set, then <tt>ssh-agent</tt> on Linux or <tt>Pageant</tt> on Windows can be used for logging in without needing t ...amed <tt>.ssh</tt>. If you do not have this directory, then create it like so:
    7 KB (1,221 words) - 03:33, 5 April 2019
  • The author of this article uses command line Mercurial (on both Linux and Windows). You can download both the command line tools at the [http:// On Linux, the main configuration file is <tt>~/.hgrc</tt>. On Windows 2003/XP and p
    13 KB (2,246 words) - 23:36, 26 June 2010
  • ...peration system (Windows on a Windows server, Linux on a Linux server, and so on).
    4 KB (621 words) - 21:03, 25 August 2013
  • Okay, so you've read the [[Introduction to SourcePawn]] and [[Introduction to Source Linux: Depending on your Linux flavour you need to install the libc6 and libstdc++6 32bit libraries before
    2 KB (277 words) - 11:27, 25 November 2023
  • This is the list of offsets I've been using. These are the <b>Linux</b> offsets. <b>Windows offsets are 1 less.</b> This comes from the symbol tables, so you'll have to look in the SDK for return types...or guess for the CSS spec
    9 KB (664 words) - 16:21, 30 July 2010
  • ...list of offsets I've been using. These are the <b>Windows</b> offsets. <b>Linux offsets are 1 greater.</b> This comes from the symbol tables, so you'll have to look in the SDK for return types...or guess for the CSS spec
    23 KB (1,935 words) - 13:10, 19 October 2010
  • These are the <b>Windows</b> offsets. <b>Linux offsets are 1 greater.</b> This comes from the symbol tables, so you'll have to look in the SDK for return types.
    30 KB (2,470 words) - 04:46, 10 December 2012
  • These are the <b>Windows</b> offsets. <b>Linux offsets are 1 greater.</b> This comes from the symbol tables, so you'll have to look in the SDK for return types.
    23 KB (1,873 words) - 16:22, 30 April 2010
  • These are the <b>Windows</b> offsets. <b>Linux offsets are 1 greater.</b> This comes from the symbol tables, so you'll have to look in the SDK for return types.
    17 KB (1,413 words) - 16:18, 30 July 2010
  • These are the <b>Linux</b> offsets. <b>Windows offsets are ''usually'' 1 less.</b> This comes from the symbol tables, so you'll have to look in the SDK for return types.
    24 KB (1,970 words) - 00:00, 9 February 2011
  • These are the <b>Linux</b> offsets. <b>Windows offsets are 1 smaller.</b> This comes from the symbol tables, so you'll have to look in the SDK for return types.
    23 KB (2,196 words) - 06:26, 25 March 2016
  • ...s a list of CBaseGrenade Offsets. These are the <b>Windows</b> offsets. <b>Linux offsets are 1 greater.</b> This comes from the symbol tables, so you'll have to look in the SDK for return types...or guess for the CSS spec
    11 KB (944 words) - 16:22, 30 July 2010
  • This is a list of CDEagle Offsets. These are the <b>Windows</b> offsets. <b>Linux offsets are 1 greater.</b> This comes from the symbol tables, so you'll have to look in the SDK for return types...or guess for the CSS spec
    18 KB (1,478 words) - 16:23, 30 July 2010
  • ** Unknown as of this point. So far, only 255, 255, 255 works. * Linux Signature:
    5 KB (787 words) - 09:37, 30 September 2010
  • These are the <b>Windows</b> offsets for Obsidian Conflict 1.35. <b>Linux offsets are 1 greater.</b> This comes from the symbol tables, so you'll have to look in the SDK for return types.
    15 KB (1,136 words) - 03:37, 2 June 2010
  • These are the <b>Windows</b> offsets. <b>Linux offsets are 1 greater.</b> This comes from the symbol tables, so you'll have to look in the SDK for return types.
    22 KB (1,958 words) - 03:08, 12 April 2010
  • <tt>W = Windows |</tt><tt> L = Linux</tt> ...its pitch will rise from 'start pitch' to 'pitch' by this many increments. So, a setting of '3' means that the pitch of the ambient will rise from 'start
    11 KB (1,403 words) - 08:22, 29 August 2009
  • ...various items. Its function was replaced by the individual item_ entities, so it's not normally used. <br /> <tt>''W = Windows'' |</tt><tt> ''L = Linux''</tt>
    2 KB (268 words) - 13:00, 25 April 2009
  • These are the '''Windows''' offsets. '''Linux offsets are 1 greater'''. This comes from the symbol tables, so you'll have to look in the SDK for return types.
    22 KB (2,067 words) - 11:46, 22 February 2010
  • These are the <b>Windows</b> offsets. <b>Linux offsets are 1 greater.</b> This comes from the symbol tables, so you'll have to look in the SDK for return types.
    32 KB (2,585 words) - 04:05, 10 December 2012
  • When using a Linux server, you may see the following messages: ...version `GCC_7.0.0` not found (required by /some_system_path_to/libstdc++.so.6". This is because Valve ships their own copies of those libraries. As m
    6 KB (964 words) - 14:38, 3 May 2024