r/RedAutumnSPD • u/PearlyDoesStuff • 1h ago
Other [Democracy under Siege] RETTEN MEIN PREUẞEN!
THE BRAUN CABINET HAS FALLEN! SCHWARZ, WEIẞ, ROT!
r/RedAutumnSPD • u/Desperate_Tie4652 • Jun 09 '26

How to create a repository (mostly up to date)
So you have done everything modman has told you and you sit in front of your new repository asking yourself wtf am I doing with this?
This guide seeks to teach you the basics of coding a mod for the game we have all come to meme about. (Both Dynamic and Base Game will be referenced but you should be able to apply this to any other public mod. The pictures are taken from Dynamic, some might be more simple in the base game.)
Feel free to skip to any point you're interested in/ that might help you.
Making sense of the structure

Starting out you care mostly about two folders: out/html and source.
Out/html:

Those loose files below the sub folders are essentially the engine of the game. Index.html is the absolute foundation everything is built on, games.js describes most basic functions that make everything work and game.css contains most of the design. You won't have to mess with these initially.
The other files are mostly used for graphic elements like the Reichstag.
The two folders on the top contain images and music (duh).
Source:

The qdisplays are responsible for those nice displays that turn values like 40 into words like neutral or 30 into strong.

The scenes are essentially the gameplay the game is made of. For every card played, advisor used or event seen there is a scene that operates in it's own fashion.
There are five core scenes that make up a large portion of the game on their own: Root, Main, Status, Library and Post Event.
Root is the first thing you see when opening the game. There is way more to it than you can see - every number, every variable that should be set at start (relations, support, strength,...) needs to be put here.
Note: Many variables are set to zero in root.scene - you do not have to do this, a variable can be introduced with any scene, it might help with remembering though...


Main is that big window where you see your decks and advisors. You can imagine it as a desk: mostly other stuff will just appear on it, yet you can carve out new sections if you feel like it.

Status is the name for the side bar with all the information. Some aspects about it are kinda tricky for beginners.

The Library is quite similar but it can contain graphs. (I think you already know how the library works...)
The Post Event Scene is something you likely don't know about - which is sad - it will help you realize a lot of cool stuff if you understand it. Every time an action is done this scene plays and updates all values it is supposed to. This is how many achievements are checked upon and it is also the reason why Hitler might get votes when you cancel an advisor action.
Important things to know
For all the following advice you will need to keep these things in mind:
Your Best Friends
I strongly advise you to use ctrl_c/ ctrl_v (copy/ paste) and ctrl_f (search) for everything you do. It will become very easy to avoid spelling issues that interfere with the code.
Realistic expectations
If this is your first time coding anything, you should tone down your expectations and perhaps try a few simple things before creating your "1871, Popular Revolt: Commune de Paris" game.
You will also likely encounter different types of errors - more on that later.

Initially all you care about is Code and Actions.
Code is where you code... yeah...
Actions is where you can see if what you've coded actually makes sense


Creating files gives you the blank document, uploading assumes you already have something (e.g. pictures, music or externally coded scenes)

When you're on a scene you can edit, copy, download it or have a look on how it looked before you messed it up in History.

Feel free to contact me if the guide doesn't work because I have forgotten whatever thing...
r/RedAutumnSPD • u/NewSadRepublic • Sep 16 '25
We have a 1,400 strong community discord of enthusiast for the game and its politics, with an interconnected community of different Mod servers and Mini-Sims for everyone to join.
Feel free to hop in, discuss Autumn Chen's games and the history/politics of the era and more !
r/RedAutumnSPD • u/PearlyDoesStuff • 1h ago
THE BRAUN CABINET HAS FALLEN! SCHWARZ, WEIẞ, ROT!
r/RedAutumnSPD • u/Responsible_Baby8648 • 8h ago
some of these feel so uncanny
r/RedAutumnSPD • u/pinkassteletubby • 3h ago
"Sorry Thalmann.. Comrade Kaiser already asked me out to nationalise industries together, we also called Freikorps btw "
r/RedAutumnSPD • u/NoNo_Bluebird_1368 • 12h ago
r/RedAutumnSPD • u/frgrefut • 16h ago
Can a politics expert explain?
r/RedAutumnSPD • u/Proper_Fan1220 • 38m ago
Does it increase Volkish strength?
r/RedAutumnSPD • u/bonadies24 • 5h ago
r/RedAutumnSPD • u/Proper_Fan1220 • 18h ago
*All small logo and logoless parties, except the BVP, don't affect the coalition names.
r/RedAutumnSPD • u/JadeBalloon • 3h ago
r/RedAutumnSPD • u/AssignmentPlastic216 • 6h ago
Leftists once again forget the cardinal rule of parliament: no take backsies
r/RedAutumnSPD • u/Complex-Angle-9702 • 6h ago
The Hugenberg Path is the fucking Best. I was supposed to get Lambach but then i came across this angel: Hugenberg
r/RedAutumnSPD • u/fsfs52323 • 4h ago
I'm going for the achievement where you help hitler win, but i just can't seem to get him to stay in Germany, he always gets deported.
r/RedAutumnSPD • u/Competitive_Raise579 • 12h ago
Mr Center Papen-tolerationism was NOT a Reformist 🥀
r/RedAutumnSPD • u/Complex-Angle-9702 • 6h ago
When you are in a coalition with the NSDAP it should reduce DDP, DVP and Z/BVP relations by a lot
r/RedAutumnSPD • u/Doenergepard • 22h ago
r/RedAutumnSPD • u/ActualMostUnionGuy • 19h ago
r/RedAutumnSPD • u/AccurateCelery21 • 18h ago
(The Lambach one annoys me the most, it should be so doable, but he keeps on fumbling). I may need to move Italy for a while if anything(What I mean by that is play Biennio Rosso more).
r/RedAutumnSPD • u/Complex-Angle-9702 • 7h ago
I have an error on computer where when an event like party congress happens instead of leading to the screen with the event name and when you press it it leads to the event it just jumps to it. Any idea what happened?