new patch 1.033 BUG

Post bug reports and ask for tech support here.

Moderators: Joel Billings, JanSorensen

Post Reply
User avatar
nukkxx5058
Posts: 3141
Joined: Thu Feb 03, 2005 2:57 pm
Location: France

new patch 1.033 BUG

Post by nukkxx5058 »

Hi,

I just installed version 1.33 and I notice the following:

I desactivated the supply option (ie. no supply is necessary). When I try to invade Danemark with Germans I have the following message: "5 supply reuqired to invade danemark" (or something like that). But as there is no supply in the game I'm stuck ... (the suply map view icone is desactivated).

Is that a bug ?

thx
Winner of the first edition of the Command: Modern Operations COMPLEX PBEM Tournament (IKE) (April 2022) :-)
User avatar
MButtazoni
Posts: 1460
Joined: Wed Sep 13, 2000 8:00 am
Location: Milwaukee, WI
Contact:

RE: new patch 1.033 BUG

Post by MButtazoni »

so your actually playing wihout Advanceds supply and without simple supply?

i guess that slipped by our testing process. i'll see what we can do
Maurice Buttazoni
Project Coordinator, Playtest Coordinator

Image
User avatar
nukkxx5058
Posts: 3141
Joined: Thu Feb 03, 2005 2:57 pm
Location: France

RE: new patch 1.033 BUG

Post by nukkxx5058 »

in game options, I ticked "no supply required".

Winner of the first edition of the Command: Modern Operations COMPLEX PBEM Tournament (IKE) (April 2022) :-)
hakon
Posts: 298
Joined: Fri Apr 15, 2005 12:55 pm

RE: new patch 1.033 BUG

Post by hakon »

ORIGINAL: MButtazoni

so your actually playing wihout Advanceds supply and without simple supply?

i guess that slipped by our testing process. i'll see what we can do

So u didn't test every possible game state using every possible combination of options? Shame on you!


:p
User avatar
TheHellPatrol
Posts: 1588
Joined: Fri Jul 02, 2004 9:41 pm

RE: new patch 1.033 BUG

Post by TheHellPatrol »

ORIGINAL: hakon

ORIGINAL: MButtazoni

so your actually playing wihout Advanceds supply and without simple supply?

i guess that slipped by our testing process. i'll see what we can do

So u didn't test every possible game state using every possible combination of options? Shame on you!


:p
My LAN games with my son have always been without Advanced Suppy and without simple supply[:@][:-] Double shame...[:'(]
A man is rich in proportion to the number of things he can afford to let alone.
Henry David Thoreau

User avatar
Joel Billings
Posts: 33494
Joined: Wed Sep 20, 2000 8:00 am
Location: Santa Rosa, CA
Contact:

RE: new patch 1.033 BUG

Post by Joel Billings »

We'll fix it. As an alternative, set your game for simple supply and give each side a huge supply help (300 per turn?). Wouldn't that have the same effect?
All understanding comes after the fact.
-- Soren Kierkegaard
User avatar
TheHellPatrol
Posts: 1588
Joined: Fri Jul 02, 2004 9:41 pm

RE: new patch 1.033 BUG

Post by TheHellPatrol »

ORIGINAL: Joel Billings

We'll fix it. As an alternative, set your game for simple supply and give each side a huge supply help (300 per turn?). Wouldn't that have the same effect?
[:(]Well, for me...yes. Being that it's Friday i'll have to figure something out, who knows, this could be a gentle step forward in the quest for higher learning in wargaming[;)].
A man is rich in proportion to the number of things he can afford to let alone.
Henry David Thoreau

User avatar
nukkxx5058
Posts: 3141
Joined: Thu Feb 03, 2005 2:57 pm
Location: France

RE: new patch 1.033 BUG

Post by nukkxx5058 »

That's fine, Thanks !
Winner of the first edition of the Command: Modern Operations COMPLEX PBEM Tournament (IKE) (April 2022) :-)
User avatar
MButtazoni
Posts: 1460
Joined: Wed Sep 13, 2000 8:00 am
Location: Milwaukee, WI
Contact:

