update to version 125

This commit is contained in:
cclecle
2025-08-26 23:29:55 +02:00
parent 8165b5998c
commit 09f6f51351
4 changed files with 14 additions and 8 deletions

View File

@@ -1,9 +1,9 @@
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
NIUT 1.24 Mutator for UT (No Item Unreal Tournament) NIUT 1.25 Mutator for UT (No Item Unreal Tournament)
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
Version: 1.24 Version: 1.25
Created: 03/07/00 Created: 26/08/25
Author: Mike Fox (a.k.a. ArtfulDodger) Author: Mike Fox (a.k.a. ArtfulDodger)
Contact: mfox@legendent.com Contact: mfox@legendent.com
URL: www.planetunreal.com/niu URL: www.planetunreal.com/niu
@@ -266,6 +266,12 @@ Settings in niut.ini which can be modified directly (not on the options menu).
History History
------- -------
1.25 (chacha):
+Fix randomly no weapon when joining.
+Code cleaning.
1.24: 1.24:
+Made NIUT work better with other mutators (no longer an Arena mutator). +Made NIUT work better with other mutators (no longer an Arena mutator).

View File

@@ -1,4 +1,4 @@
[NIUT124.NIUTMutator] [NIUT125.NIUTMutator]
bRandomWeapons=True bRandomWeapons=True
bUseAllWeapons=True bUseAllWeapons=True
bCycleWeapons=False bCycleWeapons=False

View File

@@ -1,8 +1,8 @@
[Public] [Public]
Object=(Name=NIUT124.NIUTMutator,Class=Class,MetaClass=Engine.Mutator,Description="NIUT124, NIUT V1.24: Server controls weapons, gives out ammo and/or turns pickups into ammo or health vials (www.planetunreal.com/niu).") Object=(Name=NIUT125.NIUTMutator,Class=Class,MetaClass=Engine.Mutator,Description="NIUT125, NIUT V1.25: Server controls weapons, gives out ammo and/or turns pickups into ammo or health vials (www.planetunreal.com/niu).")
Object=(Name=NIUT124.NIUTConfigMenuItem,Class=Class,MetaClass=UMenu.UMenuModMenuItem) Object=(Name=NIUT125.NIUTConfigMenuItem,Class=Class,MetaClass=UMenu.UMenuModMenuItem)
Object=(Name=NIUT124.DummyArenaMutator,Class=Class,MetaClass=Engine.Mutator,Description="DAM, DummyArena: use with some game types (e.g. LastManStanding) to force ammo to stay etc.") Object=(Name=NIUT125.DummyArenaMutator,Class=Class,MetaClass=Engine.Mutator,Description="DAM, DummyArena: use with some game types (e.g. LastManStanding) to force ammo to stay etc.")
Preferences=(Caption="Mutators",Parent="Advanced Options") Preferences=(Caption="Mutators",Parent="Advanced Options")
Preferences=(Caption="NIUT124",Parent="Mutators",Class=NIUT124.NIUTMutator,Immediate=True) Preferences=(Caption="NIUT125",Parent="Mutators",Class=NIUT125.NIUTMutator,Immediate=True)