Fulqrum Publishing Home   |   Register   |   Today Posts   |   Members   |   UserCP   |   Calendar   |   Search   |   FAQ

Go Back   Official Fulqrum Publishing forum > Fulqrum Publishing > Men of War > Men of War: Assault Squad

Men of War: Assault Squad Sequel to the critically acclaimed real-time tactics game Men of War

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 01-11-2012, 07:08 AM
CTS CTS is offline
Approved Member
 
Join Date: Feb 2009
Posts: 28
Default

There are no "tables" as i know of... Every patch makes some changes to a specific number of vehicles and weapons.

If you are up for a task, you can find all the information in the game files

It will take a long time, but its possible. You will need to access the game files, packed in \men of war assault squad\resource\ folder in .pak files. You do not need to extract them, it should be possible to open and view the files in .pak, as if they were in a normal folder using a file managing program like Total Commander.

-------------------------------------------------
Handhold weapons:
\men of war assault squad\resource\gamelogic.pak --> \set\stuff\

-------------------------------------------------
Guns ( cannons, AA, mortars, etc. ):
\men of war assault squad\resource\gamelogic.pak --> \set\stuff\gun\

-------------------------------------------------
Vehicle properties ( armor, speed, turning rate, etc. ):
\men of war assault squad\resource\entity\e2.pak --> \-vehicle\

Files with .def extension contain all the vehicle properties.



Example:

You want to know what kind of weapons does a T26 Light Tank use. You will need to go here:
\men of war assault squad\resource\entity\e2.pak\-vehicle\tank_light\t26\t26.def

Find this line:

Code:
{Weaponry
		("restore_ik_time")
		{place "gun"
			{RestoreIKAfterAim}
			{weapon "45mm_20k" filling "bullet45 ap" 1}
			{charger "gunner"}     
			("abm_low")   
		}
		{place "mgun"
			{type "mgun_coaxial"}
			{weapon "dt" filled}
			{foresight "foresight3"}
			{charger "gunner"}
			("abm_mgun")
			{basic}
		}
		{place "mgun2"
			{type "mgun_rear"}
			{weapon "dt" filled}
			{foresight "foresight5"}
			{gunner "commander"}
			{charger "commander"}
			("abm_mgun")
		}
	}
Now you can see that it has 3 weapons:

Main gun: 45mm_20k
Coaxial MG: DT
Rear MG: DT

If you want to know more about the main gun - 45mm_20k, you will need to go here: \men of war assault squad\resource\gamelogic.pak\set\stuff\gun\45mm_20 k

and so on...

-------------------------------------------------

It is not an easy task to find the information you need, but it is rewarding in the end, if you really want to know all there is to know about the smallest detail regarding game mechanics.

Good luck!

Last edited by CTS; 01-11-2012 at 07:27 AM.
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:01 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2007 Fulqrum Publishing. All rights reserved.