Moderator: Cartographers


This is great to know ... I was thinking it was about time someone introduced anti-bob characteristics to maps!Swifte wrote:had a similiar thought to gormbroc.... particuarlly around the white area in each box for the cars. impossible to see the bob highlighting.



Nuclear games you could end up wining without really doing much. I am playing one now where noone has any pit crew left.Gilligan wrote:What about making the crew a requirement?
I mean
If you have no crew, you're out of the race.


Stop rushing I'm workin on it!!isaiah40 wrote:Can we see them with the 888's on it please? The image does look better, I believe you touched up the engine and such too right?




Oops I must have done math wrong. Once dolomite posts about ovals or something I'll get a fix.isaiah40 wrote:Cars 2-4, 6-8 the 888's need to be moved down a few pixels, 4 and 8 need a few more than a few pixels![]()
On the small I suggest using ovals for the 888's, as the blue numbers are very hard to see when they are on to of the black track. Something like I did on USA 2.1.

I touched up the cars a bit and added the gauges.isaiah40 wrote:Can we see them with the 888's on it please? The image does look better, I believe you touched up the engine and such too right?
The track circles are difficult at best to modify especially because the small track is just a re-sized version of the big map. Is this even a problem? Are we seeing games with numbers over 99? I can investigate it if people think it's an issue or if we think its an issue if someone mistakes 402 troops from 404 troops because they cant read the map number that well.isaiah40 wrote:On the small I suggest using ovals for the 888's, as the blue numbers are very hard to see when they are on to of the black track. Something like I did on USA 2.1.
Code: Select all
<continent>
<name>A Pit Tools and A Pit Jack</name>
<bonus>2</bonus>
<components>
<continent>A Pit Tools</continent>
<continent>A Pit Jack</continent>
</components>
<required>1</required>
<overrides>
<override>A Pit Tools</override>
<override>A Pit Jack</override>
</overrides>
</continent>
<continent>
<name>2 Pit Tools and 2 Pit Jacks</name>
<bonus>4</bonus>
<components>
<continent>2 Pit Tools</continent>
<continent>2 Pit Jacks</continent>
</components>
<required>1</required>
<overrides>
<override>2 Pit Tools</override>
<override>2 Pit Jacks</override>
<override>A Pit Tools and A Pit Jack</override>
</overrides>
</continent>
<continent>
<name>3 Pit Tools and 3 Pit Jacks</name>
<bonus>6</bonus>
<components>
<continent>3 Pit Tools</continent>
<continent>3 Pit Jacks</continent>
</components>
<required>1</required>
<overrides>
<override>3 Pit Tools</override>
<override>3 Pit Jacks</override>
<override>2 Pit Tools and 2 Pit Jacks</override>
</overrides>
</continent>
<continent>Code: Select all
<continent>
<name>A Pit Tool and A Pit Jack and A Pit Engine</name>
<bonus>3</bonus>
<components>
<continent>A Pit Fuel</continent>
<continent>A Pit Tires</continent>
<continent>A Pit Engine</continent>
</components>
<required>1</required>
<overrides>
<override>A Pit Fuel</override>
<override>A Pit Tires</override>
<override>A Pit Engine</override>
</overrides>
</continent>
<continent>
<name>2 Pit Tools and 2 Pit Jacks and 2 Pit Engines</name>
<bonus>6</bonus>
<components>
<continent>2 Pit Fuels</continent>
<continent>2 Pit Tires</continent>
<continent>2 Pit Engines</continent>
</components>
<required>1</required>
<overrides>
<override>2 Pit Fuels</override>
<override>2 Pit Tires</override>
<override>2 Pit Engines</override>
<override>A Pit Tool and A Pit Jack and A Pit Engine</override>
</overrides>
</continent>
<continent>
<name>3 Pit Tools and 3 Pit Jacks and 3 Pit Engines</name>
<bonus>9</bonus>
<components>
<continent>3 Pit Fuels</continent>
<continent>3 Pit Tires</continent>
<continent>3 Pit Engines</continent>
</components>
<required>1</required>
<overrides>
<override>3 Pit Fuels</override>
<override>3 Pit Tires</override>
<override>3 Pit Engines</override>
<override>2 Pit Tools and 2 Pit Jacks and 2 Pit Engines</override>
</overrides>
</continent>Good call forgot to include those in the update. Will do after dolomite does whatever he does.nolefan5311 wrote:The required tags still need to be removed from these bits of code:
Code: Select all
<continent> <name>A Pit Tools and A Pit Jack</name> <bonus>2</bonus> <components> <continent>A Pit Tools</continent> <continent>A Pit Jack</continent> </components> <required>1</required> <overrides> <override>A Pit Tools</override> <override>A Pit Jack</override> </overrides> </continent> <continent> <name>2 Pit Tools and 2 Pit Jacks</name> <bonus>4</bonus> <components> <continent>2 Pit Tools</continent> <continent>2 Pit Jacks</continent> </components> <required>1</required> <overrides> <override>2 Pit Tools</override> <override>2 Pit Jacks</override> <override>A Pit Tools and A Pit Jack</override> </overrides> </continent> <continent> <name>3 Pit Tools and 3 Pit Jacks</name> <bonus>6</bonus> <components> <continent>3 Pit Tools</continent> <continent>3 Pit Jacks</continent> </components> <required>1</required> <overrides> <override>3 Pit Tools</override> <override>3 Pit Jacks</override> <override>2 Pit Tools and 2 Pit Jacks</override> </overrides> </continent> <continent>Code: Select all
<continent> <name>A Pit Tool and A Pit Jack and A Pit Engine</name> <bonus>3</bonus> <components> <continent>A Pit Fuel</continent> <continent>A Pit Tires</continent> <continent>A Pit Engine</continent> </components> <required>1</required> <overrides> <override>A Pit Fuel</override> <override>A Pit Tires</override> <override>A Pit Engine</override> </overrides> </continent> <continent> <name>2 Pit Tools and 2 Pit Jacks and 2 Pit Engines</name> <bonus>6</bonus> <components> <continent>2 Pit Fuels</continent> <continent>2 Pit Tires</continent> <continent>2 Pit Engines</continent> </components> <required>1</required> <overrides> <override>2 Pit Fuels</override> <override>2 Pit Tires</override> <override>2 Pit Engines</override> <override>A Pit Tool and A Pit Jack and A Pit Engine</override> </overrides> </continent> <continent> <name>3 Pit Tools and 3 Pit Jacks and 3 Pit Engines</name> <bonus>9</bonus> <components> <continent>3 Pit Fuels</continent> <continent>3 Pit Tires</continent> <continent>3 Pit Engines</continent> </components> <required>1</required> <overrides> <override>3 Pit Fuels</override> <override>3 Pit Tires</override> <override>3 Pit Engines</override> <override>2 Pit Tools and 2 Pit Jacks and 2 Pit Engines</override> </overrides> </continent>

