ReHitman icon indicating copy to clipboard operation
ReHitman copied to clipboard

Modern cheat menu aka HM3InGameDebugger

Open DronCode opened this issue 5 years ago • 3 comments

Introduction

That interface is very buggy, also some functions, like Give all, Beam works awful. In PR #5 we are working under custom debug menu and these functions could be implemented there.

Subtasks:

  • [ ] Disable ZCheatMenu & Shift+C shortcut
  • [ ] Reverse player inventory
  • [ ] Implement method "give item"
  • [ ] Implement method "give available items list"
  • [ ] Fix bug with model loading (if we starts the game from custom scene part of models will not be loaded)
  • [ ] Implement hooks on ZOSD class for full anxiety control on level
  • [ ] Reverse animation system for custom animations viewer
  • [ ] Implement teleport for player
  • [ ] Implement assets preview
  • [x] Implement load level not from ZIP package

DronCode avatar Feb 03 '20 13:02 DronCode

  • Implement assets preview

We may be able to use parts of already existing things, such as

Viewer CharacterViewer AnimationViewer

  • Implement load level not from ZIP package

The LoadFilter option in HitmanBloodMoney.ini allows us to load things directly. Need to research if this is just individual files within files, anm etc etc.

The DefaultScene option in HitmanBloodMoney.ini allow us to load into levels on game boot. We can load levels directly via calling the .gms file directly.

For example we can load the main menu via DefaultScene=HitmanBloodMoney.gms Or a mission via DefaultScene=M00_main.GMS

This can be done by loading a .gms files instead of a zip package, this will require some reversing of .gms file and some research

image

We can also redirect where the game expects the files to be using HitmanBloodMoney.ini

  • ScenesPath This is meant to be the full path to the scenes folder. A bit crashy.

HHCHunter avatar Feb 07 '20 06:02 HHCHunter

Hey, are you guys still working on this? Be exciting to hear some news... Also the new release of ReHitman seems to be missing a few features... 😢

ipoopedmypantsuups avatar Apr 14 '21 09:04 ipoopedmypantsuups

Hi.

Yes, I still working on it but I was on a little vacation) The repository was moved here https://github.com/ReGlacier/ReHitman

ср, 14 апр. 2021 г. в 12:52, ipoopedmypantsuups @.***>:

Hey, are you guys still working on this? Be exciting to hear some news... Also the new release of ReHitman seems to be missing a few features... 😢

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/DronCode/ReHitman/issues/7#issuecomment-819391212, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHV7QPX5454O3L74LJBGSUTTIVQV3ANCNFSM4KPFCGKA .

DronCode avatar Apr 14 '21 09:04 DronCode