- 5
- 578
Visie Maigo
เข้าร่วมเมื่อ 8 ก.พ. 2024
Age of Wonders 4 Modding Tutorial - Part 3 - Custom Text
00:00 Overview
00:33 How to see base game strings in Resource Editor
02:03 Setup language folder
03:53 Setup template file
06:42 Adding a language file to your custom rpk
07:11 Changing a string
08:01 Note on converting the base game strings to a readable .po file
09:26 Hyperlinks
10:32 Referencing strings within strings
11:27 Updating your translation files with new strings
12:32 Referencing data store values in your strings
15:21 Reloading your rpk to see updated strings
17:44 Debugging a missing string value
18:37 Hardcoding in string values
19:32 Summary
19:55 Generating a hyperlink dump
More Notes
- Python script to generate your own EN.po file: gist.github.com/VisieMaigo/0420e6f9a2688d2c13779dac633e9d03
Additional Assistance
Age of Wonders 4 Discord, Modding Channel: discord.com/invite/age-of-wonders
Official Modding Guide: paradoxinteractive.files.com/f/0d448e71d19f5af8
00:33 How to see base game strings in Resource Editor
02:03 Setup language folder
03:53 Setup template file
06:42 Adding a language file to your custom rpk
07:11 Changing a string
08:01 Note on converting the base game strings to a readable .po file
09:26 Hyperlinks
10:32 Referencing strings within strings
11:27 Updating your translation files with new strings
12:32 Referencing data store values in your strings
15:21 Reloading your rpk to see updated strings
17:44 Debugging a missing string value
18:37 Hardcoding in string values
19:32 Summary
19:55 Generating a hyperlink dump
More Notes
- Python script to generate your own EN.po file: gist.github.com/VisieMaigo/0420e6f9a2688d2c13779dac633e9d03
Additional Assistance
Age of Wonders 4 Discord, Modding Channel: discord.com/invite/age-of-wonders
Official Modding Guide: paradoxinteractive.files.com/f/0d448e71d19f5af8
มุมมอง: 44
วีดีโอ
Age of Wonders 4 Modding Tutorial - Part 2 - Creating a Custom RPK
มุมมอง 6814 วันที่ผ่านมา
0:00 Overview 0:24 Initial setup 0:48 Referencing existing resources 04:13 Creating a custom .rpk 06:43 Copying over existing resources 08:14 Fixing broken resource links 10:32 Adding a dependency to your .rpk 13:31 Important! Register your custom .rpk in Package Manager 14:53 Testing our changes in-game 16:45 Testing our changes in tactical combat 17:29 Summary More Notes - Adding a .rpk depen...
Age of Wonders 4 Modding Tutorial - Part 1 - Modifying Base Game Resources
มุมมอง 10421 วันที่ผ่านมา
00:00 Introduction 00:17 Package Manager 00:59 Resource Editor and Resource Browser 01:50 Searching in Resource Browser 02:48 Modifying a base game resource 03:54 Quick note on mod directories 04:50 Enabling your custom mod 05:26 Testing your mod's changes 06:01 Testing with the cheat console 07:19 Undoing your changes 08:05 Summary More Notes - The summary of changes to the base game resources...
Tomes of Winter - Age of Wonders 4 Mod
มุมมอง 132หลายเดือนก่อน
Steam Workshop: steamcommunity.com/sharedfiles/filedetails/?id=3387678468 Paradox Plaza: mods.paradoxplaza.com/mods/97086/Any Narration by Maisie Chalk: www.fiverr.com/maisiechalk
Tome of Arcfire - Age of Wonders 4 Mod
มุมมอง 2314 หลายเดือนก่อน
Steam Workshop: steamcommunity.com/sharedfiles/filedetails/?id=3334157626 Paradox Plaza: mods.paradoxplaza.com/mods/90368/Any Narration by Maisie Chalk: www.fiverr.com/maisiechalk
i love this game, and I've been struggling with moding, even with the guide its been rough. Thank you for this! Great video. Hope to see more.
Hello, my friend! I really liked your videos and would love to learn more from you. Do you think it would be possible to create mods for skins and cultures? It would be amazing to populate an entire world with people from different games. Although I’m a developer, I’m a beginner when it comes to mod creation.
Thank you! I don't have much experience with skins and cultures. Skins are tricky as other modders are having trouble with the rigging of models into the modding tools. Cultures are possible, there's a few examples already in the workshop. The most I've done is recoloring existing textures for existing units (ex: making a black wolf). If you have any other questions, drop by the Age of Wonders 4 Discord modding channel where people can help you out!
thanks so much!