- Fixed bugs in SortedStringArray sorting (affects bots / admins / groups pages in webadmin)
- New map & mutator packages no longer require server restart to appear in webadmin mutator/map lists.
- fixed webadmin and menu idle kick time range
- added MaxTimeMargin, MinTimeMargin, TimeMarginSlack configurable properties for tweaking speedhack detection to [Engin.LevelInfo] section of UT2004.ini
- admins don't get kicked for idling
- To prevent DDOS attacks by UT2004 servers against subnets, added LimitConnPerIPRangePerMinute property to [IpDrv.TcpNetDriver].
- pkg_official packages can be downloaded, and guid must be matched for them
- Added bKickLiveIdlers to [Engine.LevelInfo]. If set true, players with pawns can also be kicked for idling.
Mod Author Related
- Impersonator support integrated (see http://www.oc3ent.com/home.htm for details). Provides support lip synching to spoken phrases, with UnrealEd integration.
Tools and examples to come soon!
- Reorganized placement of webadmin functions to be more linear, easier to follow
- Added more comments to webadmin code
- Fixed crash in BatchExport commandlet when attempting to export .uc for packages which contain purely native classes
- Properties marked as 'noexport' will no longer be ignored when batchexporting .uc's
- Added Vehicle.Bulldog to CacheManager default packages (cacheexempt), and marked Bulldog cache exempt so that it isn't exported to .ucl file
- Fixed bug in classname matching which caused two classes that began with the same name (such as ClassBase & ClassBaseDerived) to be interpreted as the same class
- Automatically export to .ucl file when package is compiled.
- Automatically export to .ucl file when map is saved.
- Custom webadmin skins no longer required to provide every .inc file that webadmin uses
- Webadmin now searches main /ServerAdmin directory for .inc & .htm files that cannot be found in skin path
- GUIController now correctly cleans up custom styles that use the same keyname as default styles
- if .upl files exist in mod directory, ignores the .upl files in the system directory.
- INT files no longer have to be in UT2004\System\.
- UCC no longer gives an error when using -mod= switch with 'dumpint' and 'exportcache'.
- Can specify a Paths= for music (.ogg) and karma data (.ka) files, so they can be included in the mod's directory structure.
- Config variables properly save to UT2004\ModName\System\Whatever.ini instead of UT2004\System\Whatever.ini.
- No longer get "ERROR: Could not open whatever.u for reading!" in UT2004.log for mod packages.
- Gracefully handle lack of tooltips in mod menus.
- fixed USoundExporterWAV to not try to export procedural sounds and sound groups
- Added AddToPackageMap() native function to Actor. This function adds PackageName to the packagemap (as if it was in GameEngine's ServerPackages list),
or, if omitted, adds the package of the actor it was called on. This function is only valid during initialization (between GameInfo::InitGame() and
GameInfo::SetInitialState()) If called outside of that window, or anytime on a client, the function returns without doing anything.
- Fixed bAddToServerPackages mutator flag
- Mutator config menus:
-Fixed handling of arrays
-Support for advanced and multiplayer only options
- Fixed config class properties not being saved to .ini properly