View Single Post
  #52  
Old April 23rd, 2021, 04:38 PM
MarkSheppard's Avatar

MarkSheppard MarkSheppard is offline
Lieutenant Colonel
 
Join Date: Jun 2005
Posts: 1,405
Thanks: 103
Thanked 639 Times in 425 Posts
MarkSheppard is on a distinguished road
Default Re: Blitzkrieg Banzai? (SP1 Conversion)

Quote:
Originally Posted by DRG View Post
I opened it up and poked around. The first thing I noticed was all the soft sand reports as clear terrain but the other issue might be too deep to fix.
I started investigating this and my original hypothesis was that it was an issue with Fred's old SPWW2 Map conversion utility routines that he made to convert from SPWW2v2 (aka SP2 maps) to the new SPWW2v3 map you guys introduced long ago.

However, I opened up the original scenario in SP2 and the soft sand hexes were also reporting as CLEAR in SP2.

Checking the release history, I think you guys made soft sand and snowdrifts have the "immobilize" feature and unique terrain ID numbers back in DOS SPWW2 v3.0.

So that's a note to add to my own documentation:

NOTE: Fred Chlanda's Map Conversion code is a strict SP2 map format to SPWW2 version 3.0 map format converter; in that it transfers over the data and values for the old map over to the new map, causing the map to not have the newer features developed over the years by the SPCAMO team.

For example:

If you convert a Steel Panthers 2 desert map for use in WinMBT, the converted map will show soft sand hex graphics, but will display "CLEAR" when you mouse over the hexes in question.

This behavior is "correct" for Steel Panthers 2; which exhibits the same behavior -- Snowdrifts and Soft Sand dunes in that game engine are "cosmetic" for show features to break up the monotony of large snow or desert areas.

It all depends on what you wish to do -- if you wish to recreate the straight SP2 experience of these old scenarios in higher resolutions with improved battle routines and icons; using the maps as-is is fine.

If however, you wish to add all the new terrain types that the SPCAMO team have developed since 1999, it is highly recommended that you follow the following workflow:

1.) Push the BATTLE button on the main screen

2.) Choose the nations and the scenario date and push CONTINUE

3.) At the Purchase screen select VIEW MAP

4.) Push '/' on your keyboard -- this will redraw the random map for your current opponents and time period using SPCAMO's built-in batloc routines.

5.) Keep redrawing until you find a map that closely approximates the old one.

6.) Push the 'e' button on your keyboard to save the random map into a map slot.

7.) Load that random map into your scenario and edit away.


Long term, since I have the source code for that version of Fred's WW2Map, plus a working Borland environment in a virtual machine, I might be able to compile an updated WW2Map that converts soft sand and snowdrifts. But no promises.

Quote:
We have had trouble with message overwrites in the past but not so much lately and to check that I built a quick scenario with Egyptian BRDM's US Army TOW Jeeps and this is the message shown
I can confirm this error message, and I can confirm it is due to my own mistakes; and is a rather easy fix.

I tried coding in a "rename" function for my "Load from CSV into SPCAMO scenario" routines for:

Leaders
and
Unit Names

However, I screwed up how to properly format text into the binary format used by the game engine.

Looking at my code for encoding a Python text string into ASCII/BINARY format; I think what's happening is that I screwed up how to format blank space byte padding (/x00) and the closing byte (/x0A).

Finally, I was able to fix the "Tow Jeep firing on BRDM-2 summons Cthulthu" text string bug by going into the in-game editor, and:

D - MODIFY UNIT DATA
Changing the Unit Name
Cloning to all unit examples in scenario


for both BRDM-2 and TOW Jeep.

To fix this, I will depreciate the unit/leader rename function in the next version of my editor package.
Reply With Quote
The Following 2 Users Say Thank You to MarkSheppard For This Useful Post: