Custom Start with Dilemma
Skarsnik dilemma Skarsnik, true ruler of Drakenhof --[[ Script by Aexrael Dex Based in part on the vanilla script wh2_campaign_custom_starts Skarsnik's Whacky Adventure Tour to Drakenhof ]] local skarsnik_faction_str =…
Skarsnik dilemma Skarsnik, true ruler of Drakenhof --[[ Script by Aexrael Dex Based in part on the vanilla script wh2_campaign_custom_starts Skarsnik's Whacky Adventure Tour to Drakenhof ]] local skarsnik_faction_str =…
--[[ Script by Aexrael Dex Replaces the starting general for a specific faction ]] -- Rename replace_starting_general local function replace_starting_general() if cm:is_new_game() then -- Creating replacement for Karl Franz with…
UPDATED 10.23.19 Hail fay enchantresses and hearty lords, I'm here to bring you a wonderful tool that was shown to me by the great C&C modding den! This is a…
--[[ Script by Aexrael Dex Replaces the starting units for the designated characters ]] -- Rename edit_starting_army local function edit_starting_army() if cm:is_new_game() then local custom_starting_army = { -- Vlad, Carsteins…
--[[ Script by Aexrael Dex ]] local function unique_agent() -- Checking whether the script has already run for saved games and if it has then the script doesn't need to…
--[[ Script by Aexrael Dex Adds custom Regiments of Reknown to defined factions ]] local function cror_initiator() -- Checking whether the script has already run for saved games and if…
Tools & Preface First of all, I would like to be brutally blunt here: startpos modding sucks. This isn't like normal modding where you can easily reverse engineer other mods…
Preface As with every one of my guides, we will be using RPFM as much as possible. Since abilities are a relatively complex subject and I've explained the basics a few times…
Setup As with basically every guide I write, we will be using Rusted Pack File Manager as much as possible. Since this guide builds off of unit creation and lord creation, I…
Setup This guide assumes that you have created the actual unit for your custom lord - if you don't know how to do that, my previous guide covers the basics of unit…