Matrix Games Forums

Forums  Register  Login  Photo Gallery  Member List  Search  Calendars  FAQ 

My Profile  Inbox  Address Book  My Subscription  My Forums  Log Out

ADDED Units and Formations to data base

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
  Printable Version
All Forums >> [New Releases from Matrix Games] >> Armored Brigade >> ADDED Units and Formations to data base Page: [1]
Login
Message << Older Topic   Newer Topic >>
ADDED Units and Formations to data base - 12/2/2018 6:50:13 PM   
dpabrams

 

Posts: 155
Joined: 3/29/2005
From: Casper, Wyoming
Status: offline
This is a thread for those of us who are interested in creating new additions to the database. This is the M60, which was the predecessor to the in game M60A1. The M60 used the M48A2 turret and installed a M68 105mm gun and then mated it to an all new hull. Later the classic M60A1 turret was developed and it replaced the M60 in production.

How was this done? I created a new unit in a open slot (693) named M60. I cut and pasted an existing M60A1 into this slot and renamed it to M60. This gives me the hull I want but not the turret. I will need to build a M60 turret using the M48A3 turret. I do this in PSP by matting a 105mm canon and commanders cupola from a M60A1, to the M48A3 turret through a cut and paste process and color matching. I save this turret as us_m60_ts.png file (I also made winter and desert turrets).

In the units editor under the new M60 unit, under the size and armor tab, I edit the turret data to reflect that of a M48A3 turret, both in size and KE/CE and tandem armor ratings. Next under the weapons and ammunition tab I edit the ammunition to a total of 57 rounds for a M60. The M48A5 turret ammo numbers were used for ready ammo (19) as the turret layout and ready ammo for a M60 is much different than in the later spacious turret of the A1 model. I edit the ammunition to APDS-29, HEAT-18 and HEP-10, as carried by the M60A1 in game.

I then edited the resources_custom.xml file to add the M60 to the game. Be careful when doing this as you SHOULD ALWAYS back up your original data files. To add I just copied and pasted the string for the M60A1 units and changed the file names to the M60. The partial string for summer looks like this:

</sprite>
<sprite name="us_m60_hs" base_angle="0">
<image file="vehicle\us\us_m60a1_hs.png" />
<translation origin="center"/>
<rotation origin="center"/>
</sprite>
<sprite name="us_m60_ts" base_angle="0">
<image file="vehicle\us\us_m60_ts.png" />
<translation origin="center"/>
<rotation origin="center"/>
</sprite>

In game I needed to adjust the turret and commander positions. This is done by opening the units.xml file in WordPad and editing the X and Y positions in the string for the correct positions of the commander and turret. In the string my adjustments look like this.

<string name="turretSpriteX" value="0.0" />
<string name="turretSpriteY" value="-3.0" />
<string name="commSpriteX" value="14.0" />
<string name="commSpriteY" value="0.0" />

Next I created a formation for the 1271 slot in the formations editor called M60 Tank Platoon. It contains the 5x M60 for the TO&E of that time. However this has to be added into the factions.xml manually. I do this by opening the factions.xml in Wordpad. I find:
<string name="formation51" value="506,1965,1,1974,12,100" />

This is for formation 506 which is a M60A1 platoon from 1-1965 until 12-1974. You can learn to pick up the patterns in the string. I don’t know what the “100” in this string is for.

I copy this string and paste it right below in a string named:

<string name="formation51" value="1271,1965,1,1974,12,100"/>

Now I have inserted a platoon of M60’s available to the US player from 1-1965 until 12-1974. Later I will create a M60 HQ and Company(-).

I didn’t go into too many details on the actual artwork as that’s another topic. I do plenty of graphics work so the artwork is easy for me. It did take me a few days to figure the editor and editing of the XML files and a little time to figure out how to move the commander and turret sprites. Lots of trial and error.

I will next add a M577 Command track to the US command units.

I hope this thread will serve to get the modding off the ground. Please share you efforts to add to your database.



