• New Horizons on Maelstrom
    Maelstrom New Horizons


    Visit our website www.piratehorizons.com to quickly find download links for the newest versions of our New Horizons mods Beyond New Horizons and Maelstrom New Horizons!

The Cheats won't work...

Cap'n max

Powder Monkey
I have changed the cheats number in the file from 0 to 1, as I have done with the sidestep, and the sidestep works but the cheats don't, I don't know what I have done wrong.
 
Changing ENABLE_CHEATMODE in "InternalSettings.h" only means you're allowed to cheat now.

Cheating is then done with the numeric keypad keys, and probably only work if Num Lock is on. For example, pressing numeric keypad 0 should make you immortal, but if Num Lock is off then pressing that key doesn't produce a 0.
 
my mac book pro has the numerical keyboard above how do I do it? I need money
I will not be able to use them?

I edit!
Solved at the end I have used the virtual keyboard that has windows 10
 
Last edited:
Does a MacBook have a NumLock button?


It does not have a numeric keyboard or the lock key. It is purchased separately, it is seen. That is why I have had to use the virtual keyboard
It does not have a numeric keyboard or the lock key. It is purchased separately, it is seen. That is why I have had to use the virtual keyboard
b7zT0Nt
 
Last edited:
Do PC keyboards work with MacBooks?
If so, maybe you could get one with the numeric pad, and probably save money.
Especially if you would only use it for PotC cheats.

I am saying this because Apple's keyboard is a bit expensive. :rumgone
Buy Magic Keyboard with Numeric Keypad for Mac in Silver

Edit: I found this: Belkin YourType Bluetooth Wireless Keypad

It still seems overpriced to me. :shrug

well yes although I have used the virtual keyboard of windows 10 and I have been able to use the money


Teclado numérico inalámbrico Teclado numérico portátil de 18 Teclas con Mini Receptor USB 2.4G para computadora portátil, computadora de Escritorio, Surface Pro, PC - Negro https://www.amazon.es/dp/B0813CYV35/ref=cm_sw_r_cp_api_i_5XE.EbKP1CBBG
 
well yes although I have used the virtual keyboard of windows 10 and I have been able to use the money
I don't know how practical it is, best way to learn this would be to try the virtual keyboard for myself.
Anyway, if you don't mind not having a physical numpad then no reason to get one. :yes

Teclado numérico inalámbrico Teclado numérico portátil de 18 Teclas con Mini Receptor USB 2.4G para computadora portátil, computadora de Escritorio, Surface Pro, PC - Negro https://www.amazon.es/dp/B0813CYV35/ref=cm_sw_r_cp_api_i_5XE.EbKP1CBBG
This seems like a much better value for money. :cheers :onya
 
it works although it is a bit awkward in the game but it works fine




I don't know how practical it is, best way to learn this would be to try the virtual keyboard for myself.
Anyway, if you don't mind not having a physical numpad then no reason to get one. :yes


This seems like a much better value for money. :cheers :onya
 
well yes please my macbook is from 2019 and has numeric keys up from 1 to 9
By default, those are shortcuts for various special weapons.

In PROGRAM\CONTROLS\DefaultControls.h find this section:
Code:
// ======================================
// Cheats (not changable ingame)
// ======================================

#define CTL_CHEAT_GODMODE           "VK_NUMPAD0"
#define CTL_CHEAT_SCROLL_LEFT        "VK_NUMPAD1"
#define CTL_CHEAT_SCROLL_MAIN        "VK_NUMPAD2"
#define CTL_CHEAT_SCROLL_RIGHT        "VK_NUMPAD3"
#define CTL_CHEAT_PLAYERLVLUP        "VK_NUMPAD4"
#define CTL_CHEAT_FAKELVLUP        "VK_NUMPAD5"
#define CTL_CHEAT_MOREGOLD            "VK_NUMPAD6"
#define CTL_CHEAT_RAISEREP            "VK_NUMPAD7"
#define CTL_CHEAT_WORLDMAP            "VK_NUMPAD8"
#define CTL_CHEAT_RAPIDRAID        "VK_NUMPAD9"
Change those to what you want.

After that, load the game and "Reset Controls to Default" in the Options menu.
 
so the only thing I have to do is put the numeric buttons on top of my mac

I edit: I managed to put it without problems thank you very much


By default, those are shortcuts for various special weapons.

In PROGRAM\CONTROLS\DefaultControls.h find this section:
Code:
// ======================================
// Cheats (not changable ingame)
// ======================================

#define CTL_CHEAT_GODMODE           "VK_NUMPAD0"
#define CTL_CHEAT_SCROLL_LEFT        "VK_NUMPAD1"
#define CTL_CHEAT_SCROLL_MAIN        "VK_NUMPAD2"
#define CTL_CHEAT_SCROLL_RIGHT        "VK_NUMPAD3"
#define CTL_CHEAT_PLAYERLVLUP        "VK_NUMPAD4"
#define CTL_CHEAT_FAKELVLUP        "VK_NUMPAD5"
#define CTL_CHEAT_MOREGOLD            "VK_NUMPAD6"
#define CTL_CHEAT_RAISEREP            "VK_NUMPAD7"
#define CTL_CHEAT_WORLDMAP            "VK_NUMPAD8"
#define CTL_CHEAT_RAPIDRAID        "VK_NUMPAD9"
Change those to what you want.

After that, load the game and "Reset Controls to Default" in the Options menu.
 
Last edited:
Back
Top