The mod you are trying to view has ceased development and consequently been archived. If you are a member of this mod, can demonstrate that it is being actively developed and will be able to keep this profile up to date with the latest news, images, videos and downloads, please contact us with all details and we will consider its re-activation.

Hearts of Iron : Modern War (HoI:MW) puts you in the seat of government of any country during the years 2000 - 2030.

Post news Report RSS New members needed!

A short post where we will talk about which people do we need on our team.

Posted by on

Hello everyone,

Algerian_General here, and today we would like to announce that we will will recruit new members for our team, as we believe that would make the process go in a faster pace and so we will be able to release the mod as soon as possible.

Here is what we currently need:

2D Artist:

We need a 2D artist to work on a new interface (GUI) for the mod, in addition to that he'll work on minor graphical things like a logo for the mod and such.

3D Artist:

We need a 3D artist to work on converting models to be used in the mod, we are mainly planning to use free 3D assets (texturing/re-texturing them if necessary) and so he needs to have Maya and the paradox plug-in installed.

Coder:

An experienced modder , able to script events, tech and focus trees as these are pretty much the main things we need, he might do some debugging as well.

OOBs makers:

Also known as Order of battles which is mainly the military structure of armed forces for a country, we need people to work on them for any country they want that isn't done yet, using data for the year 2000 of course,

Here is the map of the OOBs that are already done:

oob

and for the syntax, here's the list of all the units we currently have:

g

Now certain things needs to be pointed out,each of these units are battalion. and you can see we added new units such as the Tier 1 and 2 Special forces, now Tier 2 are regular special forces like the US Navy seals, while Tier 1 are some of the best special forces in the world, mainly under control of secret services and not the military such as the US Delta force or Polish GROM. the rest is rather self explanatory. if you want to help then just make the oob file (you can look at how vanilla OOBs are made btw) and then send it to us and we'll make sure that your contribution is credited . Here's the OOB of Albania for example, made by our teammate alexandar

division_template = { #STRUCTURE OF BRIGADE TEMPLATE
	name = "Infantry Battalion" #Name of the brigade that appears when you select it
	
	regiments = {
		mechanized = { x = 0 y = 0 } #regiments are the combat units NOT the support units
	}

}
	
division_template = { #STRUCTURE OF BRIGADE TEMPLATE
	name = "Special Operations Battalion" #Name of the brigade that appears when you select it
	
	regiments = {
		motorized = { x = 0 y = 0 } #regiments are the combat units NOT the support units
	}

}

units = { #place all units that appear on the map. You need at least 1 template.

	division = {
		name = "1st Infantry Battalion" 
		location = 9914
						
		division_template = "Infantry Battalion" #name of the template. MUST BE THE EXACT SAME WORD TO WORD
	}

	division = {
		name = "2nd Infantry Battalion" 
		location = 9914
						
		division_template = "Infantry Battalion" #name of the template. MUST BE THE EXACT SAME WORD TO WORD
	}

	division = {
		name = "3rd Infantry Battalion" 
		location = 9914
						
		division_template = "Infantry Battalion" #name of the template. MUST BE THE EXACT SAME WORD TO WORD
	}

	division = {
		name = "Commando Battalion" 
		location = 9914
						
		division_template = "Infantry Battalion" #name of the template. MUST BE THE EXACT SAME WORD TO WORD
                start_experience_factor = 0.1 
	}

	division = {
		name = "Special Operations Battalion" 
		location = 9914
						
		division_template = "Special Operations Battalion" #name of the template. MUST BE THE EXACT SAME WORD TO WORD
                start_experience_factor = 0.3 
	}
}



New discord channel!

We have a new discord channel, I'm always over there, just remember keep it civil and have fun


Https://discord.gg/4RcK3uQ


If anyone is interested in applying, just send me a PM.

Have a wonderful day and Merry Christmas everyone.

Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account: