update to version 125
This commit is contained in:
@@ -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).
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
[NIUT124.NIUTMutator]
|
[NIUT125.NIUTMutator]
|
||||||
bRandomWeapons=True
|
bRandomWeapons=True
|
||||||
bUseAllWeapons=True
|
bUseAllWeapons=True
|
||||||
bCycleWeapons=False
|
bCycleWeapons=False
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user