Hello, this is hjfabre, the creator of the Viacre series.
Once again I got struck by an unsolvable error, and I have tried to solve this for hours... To no avail.
This particular error occurred to me while I was editing my units, behaviors, structures, abilities, and many other things in data only.
When I tested the game after finishing the modifications, the game did start. It showed a proper loading screen, and.... Then this happened.
BLACK.
ETERNAL VOID THAT CONTINUED THROUGHOUT THE GAME.
Nothing happened.
The game just started, and nothing happened.
No triggers, no events, and nothing.
I tried activating the triggers via commands, to no avail.
The only thing that worked were the cheats.
I tried the "tooktheredpill" cheat to reveal the map, and that was it.
I figured that even the game's music, lightning, and ambience had been reset to its default, even when the editor values showed MUCH difference.
I tried:
Changing the dependencies,
Removing the dependencies,
Modifying the dependencies,
Adding unrelated dependencies,
Modifying more units,
Adding triggers,
Removing triggers,
Modifying triggers,
Didn't work.... The Viacre will stop in its tracks once again..... For the error is too great and stressful.
The screenshot:
If anyone could find out the reason and the ways to solve this, please contact me.
I will welcome any opinions and guesses, too.
i think of 2 possible reasons for that:
1) a error in your script stops the remaining script from being executed
2) a livelock in your script which is not detected by the deadlock detection stops the remaining script from being executed
what to do:
put text output in your map init trigger and track down the action which blocks the script.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Hello, this is hjfabre, the creator of the Viacre series.
Once again I got struck by an unsolvable error, and I have tried to solve this for hours... To no avail. This particular error occurred to me while I was editing my units, behaviors, structures, abilities, and many other things in data only. When I tested the game after finishing the modifications, the game did start. It showed a proper loading screen, and.... Then this happened.
BLACK.
ETERNAL VOID THAT CONTINUED THROUGHOUT THE GAME.
Nothing happened.
The game just started, and nothing happened. No triggers, no events, and nothing. I tried activating the triggers via commands, to no avail. The only thing that worked were the cheats. I tried the "tooktheredpill" cheat to reveal the map, and that was it. I figured that even the game's music, lightning, and ambience had been reset to its default, even when the editor values showed MUCH difference.
I tried: Changing the dependencies, Removing the dependencies, Modifying the dependencies, Adding unrelated dependencies,
Modifying more units, Adding triggers, Removing triggers, Modifying triggers,
Didn't work.... The Viacre will stop in its tracks once again..... For the error is too great and stressful.
The screenshot:
If anyone could find out the reason and the ways to solve this, please contact me. I will welcome any opinions and guesses, too.
Thanks in advance,
[email protected]
Hi,
found this http://www.sc2mapster.com/forums/development/editor-bugs-and-feedback/72646-terrain-bug/
can it be something like that?
hope you solve it
Custom Campaign initiative StarCraft: Pandora , StarCraft: Replicant
@Hultmanable: Go
Thank you, I will look into it.
@hjfabre: Go
i think of 2 possible reasons for that:
1) a error in your script stops the remaining script from being executed
2) a livelock in your script which is not detected by the deadlock detection stops the remaining script from being executed
what to do:
put text output in your map init trigger and track down the action which blocks the script.