36 lines
1.2 KiB
Plaintext
36 lines
1.2 KiB
Plaintext
ChaChaGrapple - ChaCha (2022)
|
|
|
|
== A Grapple mutator for UT2004 ! ==
|
|
|
|
Based on previous work of jasonyu (Seismic) on UT 2003 (SCTF Mod).
|
|
I extracted this feature, port it to UT2004 and thune it to reflect todays Grappel on UT99.
|
|
|
|
Behavior:
|
|
-> On fresh install you can enable the Grapple using either your "use" Key, or MiddleMouse.
|
|
-> OffHand Mode can be disable on menu / config file
|
|
-> You can choose to use "use" key or another custom, or both, in config file
|
|
-> Grapple will stop either when you click again, or if you jump
|
|
-> As I let the entire Grapple code, some other not-yet-know feature might append :)
|
|
-> Is they are not good ... Just tell me !
|
|
|
|
|
|
Single player on your computer:
|
|
=> Install package (sources not needed)
|
|
=> Select the mode from menu and configure if you want.
|
|
|
|
Multiplayer:
|
|
=> Install package (sources not needed)
|
|
=> Install redirect
|
|
=> Add ChaChaGrapple<VERSION> to ServerPackages
|
|
=> Add ChaChaGrapple<VERSION>.MutChaChaGrapple to Mutator list
|
|
=> Create / modify configuration section:
|
|
|
|
[ChaChaGrapple<VERSION>.MutChaChaGrapple]
|
|
bOffHand=True
|
|
bOffHandUseUse=False
|
|
bOffHandUseSpecificButton=True
|
|
SpecificButton=MiddleMouse
|
|
|
|
Version History:
|
|
v1a (11/22): Initial release
|