diff --git a/Help/niut.txt b/Help/niut.txt index fc86acc..6d53464 100644 --- a/Help/niut.txt +++ b/Help/niut.txt @@ -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 -Created: 03/07/00 +Version: 1.25 +Created: 26/08/25 Author: Mike Fox (a.k.a. ArtfulDodger) Contact: mfox@legendent.com URL: www.planetunreal.com/niu @@ -266,6 +266,12 @@ Settings in niut.ini which can be modified directly (not on the options menu). History ------- +1.25 (chacha): + ++Fix randomly no weapon when joining. + ++Code cleaning. + 1.24: +Made NIUT work better with other mutators (no longer an Arena mutator). diff --git a/System/NIUT.ini b/System/NIUT.ini index ea9726d..7c7c06c 100644 --- a/System/NIUT.ini +++ b/System/NIUT.ini @@ -1,4 +1,4 @@ -[NIUT124.NIUTMutator] +[NIUT125.NIUTMutator] bRandomWeapons=True bUseAllWeapons=True bCycleWeapons=False diff --git a/System/Niut.int b/System/Niut.int index a0e01b2..7c89a36 100644 --- a/System/Niut.int +++ b/System/Niut.int @@ -1,8 +1,8 @@ [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=NIUT124.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.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=NIUT125.NIUTConfigMenuItem,Class=Class,MetaClass=UMenu.UMenuModMenuItem) +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="NIUT124",Parent="Mutators",Class=NIUT124.NIUTMutator,Immediate=True) +Preferences=(Caption="NIUT125",Parent="Mutators",Class=NIUT125.NIUTMutator,Immediate=True) diff --git a/System/niut124.u b/System/niut125.u similarity index 62% rename from System/niut124.u rename to System/niut125.u index 0f9e7db..eb95227 100644 Binary files a/System/niut124.u and b/System/niut125.u differ