Version: | 1.0.0 |
---|---|
Home page: | https://github.com/sergeii/swat-utils |
Author: | Sergei Khoroshilov <[email protected]> |
License: | The MIT License (http://opensource.org/licenses/MIT) |
This package provides a collection of helper functions that operate upon UnrealScript native types such as string or array.
Download compiled binaries or compile the
Utils
package yourself.Every release is accompanied by two tar files, each containing a compiled package for a specific game version:
swat-utils.X.Y.Z.swat4.tar.gz swat-utils.X.Y.Z.swat4exp.tar.gz
with X.Y.Z being a package version, followed by a game version identifier:
swat4 - SWAT 4 1.0-1.1 swat4exp - SWAT 4: The Stetchkov Syndicate
Please check the releases page to get the latest stable package version appropriate to your server game version.
Copy contents of a tar archive into the server's
System
directory.Open
Swat4DedicatedServer.ini
Navigate to the
[Engine.GameEngine]
section.Insert the following line above any package line that makes a use of the library:
ServerActors=Utils.Package
For instance, if you had to install this package in order to satisfy the HTTP's dependency requirements, you would insert the ServerActors=Utils.Package above the ServerActors=HTTP.Package line, otherwise the latter would fail to start up.
You have successfully installed the
Utils
package.