Schwarzbart
Prince
- Joined
- Jul 21, 2009
- Messages
- 528
Is CIV IV (Steam version) or C2C writing some kind of catch that persist even after a new game start and might be corrupted at my side?Weird, I could continue that save normally.
Is CIV IV (Steam version) or C2C writing some kind of catch that persist even after a new game start and might be corrupted at my side?Weird, I could continue that save normally.
Cache?Is CIV IV (Steam version) or C2C writing some kind of catch that persist even after a new game start and might be corrupted at my side?
Thanks sadly removing the cache from C:\Users\<USERNAME>\AppData\Local\My Games\Beyond the Sword didn't help so I'm out of options what could be wrong on my side.Cache?
Well its here in one of those folders:
C:\Users\<USERNAME>\AppData\Local\My Games\Beyond the Sword
C:\Users\<USERNAME>\Documents\My Games\Beyond the Sword
Try Toffer's Interface Overhaul - this may be one of bugs, that were fixed here.Thanks sadly removing the cache from C:\Users\<USERNAME>\AppData\Local\My Games\Beyond the Sword didn't help so I'm out of options what could be wrong on my side.
I guess it could be bit of both.Got past this turn now but not sure if it is the UI mod or the "forced" recalculation after loading my game that fixed it.
@Dancing Hoskuld territory.Subdued Tasmanian Devil doesn't have associated Animal Myth, etc. It can only be used for culture.
Same story for Subdued Wallaby.Subdued Tasmanian Devil doesn't have associated Animal Myth, etc. It can only be used for culture.
Some subdued animals doesn't have myths - get toffer's pedia - here you can quickly look trough all unit types including subdued animals.Same story for Subdued Wallaby.
Subdued Tasmanian Devil doesn't have associated Animal Myth, etc. It can only be used for culture.
Subdued Bongo doesn't either and there is something wrong with one of the subdued whales also. As I notice them in game I make them. I was going to write some code that read the animals in and made all the myths etc. Then make some more code to make the other things like tamed, herds, remains, taxonomy and so on.Same story for Subdued Wallaby.
@pepper2000 could help, as he said, that he used scripts to generate stuff.Subdued Bongo doesn't either and there is something wrong with one of the subdued whales also. As I notice them in game I make them. I was going to write some code that read the animals in and made all the myths etc. Then make some more code to make the other things like tamed, herds, remains, taxonomy and so on.
I already have his code. At least I think I do. I got it around the time that my previous computer went boom! Or at least the SSD died. The problem with other peoples code is that it isn't your code and if it has grown "like toppsy"(sp?) then only the coder can love it@pepper2000 could help, as he said, that he used scripts to generate stuff.
Recalculate variables (ctrl+shift+t), this sometimes helps.have a non-responsive LOOP, stalls . . .
Nope didnt work, still in a loop for stalling while clicking on next turn . . .Recalculate variables (ctrl+shift+t), this sometimes helps.
By the way you and AI should be in Renaissance era (1300 - 1700 AD), and you are barely hitting Medieval era.
That is Win For Losing in your case would be helpful to keep up with calendar.
An assert failure will not take place on a non-debug dll, therefore this cannot be possible. The most likely culprit to infinite hangs are AI routines that come up with no answer and fall into an endless loop of figuring out no answer only to later need to figure out an answer to what it should do but continuously coming up with no answer (or an answer where the action comes back to, ok, now we can do more, what now? and it keeps coming up with the same result.)Probably an assert failure hanging the game. I'm not at the computer right now but if you replace the normal DLL with the debug one I believe it will show you which asserts are triggering the stalling once you minimize.
Always try this. There are numerous gamestate errors that can be fallen into that can lead to crashes and hangs that while I couldn't find the reason or spot where it takes place, I could figure out how to run a routine on the debug dll (only there because of how much delay it causes) that cleans the bad gamestate.here are the 1st 6 assets it spit out,
EDIT ok, i got to the next turn using the debug, and then switched back to the regular dll, seems to be working again . .