All Mutator's parameters in a nut shell:
Name | Values | Default | Description |
---|---|---|---|
bActive | true | false | true | Set to FALSE to deactivate the mutator. Use it to disable this mutator temporarily. |
bReplaceQueenSubClassesAlso | true | false | true | Replace also sub classes of Queens or class'Queen' only? |
bUseStaticQueenDestsCount | true | false | true | If true, function QueenDestsHave() will cache the result of first QueenDests search and so only one attempt of teleporting is done if there are no QueenDests. Code will run faster by this, but later added QueenDests are neglected. But: Have you ever seen a QueenDest coming in after game has started? Does not affect Queens that are spawned by factories. |
LogLevel | see LogLevel | LOG_Info | see LogLevel |
bUseLogTimeStamp | true | false | true | Add a time stamp in front of every log message? |
Spawners | A list of maximum 16 spawner entries. Details see Replacement in Spawning Actors | ||
DontTreatTheseActors | A list of maximum 32 Actors that should be ignored. Details see Replacement Exceptions |
LOG_None | Don't log anything. Not recommended. |
LOG_Error | Log errors only. (An error prevents the code to continue.) |
LOG_Warning | Log warnings also. (A warning is issued when an unexpected circumstance occur but the operation will not being compromised.) |
LOG_Info | Additional information of what has happend is logged. |
LOG_Debug | Additional information of what has NOT happend is logged. Use this to track down bugs. |
LOG_All | All logging is send to the log file. For example if a special code block is entered or left. |
Some other notes:
DontTreatTheseActors[0]=(MapName="MH-TowerOfDeath2",ActorName="Queen0")
DontTreatTheseActors[1]=(MapName="MH-Invasion_4+SBMod1",ActorName="FrozenQueen0")
The default values are:
Spawners[0]=(ClassName="PW_ThingSpawner",PropertyName="ThingToSpawn",PropertyValue="Class'UnrealI.Queen'")
Spawners[1]=(ClassName="B_MonsterSpawner",PropertyName="CreatureType",PropertyValue="Class'UnrealI.Queen'")
Spawners[2]=(ClassName="B_MonsterLoopSpawner",PropertyName="CreatureType",PropertyValue="Class'UnrealI.Queen'")
Example explanation of the first entry: All Actors of the class PW_ThingSpawner are checked, if the property ThingToSpawn contains the value Class'UnrealI.Queen'. If so, the value is changed to the new Queen. (PW_ThingSpawner is from package Password.u; the B_Monster-things from package BBoyShare.u.)
Name | Values | Default | Description |
---|---|---|---|
LogLevel | see LogLevel | LOG_Info | see LogLevel |
bUseLogTimeStamp | true | false | true | Add a time stamp in front of every log message? |
MinDurationSecondsBetweenTeleports | float | 3.0 | How many seconds should at least pass between two teleports? |
.\System\SBQueenSaver.int
.\System\SBQueenSaver-V1.u
.\System\SBQueenSaver.ini
into the System directory of your UT installation. Change the values in SBQueenSaver.ini to your needs. Documentation can also be found in there.All other files in this package are optional.
ServerPackages=SBQueenSaver-V1.u
in Section [Engine.GameEngine] in UnrealTournament.ini. The default location of this file is in the System folder of your UT installation.SBQueenSaver-V1.SBQueenSaver
to the chain of your mutators. Details depends on server configuration and addons.Name | Size | Date | MD5 sum |
---|---|---|---|
./Help/SBQueenSaver.htm | 10462 | 2018-10-02 | (this file) |
./redirect/SBQueenSaver-V1.u.uz | 24877 | 2018-09-09 | 9a2727a8806502a784984215874072d9 |
./Sourcecode/Classes/SBQueenSaver.uc | 14867 | 2018-09-16 | 28c0c6219af2f2ec23d9b56770bdeab9 |
./Sourcecode/Classes/SBQueen.uc | 15684 | 2018-08-27 | 0759cd7a58c01687221c1941c9efda12 |
./Sourcecode/Classes/SharedCode.uc | 12158 | 2018-08-08 | 4838b31cc6b2c5bb2c1f15ae674b1d40 |
./Sourcecode/copyleft.txt | 97 | 2015-10-02 | ae5e178649b00957f4fe7af70b13bc75 |
./Sourcecode/make.ini | 339 | 2018-08-06 | cd0ccc518051351da3f818a14d5dff0b |
./Sourcecode/readme.txt | 82 | 2016-08-21 | 3d0bc407500120b372804d5452b0601f |
./System/SBQueenSaver.ini | 2715 | 2018-09-16 | 70c59f2fbd159113c0e4ddf3fbf102ad |
./System/SBQueenSaver.int | 153 | 2018-08-27 | d4fe90ad598706da19b37ff9b203ea7e |
./System/SBQueenSaver-V1.u | 75964 | 2018-09-09 | 4c94bc31d2d2b4e4248bd87f50cdc817 |