Pac War Editor?
Pac War Editor?
Does anyone know if an editor will be included in this patch.
I would really like to have one so that you could change not only senarios...but also things like ships and aircraft.
Thanks
I would really like to have one so that you could change not only senarios...but also things like ships and aircraft.
Thanks
-
- Posts: 382
- Joined: Tue Jul 11, 2000 8:00 am
- Contact:
See the Pac Editor post started by 'Rowdy' in this forum for more info on the subject. I don't know if Matrix Games will issue an editor with the patch, but there are two currently available:
David Yeager (Bear) has created an excellent standalone scenario editor. You can get info on how to purchase it at:
http://ourworld.compuserve.com/homepages/xBEAR/
I have created 3 free editors based on Microsoft Excel that can be used to edit scenarios (including aircraft and ships) and icons. You can download them at:
http://home.earthlink.net/~tmflood/page2.html
Regards,
Rich Dionne
David Yeager (Bear) has created an excellent standalone scenario editor. You can get info on how to purchase it at:
http://ourworld.compuserve.com/homepages/xBEAR/
I have created 3 free editors based on Microsoft Excel that can be used to edit scenarios (including aircraft and ships) and icons. You can download them at:
http://home.earthlink.net/~tmflood/page2.html
Regards,
Rich Dionne
-
- Posts: 382
- Joined: Tue Jul 11, 2000 8:00 am
- Contact:
Rowdy,
I haven't seen that error message. Do you get the same message if you do not edit anything? Take the original file, input a file, then output the file. What happens?
When modifying files, you should not enter values greater than 255. Double entry data like Cargo1 and Cargo2 are provided to give you values greater than 255 (i.e. Cargo = Cargo1 + Cargo2 * 256).
Try making minimal changes and let me know what happens. Also, what version of Excel are you using? This could have an impact.
Regards,
Rich Dionne
I haven't seen that error message. Do you get the same message if you do not edit anything? Take the original file, input a file, then output the file. What happens?
When modifying files, you should not enter values greater than 255. Double entry data like Cargo1 and Cargo2 are provided to give you values greater than 255 (i.e. Cargo = Cargo1 + Cargo2 * 256).
Try making minimal changes and let me know what happens. Also, what version of Excel are you using? This could have an impact.
Regards,
Rich Dionne
-
- Posts: 382
- Joined: Tue Jul 11, 2000 8:00 am
- Contact:
- FirstPappy
- Posts: 725
- Joined: Tue Sep 12, 2000 8:00 am
- Location: NY, USA
-
- Posts: 409
- Joined: Fri Jul 28, 2000 8:00 am
- Location: Uppsala, Sweden
- Contact:
I got the same messsage, but data IS being saved, at least regarding aircraft. I have played with save files modified with your editor, and it works just fine. Maybe it is just a message?
Besides, did you know that the Aircraft Icon editor can be used to edit the Air1.sym file containing the aircraft Icons for War In Russia?
Besides, did you know that the Aircraft Icon editor can be used to edit the Air1.sym file containing the aircraft Icons for War In Russia?
Yes and the tank and artillery icons can be edited with Rich's ship icon editor!Originally posted by Yogi Yohan:
I got the same messsage, but data IS being saved, at least regarding aircraft. I have played with save files modified with your editor, and it works just fine. Maybe it is just a message?
Besides, did you know that the Aircraft Icon editor can be used to edit the Air1.sym file containing the aircraft Icons for War In Russia?
-
- Posts: 382
- Joined: Tue Jul 11, 2000 8:00 am
- Contact:
It works on the map too! WIR colors are different from Pacwar, however. You can tweak the pallette yourself, but I will also try to post WIR color versions of the icon editors at my website very soon.
I've been working on my database editor problem. It is clearly a problem between Office 97 and Office 2000. I should get a version good for Office 97 in the next few days.
Regards,
Rich Dionne
I've been working on my database editor problem. It is clearly a problem between Office 97 and Office 2000. I should get a version good for Office 97 in the next few days.
Regards,
Rich Dionne
-
- Posts: 382
- Joined: Tue Jul 11, 2000 8:00 am
- Contact:
Oh yeah, I could use a cool one right now...
O.K. I think I have an editor fix for you Office 97 users. I have uploaded a new version at my website. Check it out and let me know if it works.
http://home.earthlink.net/~tmflood/page2.html
Regards,
Rich
O.K. I think I have an editor fix for you Office 97 users. I have uploaded a new version at my website. Check it out and let me know if it works.
http://home.earthlink.net/~tmflood/page2.html
Regards,
Rich
Maybe I am not intuitive enough, but I cannot figure out how to add air groups for a carrier. I can add the CV easily enough, but cannot figure out where to locate the air group. Also in your directions you say "Use the copy button". Is that the generic excel button, or a macro you have built in?
Any help appreciated.
Thanks,
Dag.
Any help appreciated.
Thanks,
Dag.
- FirstPappy
- Posts: 725
- Joined: Tue Sep 12, 2000 8:00 am
- Location: NY, USA
-
- Posts: 382
- Joined: Tue Jul 11, 2000 8:00 am
- Contact:
Yep, I forgot to update the 1.02 in the spreadsheet in my rush to get it out.
The comment about copying (item 7.0) is a mistake and should be ignored. It is a carryover from instructions for my icon editor. Sorry about that.
Use the standard Excel features for copying, pasting, etc.
Airgroups on carriers are identified as in the following example:
Akagi is ship #3.
The location value of its airgroups should be 1003 (1000 + ship number).
The location values are split into two values (LOC1 and LOC2). The total location value is equal to LOC1 + 256 * LOC2.
So for Akagi the air groups should have LOC1 = 235, LOC2 = 3 (235 + 256 * 3 = 1003).
Hope this answers your question.
Regards,
Rich Dionne
[This message has been edited by Rich Dionne (edited September 27, 2000).]
[This message has been edited by Rich Dionne (edited September 27, 2000).]
The comment about copying (item 7.0) is a mistake and should be ignored. It is a carryover from instructions for my icon editor. Sorry about that.

Airgroups on carriers are identified as in the following example:
Akagi is ship #3.
The location value of its airgroups should be 1003 (1000 + ship number).
The location values are split into two values (LOC1 and LOC2). The total location value is equal to LOC1 + 256 * LOC2.
So for Akagi the air groups should have LOC1 = 235, LOC2 = 3 (235 + 256 * 3 = 1003).
Hope this answers your question.
Regards,
Rich Dionne
[This message has been edited by Rich Dionne (edited September 27, 2000).]
[This message has been edited by Rich Dionne (edited September 27, 2000).]
-
- Posts: 382
- Joined: Tue Jul 11, 2000 8:00 am
- Contact: