Some of your errors were my fault. I updated
https://github.com/SphereII/SphereII.ModsA19
The CalcIfUnreachablePos() error is a mismatching between the 0-SphereIIMods and Alpha 19.0. If you are using Alpha 19.1, it should work.
However, if you have an older version of 0-SphereII, then you'd get a similar error when building on 19.1
Thanks so much! I really appreciate it. I gave it a try & the Block issue is resolved, but I am still getting this:
warning CS1701: Assuming assembly reference 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' used by 'UnityEngine.CoreModule' matches identity 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' of 'mscorlib', you may need to supply runtime policy
C:\Users\mandy\Desktop\A19 DMT Mods 2/0-SphereIICore/Scripts\Quests\QuestActionReplaceEntitySDX.cs(39,18): warning CS0108: 'QuestActionReplaceEntitySDX.HandleSpawnEntities()' hides inherited member 'QuestActionSpawnEntitySDX.HandleSpawnEntities()'. Use the new keyword if hiding was intended.
C:\Users\mandy\Desktop\A19 DMT Mods 2/0-SphereIICore/Scripts\Animation\MecanimSDX.cs(16,18): warning CS0108: 'MecanimSDX.animSyncWaitTime' hides inherited member 'AvatarController.animSyncWaitTime'. Use the new keyword if hiding was intended.
C:\Users\mandy\Desktop\A19 DMT Mods 2/0-SphereIICore/Scripts\Animation\MecanimSDX.cs(150,28): warning CS0114: 'MecanimSDX.Update()' hides inherited member 'AvatarController.Update()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
C:\Users\mandy\Desktop\A19 DMT Mods 2/0-SphereIICore/Scripts\Entities\LegacyEntityClasses.cs(113,16): warning CS0108: 'EntityZombieCrawlSDX.GetWalkType()' hides inherited member 'EntityAlive.GetWalkType()'. Use the new keyword if hiding was intended.
C:\Users\mandy\Desktop\A19 DMT Mods 2/0-SphereIICore/Scripts\Entities\EntityZombieFlockSDX.cs(273,16): warning CS0108: 'EntityZombieFlockSDX.GetWalkType()' hides inherited member 'EntityAlive.GetWalkType()'. Use the new keyword if hiding was intended.
C:\Users\mandy\Desktop\A19 DMT Mods 2/0-SphereIICore/Scripts\Entities\EntityZombieFlockSDX.cs(514,28): warning CS0109: The member 'EntityZombieFlockSDX.GetMasterEntity()' does not hide an accessible member. The new keyword is not required.
C:\Users\mandy\Desktop\A19 DMT Mods 2/0-SphereIICore/Scripts\Entities\EntityAliveSDX.cs(410,26): warning CS0168: The variable 'ex' is declared but never used
C:\Users\mandy\Desktop\A19 DMT Mods 2/0-SphereIICore/Scripts\Entities\EntityZombieFlockSDX.cs(326,34): warning CS0168: The variable 'ex' is declared but never used
C:\Users\mandy\Desktop\A19 DMT Mods 2/0-SphereIICore/Scripts\Entities\EntityAliveSDX.cs(471,25): warning CS0168: The variable 'ex' is declared but never used
C:\Users\mandy\Desktop\A19 DMT Mods 2/0-SphereIICore/Scripts\Entities\EntityZombieFlyingSDX.cs(802,25): warning CS0219: The variable 'num' is assigned but its value is never used
C:\Users\mandy\Desktop\A19 DMT Mods 2/0-SphereIICore/Scripts\Animation\MecanimSDX.cs(69,19): warning CS0649: Field 'MecanimSDX.jumpState' is never assigned to, and will always have its default value 0
C:\Users\mandy\Desktop\A19 DMT Mods 2/0-SphereIICore/Scripts\Entities\EntityZombieFlyingSDX.cs(68,17): warning CS0169: The field 'EntityZombieFlyingSDX.TargetInterval' is never used
C:\Users\mandy\Desktop\A19 DMT Mods 2/0-SphereIICore/Scripts\Animation\MecanimSDX.cs(59,18): warning CS0169: The field 'MecanimSDX.isInDeathAnim' is never used
C:\Users\mandy\Desktop\A19 DMT Mods 2/0-SphereIICore/Scripts\EAI\EAIGuardSDX.cs(10,18): warning CS0169: The field 'EAIGuardSDX.hadPath' is never used
C:\Users\mandy\Desktop\A19 DMT Mods 2/0-SphereIICore/Scripts\EAI\EAIRunawayFromEntitySDX.cs(15,11): warning CS0649: Field 'EAIRunAwayFromEntitySDX.originalView' is never assigned to, and will always have its default value 0
C:\Users\mandy\Desktop\A19 DMT Mods 2/0-SphereIICore/Scripts\Animation\MecanimSDX.cs(70,19): warning CS0649: Field 'MecanimSDX.fpvJumpState' is never assigned to, and will always have its default value 0
C:\Users\mandy\Desktop\A19 DMT Mods 2/0-SphereIICore/Scripts\MusicBoxes\MusicBoxScript.cs(41,24): warning CS0649: Field 'MusicBoxScript.myAudioSource' is never assigned to, and will always have its default value null
C:\Users\mandy\Desktop\A19 DMT Mods 2/0-SphereIICore/Scripts\EAI\EAIRunawayFromEntitySDX.cs(13,17): warning CS0169: The field 'EAIRunAwayFromEntitySDX.fleeCounter' is never used
C:\Users\mandy\Desktop\A19 DMT Mods 2/0-SphereIICore/Scripts\MinEvents\MinEventActionExecuteConsoleCommand.cs(8,16): warning CS0169: The field 'MinEventActionExecuteConsoleCommand._cInfo' is never used
C:\Users\mandy\Desktop\A19 DMT Mods 2/0-SphereIICore/Scripts\Animation\MecanimSDX.cs(29,20): warning CS0414: The field 'MecanimSDX.temp' is assigned but its value is never used
C:\Users\mandy\Desktop\A19 DMT Mods 2/0-SphereIICore/Scripts\EAI\EAIApproachAndFollowTargetSDX.cs(14,18): warning CS0414: The field 'EAIApproachAndFollowTargetSDX.DeathOnLeaderLoss' is assigned but its value is never used
C:\Users\mandy\Desktop\A19 DMT Mods 2/0-SphereIICore/Scripts\Blocks\BlockTriggeredSDX.cs(31,10): warning CS0414: The field 'BlockTriggeredSDX.TriggerOnly' is assigned but its value is never used
C:\Users\mandy\Desktop\A19 DMT Mods 2/0-SphereIICore/Scripts\Blocks\BlockTriggeredSDX.cs(30,11): warning CS0414: The field 'BlockTriggeredSDX.NextCheck' is assigned but its value is never used
C:\Users\mandy\Desktop\A19 DMT Mods 2/0-SphereIICore/Scripts\EAI\EAIPatrolSDX.cs(10,19): warning CS0414: The field 'EAIPatrolSDX.nextCheck' is assigned but its value is never used
C:\Users\mandy\Desktop\A19 DMT Mods 2/0-SphereIICore/Scripts\Animation\MecanimSDX.cs(60,18): warning CS0414: The field 'MecanimSDX.IsElectrocuting' is assigned but its value is never used
C:\Users\mandy\Desktop\A19 DMT Mods 2/0-SphereIICore/Scripts\Entities\EntityZombieFlockSDX.cs(50,19): warning CS0414: The field 'EntityZombieFlockSDX.MinSpeed' is assigned but its value is never used
C:\Users\mandy\Desktop\A19 DMT Mods 2/0-SphereIICore/Scripts\Blocks\BlockTriggeredSDX.cs(29,11): warning CS0414: The field 'BlockTriggeredSDX.timeOut' is assigned but its value is never used
C:\Users\mandy\Desktop\A19 DMT Mods 2/0-SphereIICore/Scripts\EAI\EAIApproachAndAttackSDX.cs(8,18): warning CS0414: The field 'EAIApproachAndAttackSDX.isTargetToEat' is assigned but its value is never used
process exited with error code -1
C:\Users\mandy\Desktop\A19 DMT Mods 2/0-SphereIICore/Scripts\EAI\EAIApproachAndFollowTargetSDX.cs(20,18): warning CS0414: The field 'EAIApproachAndFollowTargetSDX.isTargetToEat' is assigned but its value is never used
C:\Users\mandy\Desktop\A19 DMT Mods 2/0-SphereIICore/Scripts\Entities\EntityZombieFlockSDX.cs(80,19): warning CS0414: The field 'EntityZombieFlockSDX.meshScale' is assigned but its value is never used
C:\Users\mandy\Desktop\A19 DMT Mods 2/0-SphereIICore/Scripts\Entities\EntityZombieFlockSDX.cs(54,10): warning CS0414: The field 'EntityZombieFlockSDX.blRunInDark' is assigned but its value is never used
C:\Users\mandy\Desktop\A19 DMT Mods 2/0-SphereIICore/Scripts\Entities\EntityZombieFlockSDX.cs(49,19): warning CS0414: The field 'EntityZombieFlockSDX.MaxSpeed' is assigned but its value is never used
C:\Users\mandy\Desktop\A19 DMT Mods 2/0-SphereIICore/Scripts\Entities\EntityZombieFlockSDX.cs(52,20): warning CS0414: The field 'EntityZombieFlockSDX.strCustomUMA' is assigned but its value is never used
C:\Users\mandy\Desktop\A19 DMT Mods 2/0-SphereIICore/Scripts\Animation\MecanimSDX.cs(66,18): warning CS0414: The field 'MecanimSDX.CriticalError' is assigned but its value is never used
C:\Users\mandy\Desktop\A19 DMT Mods 2/0-SphereIICore/Scripts\Entities\EntityZombieFlockSDX.cs(62,18): warning CS0414: The field 'EntityZombieFlockSDX.useVanillaAI' is assigned but its value is never used
C:\Users\mandy\Desktop\A19 DMT Mods 2/0-SphereIICore/Scripts\Entities\EntityZombieFlockSDX.cs(41,19): warning CS0414: The field 'EntityZombieFlockSDX.flApproachSpeed' is assigned but its value is never used
C:\Users\mandy\Desktop\A19 DMT Mods 2/0-SphereIICore/Scripts\EAI\EAIRunawayFromEntitySDX.cs(14,17): warning CS0414: The field 'EAIRunAwayFromEntitySDX.fleeDistance' is assigned but its value is never used
C:\Users\mandy\Desktop\A19 DMT Mods 2/0-SphereIICore/Scripts\EAI\EAIMaslowLevel1SDX.cs(221,39): error CS7036: There is no argument given that corresponds to the required formal parameter 'pos' of 'EntityMoveHelper.CalcIfUnreachablePos(Vector3)'
C:\Users\mandy\Desktop\A19 DMT Mods 2/0-SphereIICore/Scripts\EAI\EAIApproachAndFollowTargetSDX.cs(283,35): error CS7036: There is no argument given that corresponds to the required formal parameter 'pos' of 'EntityMoveHelper.CalcIfUnreachablePos(Vector3)'
C:\Users\mandy\Desktop\A19 DMT Mods 2/0-SphereIICore/Scripts\EAI\EAILootLocationSDX.cs(465,39): error CS7036: There is no argument given that corresponds to the required formal parameter 'pos' of 'EntityMoveHelper.CalcIfUnreachablePos(Vector3)'
Failed to compile Mods.dll
Build failed
I have been trying to figure it out with what limited knowledge I have, but I can't seem to figure it out. I have tried it on A19 & A19.2 since those are the only options I am getting from Steam. Now when I try it with 19.2, it builds with no errors but once in the world there is no grass & no trees. I tried 19.2 without it & had a normal world. It has to be something simple right in front of my face that I am missing, but for the life of me, I can't figure it out. I even tried other versions of SC & nothing seems to be working. Going to try SC for A18 with A19 & see if it works.