RE: new patch 1.033 BUG

Post by MButtazoni »

Here is a workaround to the Major Powers being assigned supply costs to attack neutral countries:

in the dat/alliance.txt the following are the last 5 lines of the file:

Code: Select all

// ATTACK_NEUTRAL_COST,player,amount Cost to attack a neutral
 
 ATTACK_NEUTRAL_COST,PLAYER_UN,10
 ATTACK_NEUTRAL_COST,PLAYER_SOV,5
 ATTACK_NEUTRAL_COST,PLAYER_GER,5
 

EDIT: comment out the last 3 lines by changing them to this:

Code: Select all

// ATTACK_NEUTRAL_COST,player,amount Cost to attack a neutral
 
 //ATTACK_NEUTRAL_COST,PLAYER_UN,10
 //ATTACK_NEUTRAL_COST,PLAYER_SOV,5
 //ATTACK_NEUTRAL_COST,PLAYER_GER,5
 


and the Major powers will not need supply to attack Neutrals
Maurice Buttazoni
Project Coordinator, Playtest Coordinator

Image
User avatar
TheHellPatrol
Posts: 1588
Joined: Fri Jul 02, 2004 9:41 pm

RE: new patch 1.033 BUG

Post by TheHellPatrol »

ORIGINAL: MButtazoni

Code: Select all

// ATTACK_NEUTRAL_COST,player,amount Cost to attack a neutral
 
 ATTACK_NEUTRAL_COST,PLAYER_UN,10
 ATTACK_NEUTRAL_COST,PLAYER_SOV,5
 ATTACK_NEUTRAL_COST,PLAYER_GER,5
 

change them to this

Code: Select all

// ATTACK_NEUTRAL_COST,player,amount Cost to attack a neutral
 
 //ATTACK_NEUTRAL_COST,PLAYER_UN,10
 //ATTACK_NEUTRAL_COST,PLAYER_SOV,5
 //ATTACK_NEUTRAL_COST,PLAYER_GER,5
 

[X(]Ummm...is it me or are they both identical?
A man is rich in proportion to the number of things he can afford to let alone.
Henry David Thoreau

User avatar
Tac2i
Posts: 2081
Joined: Tue Apr 12, 2005 5:57 pm
Location: WV USA

RE: new patch 1.033 BUG

Post by Tac2i »

I'm rather sure he meant:

- - - - -
change them to this

// ATTACK_NEUTRAL_COST,player,amount Cost to attack a neutral

//ATTACK_NEUTRAL_COST,PLAYER_UN,0
//ATTACK_NEUTRAL_COST,PLAYER_SOV,0
//ATTACK_NEUTRAL_COST,PLAYER_GER,0

- - - - -

Edit: Ah, missed the '//' which comments out the three lines.
Tac2i (formerly webizen)
User avatar
MButtazoni
Posts: 1460
Joined: Wed Sep 13, 2000 8:00 am
Location: Milwaukee, WI
Contact:

RE: new patch 1.033 BUG

Post by MButtazoni »

nope, what is shown in my post is correct:

basically add a // to the front of the 3 last lines to comment them out. i am not sure how the game engine reacts to a 0 setting so just comment them out for now.
Maurice Buttazoni
Project Coordinator, Playtest Coordinator

Image
User avatar
TheHellPatrol
Posts: 1588
Joined: Fri Jul 02, 2004 9:41 pm

RE: new patch 1.033 BUG

Post by TheHellPatrol »

ORIGINAL: MButtazoni

nope, what is shown in my post is correct:

basically add a // to the front of the 3 last lines to comment them out. i am not sure how the game engine reacts to a 0 setting so just comment them out for now.
That clears it up..."//" is the key...of course, i should have known[8|][;)][:D]
A man is rich in proportion to the number of things he can afford to let alone.
Henry David Thoreau

Post Reply

Return to “Gary Grigsby's World at War - Support”