• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

Nintz

Major
92 Badges
Jan 4, 2012
672
21
  • Crusader Kings II: Charlemagne
  • Europa Universalis IV: Third Rome
  • Stellaris - Path to Destruction bundle
  • Stellaris: Synthetic Dawn
  • Stellaris: Leviathans Story Pack
  • Crusader Kings II: Jade Dragon
  • Crusader Kings II: Reapers Due
  • Stellaris: Galaxy Edition
  • Europa Universalis IV: Pre-order
  • Victoria 2: Heart of Darkness
  • Victoria 2: A House Divided
  • Victoria: Revolutions
  • Europa Universalis IV: Res Publica
  • Heir to the Throne
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Art of War
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sword of Islam
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Old Gods
  • Europa Universalis III
  • Europa Universalis III: Chronicles
  • Europa Universalis III Complete
  • Divine Wind
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II
  • Europa Universalis IV: Conquest of Paradise
  • Hearts of Iron IV: Death or Dishonor
  • Age of Wonders III
  • Surviving Mars
  • Europa Universalis IV: Cradle of Civilization
  • Hearts of Iron IV: Expansion Pass
  • Stellaris: Humanoids Species Pack
  • Stellaris: Apocalypse
  • Europa Universalis IV: Rule Britannia
  • Stellaris: Nemesis
  • Surviving Mars: Digital Deluxe Edition
  • Cities: Skylines - Parklife
  • Age of Wonders: Planetfall
  • Stellaris: Necroids
  • Europa Universalis 4: Emperor
  • Battle for Bosporus
  • Crusader Kings III
  • Imperator: Rome - Magna Graecia
  • Stellaris: Federations
  • Hearts of Iron IV: La Resistance
  • Stellaris: Lithoids
  • Stellaris: Distant Stars
I need some help.

I am currently planning a mod, and have had some trouble reading what the different files are, what they do, etc.

I am also completely lost on what files I would work on first, second, last, etc.

Thus far, I have been unable to determine how to start, so it would be greatly appreciated if someone could explain the initial steps one takes in creating a mod.

Thanks in advance for any replies.
 
I need some help.

I am currently planning a mod, and have had some trouble reading what the different files are, what they do, etc.

I am also completely lost on what files I would work on first, second, last, etc.

Thus far, I have been unable to determine how to start, so it would be greatly appreciated if someone could explain the initial steps one takes in creating a mod.

Thanks in advance for any replies.

it depends on what you plan to alter.

give some more info.
 
I need some help.

I am currently planning a mod, and have had some trouble reading what the different files are, what they do, etc.

I am also completely lost on what files I would work on first, second, last, etc.

Thus far, I have been unable to determine how to start, so it would be greatly appreciated if someone could explain the initial steps one takes in creating a mod.

Thanks in advance for any replies.
The most important files are the following:
common\event_modifiers.txt - there are different modifiers that can be assigned by events.
common\traits.txt - self explanatory. Here are all traits and their effects.
common\on_actions.txt - most of actions in game (for example, marriage, assassination, character death etc) can invoke certain events. In this file you can assign events to actions.
In events folder are events themselves. You can create a new file there with your own events and game will use them.
Finally, in decisions folder are decisions. Structure is similar to events folder. :)

I recommend you to examine existing events/decisions/whatever to get an idea how they work and how to write/change them. It`s not really difficult once you know basic structure.
 
Start with something really simple and slowly work your way up. Biting off more than you can chew is a usual beginner mistake. Make some small modification to something existing or write a new event/decision.