Warriors Orochi 4

Upload your cheat tables here (No requests)
Steel
Noobzor
Noobzor
Posts: 8
Joined: Tue Feb 14, 2023 7:10 pm
Reputation: 1

Re: Warriors Orochi 4

Post by Steel »

blueroom wrote:
Fri Apr 28, 2023 6:53 am
dummy wrote:
Sun Feb 19, 2023 8:19 pm
I added some new features for WO4U, such as attributes elements editor, charaters skills editor, battle history editor, etc.
The CT table is theorily compatible with WO4, and probably the one with fullest feature.
The language of CT table is zh-Hans(中文), welcome to translate it into other languages.
your super speed cheat crash the game
Same for me. I'm still slowly translating the sheet. Everything I've tried works, so far, thank you very much for that! But the super speed portion always crashes my game whenever I use it.

How to use this cheat table?
  1. Install Cheat Engine
  2. Double-click the .CT file in order to open it.
  3. Click the PC icon in Cheat Engine in order to select the game process.
  4. Keep the list.
  5. Activate the trainer options by checking boxes or setting values from 0 to 1

Xanderos
What is cheating?
What is cheating?
Posts: 1
Joined: Wed May 10, 2023 2:33 am
Reputation: 0

Re: Warriors Orochi 4

Post by Xanderos »

This is my attempt at translating the table from dummy. I was not able to do all of it since I'm only on Chapter 3 and I haven't checked any of the battle scripts. The [parts that are in brackets] are my best guess as to what the characters translate to. I do not speak the language, used mostly Google translate and interpretations based on what changes in the game, so let me know if I got something wrong or you can do it yourself, the choice is yours.

Updated the "Battle Stats" section with what I could figure out and the attribute lists under for the weapons.
Attachments
WO4U Translated.ct
(208.36 KiB) Downloaded 901 times

isamon
Noobzor
Noobzor
Posts: 6
Joined: Sun Apr 30, 2023 8:26 pm
Reputation: 0

Re: Warriors Orochi 4

Post by isamon »

miwagre wrote:
Fri Nov 09, 2018 7:57 am
updated the table with a range modifier and sacred treasure swap mid battle but only the 4 that are listed are swappable while in battle
this is how to enable team model modifier tutorial


SOMEONE PLEASE FIND ATTACK SPEED

Could you update the range modifier for WO4U?

davrt
Noobzor
Noobzor
Posts: 9
Joined: Fri Aug 05, 2022 7:32 am
Reputation: 0

Re: Warriors Orochi 4

Post by davrt »

Recently picked up this game during a sale and after reading through all the posts in this topic, I have a few requests if anyone is interested.

1) The camera/FOV zoom modifier from Page 6 needs updating. I want to zoom in the camera more so that it looks more normal like the other musou games. Personally, I don't like my character looking so tiny on the screen. Strangely enough, the PS4 version doesn't have the camera so far zoomed out.

2) Is there any way to map the Ally Command buttons to the Dpad instead of LB, block/strafe button? PS4 version has it mapped to the Dpad. Can't understand why the dev mapped it to the block/strafe button for PC version.

ikazuchi
What is cheating?
What is cheating?
Posts: 4
Joined: Tue Aug 03, 2021 7:44 am
Reputation: 0

Re: Warriors Orochi 4

Post by ikazuchi »

Hi, I was wondering if someone could make an updated table for changing character's moveset to another? I recall having one before but only works for base WO4.

Goemon
What is cheating?
What is cheating?
Posts: 3
Joined: Fri May 17, 2024 9:46 pm
Reputation: 1

Re: Warriors Orochi 4

Post by Goemon »

isamon wrote:
Tue May 16, 2023 8:51 pm
miwagre wrote:
Fri Nov 09, 2018 7:57 am
updated the table with a range modifier and sacred treasure swap mid battle but only the 4 that are listed are swappable while in battle
this is how to enable team model modifier tutorial


SOMEONE PLEASE FIND ATTACK SPEED

Could you update the range modifier for WO4U?
+1

Algester
Expert Cheater
Expert Cheater
Posts: 291
Joined: Sun Mar 04, 2018 9:48 am
Reputation: 63

Re: Warriors Orochi 4

Post by Algester »

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>498</ID>
      <Description>"999 Materials"</Description>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : WO4.exe
  Version: 
  Date   : 2024-07-26
  Author : Algester

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(Materials,WO4U.dll,42 0F B7 8C 4E 9E 57 00 00) // should be unique
alloc(newmem,$1000,Materials)

label(code)
label(return)

newmem:
  mov word ptr [rsi+r9*2+0000579E],#999
code:
  movzx ecx,word ptr [rsi+r9*2+0000579E]
  jmp return

Materials:
  jmp newmem
  nop 4
return:
registersymbol(Materials)

[DISABLE]

Materials:
  db 42 0F B7 8C 4E 9E 57 00 00

unregistersymbol(Materials)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: WO4U.dll+490987

