Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
The A3 Variant has almost all the functionality of the normal MSC so it should work with all MSC subscripts.
I believe the freeze is caused by a problem in the game engine code that times out while generating the script structure on lower end processors. I moved the code into the one place I know doesn't time out.. The ScriptMode_Init() function.
I'll work on getting this fix into the main MSC.
Thanks for the help in debugging, Scarlet :)
And just to be sure, You tried running A3 by itself with no other addons?
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2719910910
Glad to hear you enjoy my mods. I am actively attempting to find and fix crashing and freezing issues. The problem is mainly that I can't recreate the crashing on my end so debugging the cause is very difficult.
If you could answer the following questions, It would really help me out.
What operating system are you using?
What campaign did you try?
Does it still crash if the MSC is the only addon enabled? Meaning even the map optimizer is disabled.
Does it always crash in the same place while loading or does it vary?
The area is already optimized because it's inside that area portal but the script has no idea what area portals exist and what is optimized so it attempts to optimize it anyways.
The script is complicated to explain but I can say I only have a fraction of access to the game with vscripts that I need to make the script work exactly the way I want.
Don't have access to area portal information..
Don't have access to the sky box..
Don't have access to client object count rendering information..
Don't have access to client fps..
The slightly less long answer is
I can make it automatically run the script but I can't make it automatically optimize without breaking things visually on some maps so I disabled it. I kept the code for automatically optimizing so I can make a file to allow you to switch it back on if you want.
The problem is I don't have any way of knowing what a clients fps is which would be needed to know if optimization in an area should be done.
The game has different ways of optimizing including area portals.
Copy and paste this into your chat:
/MSC_ADDSCRIPT MSC_Map_Optimizer
Restart map and see if it works.
Master Script Controller: Command does not exist! when i type /arealag or /areareset in chatbox (subcribed Master script controller already). if i did wrong somewhere? pls help
You can bind /arealag and /areareset to keyboard keys to avoid having to type it each time.