How to delete teams in R.E.D. WWII?

Orzech7673

Chieftain
Joined
Nov 29, 2013
Messages
4
Hi
At the beginning - sorry for my english. Can I somehow delete teams in this mod? I want to play without any teams (Italy and Germany, France and Britain), and attack whichever country, without any events etc.. It is possible to do?
 
Just before starting a new game click on "alternative history", then you will can do whatever you want. Polak? Potrzebuję pomocy, wyślij mi wiadomość na PW.
 
You also need to find the mod's folder, go inside the Lua folder and open RedDefinesGlobal.lua with a notepad. Find these lines:
Code:
-- Virtual allies
g_Allied = {
	[FRANCE]   = true,
	[ENGLAND] = true,
	[USSR]      = true,
	[AMERICA] = true,
	[CHINA]     = true,
	[GREECE]   = true,
}
g_Axis = {
	[GERMANY] = true,
	[ITALY] = true,
	[JAPAN] = true,
}
And add two dashes in front of every nation's name. Like this:
Code:
--[FRANCE]   = true,
 
Thanks for answer, but this didn't work for me. In turn 3 Great Britain and France denounce me (i playing Germany), in turn 7 game says that they permamently allied, and then they declared war to me. And I still don't know how can i delete relationship with single countries (for example when i playing Germany i have good relationships with Hungary, Albania and Slovakia, i don't want it). And most importantly - how can i delete automatically declarations of war (game says "you will declare war to Poland in 5 turns..."). Is there way to delete this, and cause that i can declare war whenever i want? And yes, before game i click on "alternative history".
 
Attached to this post is the DefinesEuro1940.lua file that I use to play. I've edited out all automatic declarations of war, declaration of friendships, city state relationships, etc. Just find the mod's folder, go inside the Lua folder, and then go inside the Europe1940 folder and replace the original DefinesEuro1940 with mine. With this all you have to do is disallow scripted events and you can play a 100% free game on the 1939 Europe map.
 

Attachments

gargoyle or gedemon:

How can i remove the turn limit from 1940 europe game? I want to play gargoyles user-side modded lua but dont want to committ to it unless i can be sure i can play through 1945 to conquer the world the hard way

also; does enabling quick combat disable some key feature of the r.e.d. .dll for air combat? i vaguely remember something to that effect, but i really hate slow combat and waiting 10 minutes between each turn for all of the ai's moves to process.
 
Alright, so i took Gargoyles notion and ran with it. Attached is a very usermodded copy of the 1940 defines LUA. There are no virtual teams, and everyone ends up going to war with everyone.

I wanted a version were all wars would be permanent for everyone, and for that you need to stay on the historical timeline. So i messed with the historical timeline to add DoW's for everyone against everyone.

In september 1939, all of the playable nations declare war on 3-5 of their nearest city states to begin expanding, and in april 1940 everyone declares war on everyone. I only played to june 1940 on germany and england, but so far so good. i would encourage anyone to check my work.

Again, a disclaimer, back up your own stuff and be ready for something to break.
 

Attachments

gargoyle or gedemon:

How can i remove the turn limit from 1940 europe game? I want to play gargoyles user-side modded lua but dont want to committ to it unless i can be sure i can play through 1945 to conquer the world the hard way

also; does enabling quick combat disable some key feature of the r.e.d. .dll for air combat? i vaguely remember something to that effect, but i really hate slow combat and waiting 10 minutes between each turn for all of the ai's moves to process.

What is the current turns limit ?

no problem with quick combat now, since the DLL in fact as it has allowed me to fix that issue.
 
i don't even know where to find the turn limit, i would imagine its buried in the speciifc map lua somewhere, but i did some ctrl+f searches for likely words and didnt find anything.

And i honestly could be mis remembering, its been over a year since i played all the way to 1945, but i remember there is a turn limit or something regarding a turn limit was mentioned here in the forums.
 
I was asking because I didn't put one and was wondering what would be the limit in that case...

The date will stop displaying in 1946 or 1947 IIRC, you'll get only the turn number after that, but the calendar limit can be changed in the defines.
 
Back
Top Bottom