[image][/image][URL=http://s1256.photobucket.com/user/dpabrams/media/2018_12_02_123631_zpspp77nmbf.jpg.html][/URL]









_____________________________

Vote for Pedro
Post #: 1
RE: ADDED Units and Formations to data base - 12/2/2018 7:07:35 PM   
IronX


Posts: 162
Joined: 7/2/2005
From: Victoria, BC
Status: offline
Well done. A very useful guide.

(in reply to dpabrams)
Post #: 2
RE: ADDED Units and Formations to data base - 12/2/2018 11:26:50 PM   
dpabrams

 

Posts: 155
Joined: 3/29/2005
From: Casper, Wyoming
Status: offline
I did find it better when I added a M60HQ, M60 Platoon and M60 Company(-) later to change the factions.xml to a different slot. The US faction has formations to 200, this is listed below and all new strings I believe should follow this for the US faction:

<string name="formation200" value="529,1989,1,1991,12,0" />

After which I added:

<string name="formation201" value="1270,1965,1,1974,12,100"/> (this is the US M60 HQ)
<string name="formation202" value="1271,1965,1,1974,12,100"/> (this is the US M60 tank platoon)
<string name="formation203" value="1272,1965,1,1974,12,100"/> (this is the US M60 tank Company(-))

After this all three formations appear nicely ordered.







_____________________________

Vote for Pedro

(in reply to IronX)
Post #: 3
RE: ADDED Units and Formations to data base - 12/4/2018 1:43:05 AM   
dpabrams

 

Posts: 155
Joined: 3/29/2005
From: Casper, Wyoming
Status: offline
I am working up a F-16A with a AGM-65A load out. Still experimenting with the missle.
[image][/image][URL=https://s1256.photobucket.com/user/dpabrams/media/2018_12_03_191058_zps3knv8vwx.jpg.html][/URL]

_____________________________

Vote for Pedro

(in reply to dpabrams)
Post #: 4
RE: ADDED Units and Formations to data base - 12/4/2018 1:59:33 AM   
Veitikka


Posts: 1304
Joined: 6/25/2007
From: Finland
Status: offline

quote:

ORIGINAL: dpabrams

<string name="formation201" value="1270,1965,1,1974,12,100"/> (this is the US M60 HQ)
<string name="formation202" value="1271,1965,1,1974,12,100"/> (this is the US M60 tank platoon)
<string name="formation203" value="1272,1965,1,1974,12,100"/> (this is the US M60 tank Company(-))


The mech/armor HQ formation should be the last of those three, because the auto-purchaser system picks the first HQ formation that comes after the platoons and companies. You can see that all factions list the mech/armor HQs after the platoons and companies of similar type.


_____________________________

Know thyself!

(in reply to dpabrams)
Post #: 5
RE: ADDED Units and Formations to data base - 12/4/2018 2:39:30 AM   
exsonic01

 

Posts: 1131
Joined: 7/26/2016
From: Somewhere deep in appalachian valley in PA
Status: offline
That is cool, how did you modeled AGM? faster version of ATGM?

(in reply to Veitikka)
Post #: 6
RE: ADDED Units and Formations to data base - 12/4/2018 4:26:14 AM   
gbem

 

Posts: 187
Joined: 11/19/2018
Status: offline

quote:

ORIGINAL: dpabrams

I am working up a F-16A with a AGM-65A load out. Still experimenting with the missle.
[image][/image][URL=https://s1256.photobucket.com/user/dpabrams/media/2018_12_03_191058_zps3knv8vwx.jpg.html][/URL]


Wait wait... the AGM-65 maverick is a standoff weapon... if anything it should be an offmap missile... it has a 22 km operational range in fact

(in reply to dpabrams)
Post #: 7
RE: ADDED Units and Formations to data base - 12/4/2018 2:12:42 PM   
dpabrams

 

Posts: 155
Joined: 3/29/2005
From: Casper, Wyoming
Status: offline
gbem-One major drawback of the A-model was the limited range at which the TV-seeker could lock on: although the missile has a range of up to 7nm (13km) under the worst possible circumstances (a low and slow aircraft), attenuation at optical wavelengths limits lock-on range to about 3nm (5.5km).

_____________________________

Vote for Pedro

(in reply to gbem)
Post #: 8
RE: ADDED Units and Formations to data base - 12/4/2018 6:28:09 PM   
gbem

 

Posts: 187
Joined: 11/19/2018
Status: offline
the AGM-65A... the electro optical missile could lock on targets at 22km in good ground conditions however... and the later thermal AGM-65D and the laser guided E models allowed it to fire even in night or low visibility conditions... the D model was already present by 1983 and the E by 1985

(in reply to dpabrams)
Post #: 9
RE: ADDED Units and Formations to data base - 12/4/2018 6:39:36 PM   
Red2112

 

Posts: 1355
Joined: 9/9/2006
Status: offline
Nice work Pete. Nice to see you doing your magic

_____________________________


(in reply to gbem)
Post #: 10
RE: ADDED Units and Formations to data base - 12/4/2018 8:26:19 PM   
nikolas93TS


Posts: 619
Joined: 2/24/2017
Status: offline
By the way, in freeware database there was a Swedish AJ 37 Viggen which had Mavericks.

The issue is that with current system aircraft still attack the same target at which stand-off missile was launched, and since missile is just slightly faster it means other ordinance is likely to be fired too when aircraft get close enough. It was modeled as fire-and-forget so at least it had an advantage of engaging the target even if aircraft aborted the mission due to flak.

(in reply to Red2112)
Post #: 11
RE: ADDED Units and Formations to data base - 12/4/2018 9:26:51 PM   
CCIP-subsim


Posts: 695
Joined: 11/10/2015
Status: offline
Here's one thought: does aircraft altitude in-game affect vulnerability to AA weapons?
If so, I guess the simplest way to model standoff weapons would be to just put them on aircraft that fly far above the AA systems' ceiling. It might not be the most elegant solution, but it would have the basically correct result for all intents and purposes.

(in reply to nikolas93TS)
Post #: 12
RE: ADDED Units and Formations to data base - 12/4/2018 10:37:05 PM   
dpabrams

 

Posts: 155
Joined: 3/29/2005
From: Casper, Wyoming
Status: offline

quote:

ORIGINAL: exsonic01

That is cool, how did you modeled AGM? faster version of ATGM?


I started with a Hellfire and started working it from there. The warhead on a Maverick is many times that of a Hellfire and I have yet to find a penetration for its 130lb (59kg) warhead. Currently I get launches starting at about 9Km out and as close as 3Km, often two launches in one pass, depending on the map size. I adjusted the F-16A speed down to 170 mps (0.5 mach) to allow for greater separation of the missile that is set at 292 mps. I am still trying to figure out the enabling of the top down attack, guided and fire and forget functions. Also a flight is like 2400 points which is cost prohibitive.

_____________________________

Vote for Pedro

(in reply to exsonic01)
Post #: 13
RE: ADDED Units and Formations to data base - 12/4/2018 10:37:55 PM   
dpabrams

 

Posts: 155
Joined: 3/29/2005
From: Casper, Wyoming
Status: offline

quote:

ORIGINAL: Red2112

Nice work Pete. Nice to see you doing your magic

Hey Red! I sort of laid of the SB. I'll need an update to get back into it.

_____________________________

Vote for Pedro

(in reply to Red2112)
Post #: 14
RE: ADDED Units and Formations to data base - 12/5/2018 9:17:30 PM   
IronX


Posts: 162
Joined: 7/2/2005
From: Victoria, BC
Status: offline
Attempted to add a new unit to the game: the AMX-30. It took a while, but I was able to create a new French faction and added the early version of the AMX-30, its gun, and ammunition with success.

[edit: No image to show due to this archaic forum.]

< Message edited by IronX -- 12/5/2018 9:19:32 PM >

(in reply to dpabrams)
Post #: 15
RE: ADDED Units and Formations to data base - 12/6/2018 2:11:24 AM   
dpabrams

 

Posts: 155
Joined: 3/29/2005
From: Casper, Wyoming
Status: offline
Bummer, I post using photo bucket, but they are so bloated with pop ups and advertisements, it's a real pain in the ass.

(in reply to IronX)
Post #: 16
RE: ADDED Units and Formations to data base - 12/6/2018 11:56:18 AM   
Red2112

 

Posts: 1355
Joined: 9/9/2006
Status: offline
quote:

ORIGINAL: dpabrams

Bummer, I post using photo bucket, but they are so bloated with pop ups and advertisements, it's a real pain in the ass.


I have been using the below link for awhile. Works good for me so far (they do not expire)...
https://postimages.org/

Red

--


_____________________________


(in reply to dpabrams)
Post #: 17
RE: ADDED Units and Formations to data base - 12/6/2018 3:50:43 PM   
IronX


Posts: 162
Joined: 7/2/2005
From: Victoria, BC
Status: offline
It's not the hosting site that's the problem, it's the outdated Matrix forums that make it hard to post images. I just can't work it out.

Anyway, I added an upgraded AMX-30 (now with 20mm) to the mix and am happy with the results. I thought that perhaps with its weak armour, the AMX-30 wouldn't stand much of a chance, but it proved me wrong.

However, fine-tuning the data may undermine those results. The relative quality of the gun's optics, for example, is difficult to nail down. Some French sources say the main gun is accurate to 3000 meters, but many other (second hand) sources give it much less of a range. I've currently compromised and given it a range of 2500 meters. Same goes with the 20mm. I think at the end of the day, a lot of guestimates will need to be made.

Edit: Testing image post

[image][/image]

< Message edited by IronX -- 12/6/2018 4:53:03 PM >


_____________________________


(in reply to Red2112)
Post #: 18
RE: ADDED Units and Formations to data base - 12/6/2018 4:00:26 PM   
Red2112

 

Posts: 1355
Joined: 9/9/2006
Status: offline

quote:

ORIGINAL: IronX

It's not the hosting site that's the problem, it's the outdated Matrix forums that make it hard to post images. I just can't work it out.


Copy "direct link" from Image host and past between "image" brackets...








_____________________________


(in reply to IronX)
Post #: 19
RE: ADDED Units and Formations to data base - 12/6/2018 7:00:22 PM   
dpabrams

 

Posts: 155
Joined: 3/29/2005
From: Casper, Wyoming
Status: offline

quote:

ORIGINAL: IronX

Anyway, I added an upgraded AMX-30 (now with 20mm) to the mix and am happy with the results. I thought that perhaps with its weak armour, the AMX-30 wouldn't stand much of a chance, but it proved me wrong.


Strong work. How are you handling the images? You make them from scratch? Also, I believe the Leopard I and AMX-30, had comparable fire control and optics but I could be wrong.

_____________________________

Vote for Pedro

(in reply to IronX)
Post #: 20
RE: ADDED Units and Formations to data base - 12/6/2018 7:36:05 PM   
IronX


Posts: 162
Joined: 7/2/2005
From: Victoria, BC
Status: offline
I created it from scratch, originally as a vector image.

The two tanks are comparable. The F1 gun was apparently similar to the L7, with early versions firing HEAT and later also APFSDS.

_____________________________


(in reply to dpabrams)
Post #: 21
RE: ADDED Units and Formations to data base - 12/6/2018 8:46:38 PM   
nikolas93TS


Posts: 619
Joined: 2/24/2017
Status: offline
The French AMX-30 and the German Leopard 1 were built to a very similar basic formula which is not at all surprising since initially, the two countries were collaborating to develop a common design (Europanzer) that would be used by both. Like a number of such ideas during the 1960’s and 70’s the collaboration did not bear combined fruit and each nation ended up developing its own new tank.

These tanks were both based on the idea that optimizing armament and mobility were the highest priorities, at a time when many designers thought it was impractical to carry enough armour to defeat the latest anti-tank weapons. Speed, agility and good hitting power were therefore being relied upon to a considerable extent.

These matters aside, a look at the specifications - and indeed, even the appearance of the first models of AMX-30 and Leopard 1 - shows just how alike they were in a number of ways. These tanks were nationally distinctive but essentially very similar answers to the same need. AMX-30's Achilles heel seems to have been power-plant/transmission reliability (or at least greater maintenance requirements compared to Leopard 1), and it could be argued that some of the modernization efforts sometimes lagged for a few years compared to German counterpart.

Also, commander cupola had gyroscopic stabilization for observation and it used 7.62 mm machine gun rather than 12.7mm.

P.S. great looking sprite!

< Message edited by nikolas93TS -- 12/6/2018 8:47:33 PM >

(in reply to IronX)
Post #: 22
RE: ADDED Units and Formations to data base - 12/6/2018 10:47:39 PM   
IronX


Posts: 162
Joined: 7/2/2005
From: Victoria, BC
Status: offline
^ Thanks! The AMX-30 received an improved power-pack and other upgrades in the early 80s, which I reflected in my B2 version. I will correct the commander's MG as you are quite right in that it is a 7.62mm gun. I mixed it up with the turret MG, which is 12.7mm - this was later replaced by the 20mm.

_____________________________


(in reply to nikolas93TS)
Post #: 23
RE: ADDED Units and Formations to data base - 12/7/2018 6:00:40 AM   
zacklaws

 

Posts: 415
Joined: 1/10/2007
Status: offline
Unless I am missing something, why mess around with image hosting sites when you can just upload a picture from your PC and embed it into a post. Also if it's over the permitted Max size, just resize it.

(in reply to IronX)
Post #: 24
RE: ADDED Units and Formations to data base - 12/7/2018 1:51:41 PM   
dpabrams

 

Posts: 155
Joined: 3/29/2005
From: Casper, Wyoming
Status: offline
Guess I missed that one. But here I am attempting to show my M577.




Attachment (1)

< Message edited by dpabrams -- 12/7/2018 1:52:13 PM >


_____________________________

Vote for Pedro

(in reply to zacklaws)
Post #: 25
RE: ADDED Units and Formations to data base - 12/11/2018 1:09:48 AM   
IronX


Posts: 162
Joined: 7/2/2005
From: Victoria, BC
Status: offline
France's Mystere IV ground attack aircraft.






Attachment (1)

< Message edited by IronX -- 12/11/2018 1:16:49 AM >


_____________________________


(in reply to dpabrams)
Post #: 26
RE: ADDED Units and Formations to data base - 12/11/2018 1:27:40 AM   
kevinkins


Posts: 2257
Joined: 3/8/2006
Status: offline
Nice, very nice.

Kevin

_____________________________

“The study of history lies at the foundation of all sound military conclusions and practice.”
― Alfred Thayer Mahan


(in reply to IronX)
Post #: 27
Page:   [1]
All Forums >> [New Releases from Matrix Games] >> Armored Brigade >> ADDED Units and Formations to data base Page: [1]
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts


Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI

1.125