Im getting a weird graphics glitch where armored units seem to slide by like a stuttering film.............
OK.
Repatched again.
Armor still flickers and now it starts in a window,making scrolling impossible..........how do I get the fullscreen back?
Thanks.
2 Reports Line 61..ok
EDIT:
1) Does this bug appear if the game has not been saved?
2) Does this bug only appear after using strategic redeployment
edit settings.txt manually
or start arsenal.exe for easy changes![]()
Checksum: OEQO
I just tested the grand campaign 1939 with Germany and got this error..![]()
![]()
![]()
File Name: aod crash.avi
http://www.sendspace.com/file/bf24tr
Leader "Captured" when unit is created and disbanded before 1 day elapsed fixed![]()
I am playing latest patch with no problems -- lucky me -- I guess.
Just a thought -- is seems to me that most of the people reporting problems may be playing the German language version. I play English -- just a thought.
type = trigger which = [event id] value = [days] # Trigger an event, with delay if number of days specified
control = { province = 1792 data = GER } #Damascus
AND = {
control = { province = 1792 data = ITA } #
alliance = { country = ITA country = GER }
}
AND = {
control = { province = 1792 data = VIC } #
alliance = { country = VIC country = GER }
}
}
control = { province = 1792 data = AXIS } #Damascus
Just because something is shiny and new doesn't mean it's meant to solve problems automatically.
You're trying to force the delayed event command into something it's not meant to do. The delayed event command is meant to fire after a certain amount of days. Period.
But what you can use for delays is the "offset" field and the "random" field. Combining those can give you a pretty decent effect. "Offset" says how often should the event be checked, "random" says what is the chance of that event firing upon evaluating true for the trigger.
Say you have an event that is tested every 10 days, with a 10% chance of firing each day. How long until the probability for the event approaches 100%?
Again,the new delayed event is meant for a number of things, but replacing the "offset" and "random" it is not.
edit settings.txt manually
or start arsenal.exe for easy changes![]()
If your are refering to #47 then it is swedish![]()
I urge you to re-read my post, as you clearly misunderstand me or did not read the entire thing. I am not trying to force it to do something it isn't meant to do. I even cited a way it could be used successfully. I am saying I wish we had ANOTHER event condition that would enforce a context-sensitive delay.
Re-read my post. I mentioned this and said it was a crappy work-around.