WO4U.dll+490969: 8B C3                       - mov eax,ebx
WO4U.dll+49096B: 85 C9                       - test ecx,ecx
WO4U.dll+49096D: BA FF 00 00 00              - mov edx,000000FF
WO4U.dll+490972: 0F 45 C1                    - cmovne eax,ecx
WO4U.dll+490975: 3B C2                       - cmp eax,edx
WO4U.dll+490977: 0F 42 D0                    - cmovb edx,eax
WO4U.dll+49097A: EB 02                       - jmp WO4U.dll+49097E
WO4U.dll+49097C: 8B D3                       - mov edx,ebx
WO4U.dll+49097E: 41 81 F9 58 02 00 00        - cmp r9d,00000258
WO4U.dll+490985: 73 1C                       - jae WO4U.dll+4909A3
// ---------- INJECTING HERE ----------
WO4U.dll+490987: 42 0F B7 8C 4E 9E 57 00 00  - movzx ecx,word ptr [rsi+r9*2+0000579E]
// ---------- DONE INJECTING  ----------
WO4U.dll+490990: 8B C3                       - mov eax,ebx
WO4U.dll+490992: 85 C9                       - test ecx,ecx
WO4U.dll+490994: 0F 45 C1                    - cmovne eax,ecx
WO4U.dll+490997: B9 E7 03 00 00              - mov ecx,000003E7
WO4U.dll+49099C: 3B C1                       - cmp eax,ecx
WO4U.dll+49099E: 0F 42 C8                    - cmovb ecx,eax
WO4U.dll+4909A1: EB 02                       - jmp WO4U.dll+4909A5
WO4U.dll+4909A3: 8B CB                       - mov ecx,ebx
WO4U.dll+4909A5: 3B D1                       - cmp edx,ecx
WO4U.dll+4909A7: 77 1A                       - ja WO4U.dll+4909C3
}
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
I'm not confident in this code but it should give you max materials for weapon crafting.... "ideally"

anyway Upgrade Stone is +178 offset from charptr and its a 2 byte integer

BillOOOp
What is cheating?
What is cheating?
Posts: 1
Joined: Tue Jul 19, 2022 6:02 pm
Reputation: 0

Re: Warriors Orochi 4

Post by BillOOOp »

Xanderos wrote:
Wed May 10, 2023 2:40 am
This is my attempt at translating the table from dummy. I was not able to do all of it since I'm only on Chapter 3 and I haven't checked any of the battle scripts. The [parts that are in brackets] are my best guess as to what the characters translate to. I do not speak the language, used mostly Google translate and interpretations based on what changes in the game, so let me know if I got something wrong or you can do it yourself, the choice is yours.

Updated the "Battle Stats" section with what I could figure out and the attribute lists under for the weapons.
If anyone wants it, here's the code for X weapons that you can use in the Weapons Editor.

Warriors Orochi 4 Weapon ID:


Note:

[1st Character] [(1st Character ID) - (2nd Character ID)] [2nd Character]

If there is a " - " symbol, the ID is numerical until the 2nd Character from the first.

The in-between numbers " - " corresponds to the character from the character wheel select screen. So example Zhou Yu (305) then the character beside him is (306), then another character (307), another (308), all the way until Sun Jian (809).

Some characters has specific id's, hence why its not numerical.

Hope it helps!


X Weapons
WEI
Xiahou Dun (800-801) Dian Wei
Zhang Liao (803-804) Cao Cao
Xu Zhu (817-819) Xu Huang
Zhang He (820)
Cao Ren (821-822) Cao Pi
Zhenji (838)
Cai Wenji (842)
Jia Xu (845)
Pang De (862-864) Yue Jin
Li Dian (868)
Yu Jin (877)
Xun Yu (882)

Wu
Zhou Yu (805-809) Sun Jian
Tai Shi Ci (823-829) Sun Quan
Xiao Qiao (839)
Da Qiao (843)
Ding Feng (854)
Lianshi (857)
Lu Su (869-870) Han Dang
Zhu Ran (878)

Shu
Zhao Yun (810-814) Liu Bei
Ma Chao (830-834) Pang Tong
Yue Ying (840)
Jiang Wei (844)
Liu Shan (855-856) Xing Cai
Ma Dai (858)
Guan Suo (860-861)
Xu Shu (865)
Guan Xing (871-873) Guan Yinpinh
Fa Zheng (879)

Jin
Sima Yi (802)
Sima Shi (846-853) Guo Huai
Jia Chong (874-876) Zhang Chunhua

Other 1
Diaochan (815-816) Lu Bu
Dong Zhuo (835-837)
Meng Huo (841)
Zhu Rong (859)
Zuo Ci (866)
Chen Gong (880-881) LingQi

Samurai I
Yukimura (883-901) Ina

Samurai II
Ieyasu (902-916) Katsuie

Samurai III
Kiyomasa (917-920) Kai
Ujiyasu (921)
Hanbei (922-925) Masanori

Samurai IV
Takatora (926-938)

Orochi I&2
Orochi (939-947) Himiko
Orochi X (948)

Orochi III
Sanzang (949-963) Hundun
Diamonback (969)

Orochi IV
Athena (935)
Odin (967-968) Loki
Hades (971-974) Joan
Perseus (976)
Gaia (970)
Achilles (975)
Zeus (964)
Ares (966)

owlmoon69
What is cheating?
What is cheating?
Posts: 1
Joined: Sun Oct 13, 2024 3:16 pm
Reputation: 1

Re: Warriors Orochi 4

Post by owlmoon69 »

This is cheat table for WO4U v1.0.0.7. I only playing on cracked version. I don't know if it work in other version. Maybe someone could do some improvement based on this table. Still Credit to ajip2
Attachments
WO4U v1 0.0.7 (2024).CT
Fix Attack Speed in 60fps
(1.27 MiB) Downloaded 72 times

Post Reply

Who is online

Users browsing this forum: AhrefsBot, AsunaDxD, Bing [Bot], dioneverdie, mrboms, oracular, Owlbeard, Wheredidyoumoveto