Guides: Difference between revisions

From Ryu Ga Gotoku Wiki
Jump to navigation Jump to search
mNo edit summary
(Added Pirate Yakuza guides links)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Page in progress}}
{{Page in progress}}


Guides go here
Guides go here (TODO: present these links in a better way. A table with multiple categories maybe?)


=== '''<u><big>STANCE EDITING FOR YAKUZA 0/K1</big></u>''' ===
* [[Guides/Stance Editing | Stance Editing]]
This will be a quick guide on how to change Kiryu's/Majima's stance in [[Yakuza 0]] and [[Yakuza Kiwami]].


==== <u><big>TOOLS AND REQUIREMENTS</big></u> ====
== Like a Dragon: Pirate Yakuza in Hawaii ==
Pirate Yakuza has customizable pirate ships that are not present in other games.


* You will '''need''' '''[https://notepad-plus-plus.org/downloads/ notepad++]''' in order to edit the actionset.json
Customizing the sails is the easiest and most straightforward, see: [[Guides/Ship Sails Customization]]
* You will '''need''' the [https://github.com/Draxx182/LandLord/releases/tag/v1.2.1 '''LandLord'''] tool in order to convert the actionset.cas file into a json you can edit and also to repack it.
* ('''OPTIONAL)  [https://www.nexusmods.com/yakuza0/mods/1123 Testing area]-Y0'''
* '''(OPTIONAL)  [https://www.nexusmods.com/yakuzakiwami/mods/311 Testing area]-YK1'''


Customizing the hull has a few extra steps, see: [[Guides/Ship Hull Customization]]


'''<u><big>OVERVIEW</big></u>'''
We are also able to add the modded sails/hull/figureheads/decorations as new items, see: [[Guides/Adding New Ship Customization Entries]]
 
This guide will cover how to change Kiryu's Brawler stance in Yakuza 0 but it is the same process for all stances including in YK1, changing stances mainly consists of editing the action set file. To put it simply the actionset controls the players and NPC's generic animations such as walking, running ect
 
this can also be used to change hit reactions and such.
 
==== <u><big>GUIDE</big></u> ====
 
==== '''Open the 'data' folder in yakuza 0/k1 directory and navigate your way to the 'motion_w64' folder. It should look like this''' ====
[[File:Image.png|left|571x571px]]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
'''Now copy the ActionSet.cas file into you're motion_w64 folder in you're mod folder.'''
 
'''And then drag and drop the ActionSet.cas file onto LandLord, this should produce a json named ActionSet.json'''
 
[[File:Mod folder.png|border|left|796x796px]]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
'''Now open the json with Notepad++ by right clicking on it and clicking "Edit with Notepad++"'''
 
'''press control+F to open the search box and type in "BTL/P_KRS" this is the list of brawlers stance animations such as walk cycles and guard animations'''
 
 
[[File:Json.png|994x994px]]
 
 
'''Now you will search for the stance you want to switch Kiryu's stance with'''
 
'''you can do this by using the search box and putting the first 4 letters  of the characters attack anim name (e.g for  E_NSK_CMB_a_01, search "E_NSK" to find Nishiki's stance)'''
 
[[File:G.png|1059x1059px]]
 
 
'''Now the annoying part, you will need to copy each of Nishiki's animations and replace brawlers with them make sure they match up (E_NSK_sway_f should replace P_KRS_sway_f)'''
 
'''If there is animation which you cannot find a corresponding animation for, then you can just use something similar or somewhat equivalent to that'''
 
'''It should look something like this in the end.'''
 
 
[[File:Nishjiki.png]]
 
 
'''Now you need to save and repack the actionset.cas file'''
 
'''This can be done by dragging and dropping the actionset.json over LandLord this will produce a new .cas file'''
 
 
[[File:Repacking.png]]
 
 
'''Delete the old file and remove the 'new' part from the new file make sure there are no spaces'''
 
 
[[File:Hello.png]]
 
 
 
'''And now we can test it!'''
 
 
 
 
 
 
good luck, if you need any help ping me on the yakuza modding discord
 
made by shadowgoverment

Latest revision as of 17:27, 8 April 2025

Majima construction.svg This page is under construction

Check back later for additional changes


Guides go here (TODO: present these links in a better way. A table with multiple categories maybe?)

Like a Dragon: Pirate Yakuza in Hawaii

Pirate Yakuza has customizable pirate ships that are not present in other games.

Customizing the sails is the easiest and most straightforward, see: Guides/Ship Sails Customization

Customizing the hull has a few extra steps, see: Guides/Ship Hull Customization

We are also able to add the modded sails/hull/figureheads/decorations as new items, see: Guides/Adding New Ship Customization Entries