• 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.

Arandir Tur-Ani

Private
8 Badges
Jan 16, 2013
12
5
www.mundusbellicus.fr
  • Crusader Kings II
  • Europa Universalis IV
  • Pillars of Eternity
  • Warlock: Master of the Arcane
  • 500k Club
  • Mount & Blade: Warband
  • Stellaris
  • Hearts of Iron IV Sign-up
The idea here is to give you the difference between two main versions of Stellaris, for exemple the name of differents constant use for the game, or the balance change. You may so easier know what to change to update your mod.

The files are generated using git. They are regular .txt files you may rename to .diff (the forum does not allow the upload of .diff files), to have the coloration using Notepad++ or Atom (should also work on sublime text 2, did not try it yet).

An exemple of what you should have
Exemple.png

History :
Asimov :
V1 : This post
V2 : http://forum.paradoxplaza.com/forum...ference-between-patches.950981/#post-21487079
 

Attachments

  • Asimov_Beta.txt
    452,9 KB · Views: 33
  • Asimov_beta_events.txt
    147,7 KB · Views: 10
  • Asimov_beta_interface.txt
    47,6 KB · Views: 4
  • Asimov-beta-loc.txt
    492,5 KB · Views: 4
Last edited:
  • 3
Reactions:
whua crystal armor nerf :eek:

Nice on the file! Reading trough it now
 
Hmm, I wonder if there have been new changes, or if your diff didn't pick up all changes for some reason? For example, the [common/]buildable_pops/00_robot_pops.txt has changes, shown in a diff here:

diff --git a/common/buildable_pops/00_robot_pops.txt b/common/buildable_pops/00_robot_pops.txt
index c4ec3b3..727f445 100644
--- a/common/buildable_pops/00_robot_pops.txt
+++ b/common/buildable_pops/00_robot_pops.txt
@@ -44,6 +44,8 @@ buildable_robot_pop_1 = {
}
pops_auto_growth = 1.0
pops_auto_upgrade_to = buildable_robot_pop_2
+
+ sentient = no


pops_can_be_colonizers = no
pops_can_migrate = no
@@ -104,6 +106,8 @@ buildable_robot_pop_2 = {
}
pops_auto_growth = 1.0
pops_auto_upgrade_to = buildable_robot_pop_3
+
+ sentient = no


pops_can_be_colonizers = yes
pops_can_migrate = no
@@ -153,6 +157,8 @@ buildable_robot_pop_3 = {
value = 30.0
}
pops_auto_growth = 1.0
+
+ sentient = yes


pops_can_be_colonizers = yes
pops_can_migrate = yes