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
edit:
I can upload the grid if it helps
It should be - please upload the grid and I'll take a looksy :)
xception Message:
Length cannot be less than zero.
Parameter name: value
Stack trace:
at System.Text.StringBuilder.set_Length(Int32 value)
at Program.<ManageMap>d__151.MoveNext()
at Program.RunNormalOps()
at Program.SubMain(String argument, UpdateType updateSource)
at Program.Main(String argument, UpdateType updateSource)
If you have Auto Launch enabled, you will see:
MSL CT
A-2
If you have Precision enabled, you will see:
MSL CT
P-2
If you have both Auto Launch and Precision enabled, you will see:
MSL CT
PA-2
Exception Message:
Object reference not set to an instance of an object.
Stack trace:
at Sandbox.Game.Entities.Blocks.MyProgrammableBlock.RuntimeInfo.get_CurrentInstructionCount()
at Program.RunNormalOps()
at Program.SubMain(String argument, UpdateType updateSource)
at Program.Main(String argument, UpdateType updateSource)
---------------
Greetings
As for the exception, that almost looks like a bug in the game, but I will investigate and figure out what's going on. Thanks for letting me know!
Exception Message:
Object reference not set to an instance of an object.
Stack trace:
at Sandbox.Game.Entities.Blocks.MyProgrammableBlock.RuntimeInfo.get_CurrentInstructionCount()
at Program.<ManageMap>d__151.MoveNext()
at Program.RunNormalOps()
at Program.SubMain(String argument, UpdateType updateSource)
at Program.Main(String argument, UpdateType updateSource)
-----
too bad.. nothing more there to copy
For the first issue, targets not being detected until you get close. The script doesn't differentiate between objects when it detects them. It simply checks that their relationship (owner, enemy, etc) is in a list, which is set with the "Targets" command. So in this case it simply isn't finding them until they are closer. The only thing that may help this is more cameras on all sides.
For the exception. This is not the script as the "CurrentInstructionCount" property is a part of the game. So one of two things is happening:
One - you have a mod that is doing something funky with the PB
Two - it is a bug in the game
Are you playing on a server? If so, is it a dedicated server? I would suggest you try to recreate the issue in a vanilla world (No mods). If it still occurs with just the script running (other scripts are okay) then let me know, and I'll dig deeper into the why and how.