Art mods
Moderators: wdolson, MOD_War-in-the-Pacific-Admirals-Edition
RE: Japanese LCU update
Excellent
Perennial Remedial Student of the Mike Solli School of Economics. One day I might graduate.
Balao Class - Part 1
So it's probably going to be in 3 parts, Balao class from nr 4732 to nr 4770. Just unzip and put the images in the AlliedPatch folder.
- Attachments
-
- Balao1.zip
- (357.32 KiB) Downloaded 149 times
The AE-Wiki, help fill it out
RE: Japanese LCU update
ORIGINAL: Smeulders
ORIGINAL: TOMLABEL
Dang Halsey!!!!! I should recruit you in doing the USN!!!!!![&o][&o][&o]
Thanks so much again!
TOMLABEL
There is some work being done again on the subs, Balao-class is in progress, but there are a lot of them. I might do an update when I get 1/3rd or 1/2nd of them ready.
Cool/Great news!!!!!
Thanks Smeulders!!!![&o][&o][&o]

Art by the Rogue-USMC
WITP Admiral's Edition: Ship & Sub Art/Base Unit Art/Map Icon Art
"If destruction be our lot - it will come from within"...Abraham Lincoln
-
Buck Beach
- Posts: 1974
- Joined: Sun Jun 25, 2000 8:00 am
- Location: Upland,CA,USA
RE: Art mods
This one is for you Pop. 1919-2004.
Not sure the patch will show.
Buck

Not sure the patch will show.
Buck

- Attachments
-
- 8pr07_small.jpg (3.44 KiB) Viewed 679 times
RE: Art mods
The second pack of patches for the Balao-class submarines. Nr. 4771 to Nr 4810
- Attachments
-
- Balao2.zip
- (367.12 KiB) Downloaded 138 times
The AE-Wiki, help fill it out
Allied AGP update
Temporary break from doing Japanese LCU's.[;)][:D]
Allied AGP update.
More of the Phillipine and restricted West Coast units, one update.
Allied AGP update.
More of the Phillipine and restricted West Coast units, one update.
- Attachments
-
- AlliedAGPupdate.zip
- (121.59 KiB) Downloaded 145 times
Allied AGP update
KNIL AGP's, some Chinese, and Recon updates.
One in here for you Buck.[;)]
One in here for you Buck.[;)]
- Attachments
-
- AlliedAGPupdate.zip
- (245.4 KiB) Downloaded 145 times
-
Buck Beach
- Posts: 1974
- Joined: Sun Jun 25, 2000 8:00 am
- Location: Upland,CA,USA
RE: Allied AGP update
Thanks Halsey I appreciate it. I was wondering if any of you had visited these sites for USN ship patches
http://bluejacket.com/usn_ship_insig_ad-ap.html
http://bluejacket.com/usn_ship_insig_ar-av.html
There are other ships at the bluejacket.com site.
Also, the 8th Photo Sdrn art I submitted looks as it was a patch after the era, here is the one probably more applicable:

http://bluejacket.com/usn_ship_insig_ad-ap.html
http://bluejacket.com/usn_ship_insig_ar-av.html
There are other ships at the bluejacket.com site.
Also, the 8th Photo Sdrn art I submitted looks as it was a patch after the era, here is the one probably more applicable:

- Attachments
-
- 8th Photo Sdrn.jpg (10.89 KiB) Viewed 654 times
RE: Allied AGP update
Art on the way...
That one is mucho better.
Here it is.
Edit it and save as a 24 bit bitmap.

That one is mucho better.
Here it is.
Edit it and save as a 24 bit bitmap.

