Skip to content

Latest commit

 

History

History
89 lines (65 loc) · 3.26 KB

README.en.md

File metadata and controls

89 lines (65 loc) · 3.26 KB

KaizPatch

English | 日本語 | Русский | 한국어

The translation was done using DeepL.
If there are any incorrect translations, I would appreciate it if you could point them out.

DeepLを使用して翻訳しました。
正しくない翻訳などあれば、指摘していただけると幸いです。

MCVer ForgeVer DLCount DLCountLatest

For RTM 1.12.2 Users

Please use fixRTM.

What is this?

KaizPatch is an unofficial modification of NGTLib/RTM/MCTE.

Notes

I do NOT take any responsibility for the use of this mod.

The slope rail will be removed during installation. Please be aware of this. Also, please backup your world by appropriate means before installation.

Base

  • NGTLib: 1.7.10.32
  • RTM: 1.7.10.41
  • MCTE: 1.7.10.16

How to install

0.Backup all your data.
1.Delete NGTLib/RTM/MCTE from your mods folder.
2.Put KaizPatch in your mods folder.
3.If you want to load an existing world, you will be prompted with a warning, so make sure you understand it well before pressing OK.
4.Done!

Ported Features

The following features have been ported from versions 1.10.2/1.12.2.

  • EZ wrench curve
  • Wrench(1.10.2)
  • Wrench(1.12.2)
  • Rail cant
  • Rail replacement on click
  • CustomButton
  • ActionParts
  • DataMap editing in the model selection GUI
  • Camera
  • Ticket Vendor
  • Speaker(Some specification changes)

Additional Features

  • Multi-threading of model pack loading.
  • Passenger perspective follows the movement of the train.
  • Extension of rail and wire rendering distance
  • Notch/Brake step customization
  • Acceleration/Deceleration Custom
    Maximum speed at each notch step(The number of notches is also determined here.)
    "maxSpeed": [ 1 step, 2 step, infinite...(If notDisplayCab is false, it will be fixed to 5 steps) ],
    
    Acceleration
    "accelerateions": [ 1 step, 2 step, infinite...(If notDisplayCab is false, it will be fixed to 5 steps) maxSpeedの個数と同値],
    
    Deceleration(The number of brake steps is also determined here.)
    "deccelerations": [inertia step, -1 step, -2 step, infinite...(If notDisplayCab is false, it will be fixed to -8 steps)],
    
  • By wheel-clicking on a Crossing/Signal/Point/Light/Turnstile/Train Stop/Train model ,you can itemize the entire model and DataMap.
  • Rotate Crossing/Signal/Turnstile/Light/Sign Model in 1 degree increments by placing them while holding down the Shift key.
  • Tab completion for commands
  • Switch wrench behavior(/rtm use1122marker (true|false))

Thanks

I'd like to take this opportunity to thank NGT-5479 for giving us permission to distribute it, and everyone who helped us debug the hell out of it over the course of about six months.