- Attachments
-
- AGP_3529.jpg (1.69 KiB) Viewed 701 times
RE: Allied AGP update
Yep, been on them.
Very helpful.[;)]
Very helpful.[;)]
RE: Allied AGP update
Excellent last updates Halsey. Much appreciated
1966 was a great year for English Football...Eric was born
RE: Allied AGP update
Thanks cantona!
Got some updates coming soon...
Cleaned up the KNIL AGP's.
I didn't like the Lt Green ring around some of the wings.[;)]
I've also got some IJAAF, IJNAF and Soviet pilot wings to use in place of insignias.
It just takes time doing all the renaming of the bitmaps.
Anyone want to tackle these?[:D]
I've got the bitmap protege's, and I'll gladly share the workload.
They just have to be copied and renamed for the airgroups.
Any takers?[;)]
Got some updates coming soon...
Cleaned up the KNIL AGP's.
I didn't like the Lt Green ring around some of the wings.[;)]
I've also got some IJAAF, IJNAF and Soviet pilot wings to use in place of insignias.
It just takes time doing all the renaming of the bitmaps.
Anyone want to tackle these?[:D]
I've got the bitmap protege's, and I'll gladly share the workload.
They just have to be copied and renamed for the airgroups.
Any takers?[;)]
RE: Allied AGP update
Halsey, I used the following MS-DOS code in a batch file to create the 546 correctly named bitmaps in about 15 seconds for the IJN ship patch placeholders from the original file "SHP_0000-16.bmp". There is no need to do this by hand.
Give me a few minutes and I'll whip you up a batch file that should do what you want.....
Code: Select all
@REM initialize test value to be "true"
@SET intCounter=1
:while
@REM test condition
@IF %intCounter% GTR 546 (GOTO wend)
@REM procedure where condition is "true"
@echo %intCounter%
@SET pre=000
@IF %intCounter% GTR 99 (@SET pre=0)
@IF %intCounter% GTR 99 (@goto cont)
@IF %intCounter% GTR 9 (@SET pre=00)
:cont
@echo %pre%
@copy SHP_0000-16.bmp SHP_%pre%%intCounter%.bmp
@REM set new test value
@SET /a intCounter=intCounter+1
@REM loop
@GOTO while
:wend
@PAUSE Cheers,
Reg.
(One day I will learn to spell - or check before posting....)
Uh oh, Firefox has a spell checker!! What excuse can I use now!!!
Reg.
(One day I will learn to spell - or check before posting....)
Uh oh, Firefox has a spell checker!! What excuse can I use now!!!
AGP/SHP/LCU Patch Replication Tool
Well that didn't take long. [;)]
Attached below is a small tool that will create a series of sequentially numbered placeholder bitmap files in the format required for AGP/SHP/LCU patches from a single master file. This should save you heaps of time renaming files. [:)]
Instructions:
For example:
makebmp.bat master.bmp AGP 45 48
Creates the following files which are all identical to master.bmp:
AGP_0045.bmp
AGP_0046.bmp
AGP_0047.bmp
AGP_0048.bmp
Just be careful when you enter the command line as I didn't include any error checking.
Have fun and let me know how you get on.
Attached below is a small tool that will create a series of sequentially numbered placeholder bitmap files in the format required for AGP/SHP/LCU patches from a single master file. This should save you heaps of time renaming files. [:)]
Instructions:
- Download and unzip the attached batch file into a convenient location.
- Copy the master bitmap file into the same folder location.
- Open a MS-DOS shell (Command Prompt window) and use the CD command to navigate to the folder the batch file and the master bitmap files are located.
Now for the good bit. - Type "makebmp.bat masterfile.bmp type 1 2"
Where:
makebmp.bat is the batchfile name (as supplied)
masterfile.bmp is the name of the bitmap image file to be duplicated (in this case your pilot wing files)
Type is the prefix of the new file name ie AGP or SHP or LCU etc
1 is the number of the first image (no leading zeros)
2 is the number of the last image (no leading zeros) - maximum of 9999 - Look in the current folder for the new image files.
For example:
makebmp.bat master.bmp AGP 45 48
Creates the following files which are all identical to master.bmp:
AGP_0045.bmp
AGP_0046.bmp
AGP_0047.bmp
AGP_0048.bmp
Just be careful when you enter the command line as I didn't include any error checking.
Have fun and let me know how you get on.
- Attachments
-
- makebmp.zip
- (398 Bytes) Downloaded 56 times
Cheers,
Reg.
(One day I will learn to spell - or check before posting....)
Uh oh, Firefox has a spell checker!! What excuse can I use now!!!
Reg.
(One day I will learn to spell - or check before posting....)
Uh oh, Firefox has a spell checker!! What excuse can I use now!!!
RE: Allied AGP update
Thanks Reg!
This will help a lot.
Now I just need the time to do it.[;)][:D]
This will help a lot.
Now I just need the time to do it.[;)][:D]
RE: Allied AGP update
Does anyone have a blank ship emblem background bitmap that you could put in a zip file and post it here? Blank meaning the screen background less the emblem.
Thanks!
Thanks!

Art by the Rogue-USMC
WITP Admiral's Edition: Ship & Sub Art/Base Unit Art/Map Icon Art
"If destruction be our lot - it will come from within"...Abraham Lincoln
Allied AGP update
All you need is a 60x60 pixel shaded olive green Tom.
KNIL AGP update.
Cleaned up the Dutch, so these are strictly updates.
No new ones, sorry.
KNIL AGP update.
Cleaned up the Dutch, so these are strictly updates.
No new ones, sorry.
- Attachments
-
- AlliedAGPupdate.zip
- (106.57 KiB) Downloaded 130 times
RE: Allied AGP update
Thx for all of these mods , they add a lot to the game.
" Gentlemen, you can't fight in here! This is the War Room. " President Muffley


RE: Allied AGP update
Started a new game soI'm a little behind on more insignia updates.
A few thousand more and we'll have it all wrapped up![:D]
A few thousand more and we'll have it all wrapped up![:D]
RE: Allied AGP update
A few thousand more and we'll have it all wrapped up!
Alright, whats that means you should have it wrapped up by tomorrow. [:D]
Perennial Remedial Student of the Mike Solli School of Economics. One day I might graduate.




