边缘世界 RimWorld

边缘世界 RimWorld

Synthetik - Vehicle
WiseArkAngel 2023 年 9 月 27 日 下午 2:41
Trouble Finding the Vehicles in The Game
I know this is probably a stupid question, but where do I find the option to build the Tanks/APCs?
I have looked through the Architecht Menu, and even the research tree, no dice. Am I overlooking it? I have another vehicle mod which adds the Halo Scorpion as well. Perhaps that is interfering with the mod?
< >
正在显示第 1 - 15 条,共 17 条留言
amaoto  [开发者] 2023 年 10 月 1 日 上午 12:07 
It should appear in Vehicles tab after researching Advanced Fabrication though... You might want to check in Vehicle Framework's mod settings and see if its appearing in there properly
WiseArkAngel 2023 年 10 月 1 日 下午 7:38 
I found it in Advanced Fabrication about 5 minutes after making this discussion. I am stupid :/
AceScorpion142 2023 年 10 月 2 日 下午 12:04 
So, I have the same problem, sort of.

Vehicle Framework recognized the mod. I can see the 3 vehicles and tweak their settings. I have the recipes of the various ammos in the machinning table. I have researched "Advanced Fabrications".

I even used godmode to see if there was a recipe in the vehicle tab. And it doesnt work. I see nothing

Is it because I use Vanilla Vehicles Expanded? It's written that there's no compatibility for the mods part, but it should still appear, right ? Or because I do not use Combat Extended ? Or am I just dumb (which is a more than probable outcome of the problem).

In case it's useful, I tried end of the mod list, start of the mod list...
最后由 AceScorpion142 编辑于; 2023 年 10 月 2 日 下午 2:50
amaoto  [开发者] 2023 年 10 月 3 日 上午 1:09 
No. Having VVE shouldn't mess with this mod though... as they have no interactions with each other. Not having combat extended shouldn't be an issue either as this mod doesnt patch, but rather loads different folders for Vanilla and Combat Extended.

You might want to post a log as I cannot do guesswork on what's causing your problem. If it shows on VF settings but not the on vehicles tab. Something is hiding or removing it from there.
AceScorpion142 2023 年 10 月 3 日 上午 1:59 
So, here's the debug log the game gave me, I copied it to a pastebin, since it was bigger than Steam max characters limit. I hope it's the right one? Not used to sharing logs.

And to give a little more context, and even if I know it's not your mod, but the "Gungriffon" mod has the same problem: adds the mechs as vehicles, detected in VF, in the research tab, but not in the vehicle tab once researched, while the VVE that are in the same research appears. So yes, it's probably something messing with the mods, hidding them in the vehicle tab.

Maybe your solution will work for both? But I will report that bug to them too when this problem is sorted out, and if it doesn't work for the Gungriffon mod.

Anyway, the link: https://pastebin.com/N9ux1QGA
最后由 AceScorpion142 编辑于; 2023 年 10 月 3 日 上午 2:02
amaoto  [开发者] 2023 年 10 月 3 日 上午 3:34 
Is your Vehicle Framework or any vehicle-related mods Updated?
It cannot find <DesignationCategoryDef> called VF_Vehicles, which is already in Vehicle Framework.

I'd recommend thinning out your modlist to include only Vehicle Framework mods to see if other mods are messing with it.
AceScorpion142 2023 年 10 月 3 日 上午 3:37 
I'll try in a few hours, but I'll keep you updated.
AceScorpion142 2023 年 10 月 3 日 上午 9:45 
So.
I removed every mods. I tried any combinations I could. I literraly had only Harmony, VVE, VF, VEF and Synthetik, and it still doesnt work.

Here's the log:

RimWorld 1.4.3704 rev896
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
RimWorld.VersionControl:LogVersionNumber ()
Verse.Root:CheckGlobalInit ()
Verse.Root:Start ()
Verse.Root_Entry:Start ()

[VanillaAchievementsExpanded] version 1.4.8315
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
AchievementsExpanded.AchievementHarmony:.cctor ()
AchievementsExpanded.AssemblyHandler:.ctor (Verse.ModContentPack)
System.Reflection.MonoCMethod:InternalInvoke (object,object[])
System.Reflection.MonoCMethod:DoInvoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
System.Reflection.MonoCMethod:Invoke (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
System.RuntimeType:CreateInstanceImpl (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo,object[],System.Threading.StackCrawlMark&)
System.Activator:CreateInstance (System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo,object[])
System.Activator:CreateInstance (System.Type,object[])
Verse.LoadedModManager:CreateModClasses ()
Verse.LoadedModManager:LoadAllActiveMods ()
Verse.PlayDataLoader:DoPlayLoad ()
Verse.PlayDataLoader:LoadAllPlayData (bool)
Verse.Root/<>c:<Start>b__6_1 ()
Verse.LongEventHandler:RunEventFromAnotherThread (System.Action)
Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__27_0 ()
System.Threading.ThreadHelper:ThreadStart_Context (object)
System.Threading.ExecutionContext:RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object)
System.Threading.ThreadHelper:ThreadStart ()

Implied generation for vehicles is incomplete. Please define the VehicleBuildDef separately to avoid improper vehicle generation.
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Warning (string)
Vehicles.ThingDefGenerator_Buildables:GenerateImpliedBuildDef (Vehicles.VehicleDef,Vehicles.VehicleBuildDef&)
Vehicles.VehicleHarmonyOnMod:ImpliedDefGeneratorVehicles ()
(wrapper dynamic-method) RimWorld.DefGenerator:RimWorld.DefGenerator.GenerateImpliedDefs_PreResolve_Patch1 ()
Verse.PlayDataLoader:DoPlayLoad ()
Verse.PlayDataLoader:LoadAllPlayData (bool)
Verse.Root/<>c:<Start>b__6_1 ()
Verse.LongEventHandler:RunEventFromAnotherThread (System.Action)
Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__27_0 ()
System.Threading.ThreadHelper:ThreadStart_Context (object)
System.Threading.ExecutionContext:RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object)
System.Threading.ThreadHelper:ThreadStart ()

Could not resolve cross-reference: No Vehicles.VehicleBuildDef named BossAPC_Blueprint found to give to Vehicles.VehicleDef BossAPCPawn
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Error (string)
Verse.DirectXmlCrossRefLoader/WantedRefForObject:TryResolve (Verse.FailMode)
Verse.DirectXmlCrossRefLoader/<>c__DisplayClass16_1:<ResolveAllWantedCrossReferences>b__0 (Verse.DirectXmlCrossRefLoader/WantedRef)
Verse.GenThreading/<>c__DisplayClass7_1`1<Verse.DirectXmlCrossRefLoader/WantedRef>:<ParallelForEach>b__0 (object)
System.Threading.QueueUserWorkItemCallback:WaitCallback_Context (object)
System.Threading.ExecutionContext:RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
System.Threading.QueueUserWorkItemCallback:System.Threading.IThreadPoolWorkItem.ExecuteWorkItem ()
System.Threading.ThreadPoolWorkQueue:Dispatch ()
System.Threading._ThreadPoolWaitCallback:PerformWaitCallback ()

Could not resolve cross-reference: No Verse.DesignationCategoryDef named VF_Vehicles found to give to Vehicles.VehicleBuildDef Sat7_Blueprint
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Error (string)
Verse.DirectXmlCrossRefLoader/WantedRefForObject:TryResolve (Verse.FailMode)
Verse.DirectXmlCrossRefLoader/<>c__DisplayClass16_1:<ResolveAllWantedCrossReferences>b__0 (Verse.DirectXmlCrossRefLoader/WantedRef)
Verse.GenThreading/<>c__DisplayClass7_1`1<Verse.DirectXmlCrossRefLoader/WantedRef>:<ParallelForEach>b__0 (object)
System.Threading.QueueUserWorkItemCallback:WaitCallback_Context (object)
System.Threading.ExecutionContext:RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
System.Threading.QueueUserWorkItemCallback:System.Threading.IThreadPoolWorkItem.ExecuteWorkItem ()
System.Threading.ThreadPoolWorkQueue:Dispatch ()
System.Threading._ThreadPoolWaitCallback:PerformWaitCallback ()

Could not resolve cross-reference: No Verse.DesignationCategoryDef named VF_Vehicles found to give to Vehicles.VehicleBuildDef Z277_Blueprint
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Error (string)
Verse.DirectXmlCrossRefLoader/WantedRefForObject:TryResolve (Verse.FailMode)
Verse.DirectXmlCrossRefLoader/<>c__DisplayClass16_1:<ResolveAllWantedCrossReferences>b__0 (Verse.DirectXmlCrossRefLoader/WantedRef)
Verse.GenThreading/<>c__DisplayClass7_1`1<Verse.DirectXmlCrossRefLoader/WantedRef>:<ParallelForEach>b__0 (object)
System.Threading.QueueUserWorkItemCallback:WaitCallback_Context (object)
System.Threading.ExecutionContext:RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
System.Threading.QueueUserWorkItemCallback:System.Threading.IThreadPoolWorkItem.ExecuteWorkItem ()
System.Threading.ThreadPoolWorkQueue:Dispatch ()
System.Threading._ThreadPoolWaitCallback:PerformWaitCallback ()

Key binding conflict: MapDolly_Left and Designator_RotateLeft are both bound to Q.
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Warning (string)
Verse.KeyPrefsData:ErrorCheckOn (Verse.KeyBindingDef,Verse.KeyPrefs/BindingSlot)
Verse.KeyPrefsData:ErrorCheck ()
Verse.KeyPrefs:Init ()
Verse.PlayDataLoader:DoPlayLoad ()
Verse.PlayDataLoader:LoadAllPlayData (bool)
Verse.Root/<>c:<Start>b__6_1 ()
Verse.LongEventHandler:RunEventFromAnotherThread (System.Action)
Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__27_0 ()
System.Threading.ThreadHelper:ThreadStart_Context (object)
System.Threading.ExecutionContext:RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object)
System.Threading.ThreadHelper:ThreadStart ()

[MVCF] Collecting feature data...
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
MVCF.MVCF:Log (string,MVCF.LogLevel)
MVCF.MVCF:CollectFeatureData ()
Verse.LongEventHandler:ExecuteToExecuteWhenFinished ()
Verse.LongEventHandler:UpdateCurrentAsynchronousEvent ()
Verse.LongEventHandler:LongEventsUpdate (bool&)
Verse.Root:Update ()
Verse.Root_Entry:Update ()

<color=orange>[VehicleFramework]</color> Importing additional assets from vehicleassets. UnityVersion=2019.4.30f1 Status: <color=#008000FF>successfully loaded.</color>
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
SmashTools.SmashLog:Message (string)
Vehicles.AssetBundleDatabase:.cctor ()
Vehicles.VehicleHarmonyOnMod:ShaderFromAssetBundle (Verse.ShaderTypeDef,UnityEngine.Shader&)
(wrapper dynamic-method) Verse.ShaderTypeDef:Verse.ShaderTypeDef.get_Shader_Patch1 (Verse.ShaderTypeDef)
Vehicles.VehicleDef:<PostLoad>b__42_0 ()
Verse.LongEventHandler:ExecuteToExecuteWhenFinished ()
Verse.LongEventHandler:UpdateCurrentAsynchronousEvent ()
Verse.LongEventHandler:LongEventsUpdate (bool&)
Verse.Root:Update ()
Verse.Root_Entry:Update ()

<color=orange>[VehicleFramework]</color> version 1.5.1351 rev2823
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
Vehicles.VehicleHarmony:.cctor ()
System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle)
Verse.StaticConstructorOnStartupUtility:CallAll ()
Verse.PlayDataLoader/<>c:<DoPlayLoad>b__4_5 ()
Verse.LongEventHandler:ExecuteToExecuteWhenFinished ()
Verse.LongEventHandler:UpdateCurrentAsynchronousEvent ()
Verse.LongEventHandler:LongEventsUpdate (bool&)
Verse.Root:Update ()
Verse.Root_Entry:Update ()

<color=orange>[VehicleFramework]</color> <color=#008000FF>162 patches successfully applied.</color>
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
SmashTools.SmashLog:Message (string)
Vehicles.VehicleHarmony:.cctor ()
System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle)
Verse.StaticConstructorOnStartupUtility:CallAll ()
Verse.PlayDataLoader/<>c:<DoPlayLoad>b__4_5 ()
Verse.LongEventHandler:ExecuteToExecuteWhenFinished ()
Verse.LongEventHandler:UpdateCurrentAsynchronousEvent ()
Verse.LongEventHandler:LongEventsUpdate (bool&)
Verse.Root:Update ()
Verse.Root_Entry:Update ()

MVCF successfully applied 0 patches
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
MVCF.Patch:PrintSummary ()
MVCF.MVCF/<>c:<CollectFeatureData>b__16_0 ()
Verse.LongEventHandler:ExecuteToExecuteWhenFinished ()
Verse.LongEventHandler:UpdateCurrentAsynchronousEvent ()
Verse.LongEventHandler:LongEventsUpdate (bool&)
Verse.Root:Update ()
Verse.Root_Entry:Update ()
amaoto  [开发者] 2023 年 10 月 3 日 下午 6:06 
Yet VVE still works? Try unsubbing then resubbing to Synthetik Vehicles. Or verifying your game files
AceScorpion142 2023 年 10 月 4 日 上午 4:01 
I reinstalled the game, took new mods, reinstalled Harmony, VVE, VEF, VF and Synthetik, all from RimWorld base. It doesn't work.

Pretty sure i'm just cursed at that point.
最后由 AceScorpion142 编辑于; 2023 年 10 月 4 日 上午 4:07
amaoto  [开发者] 2023 年 10 月 4 日 上午 5:05 
How about with VF and Synthetik only? or maybe backup and clean your configs?

At this rate, you're better off asking in Vehicle Framework discord as I am not sure what's causing it. If you do, make sure to attach a log file.

---

Implied generation for vehicles is incomplete. Please define the VehicleBuildDef separately to avoid improper vehicle generation.

Could not resolve cross-reference: No Vehicles.VehicleBuildDef named BossAPC_Blueprint found to give to Vehicles.VehicleDef BossAPCPawn
This shouldn't be the case, as when I uploaded it, its properly defined

Could not resolve cross-reference: No Verse.DesignationCategoryDef named VF_Vehicles found to give to Vehicles.VehicleBuildDef Sat7_Blueprint

Could not resolve cross-reference: No Verse.DesignationCategoryDef named VF_Vehicles found to give to Vehicles.VehicleBuildDef Z277_Blueprint

This DesignationCategoryDef is the Vehicles Tab on the Architect menu. Its supposed to be a part of Vehicle Framework. Afaik, VVE also updated so that there's no 2 Vehicles Tab appearing and started using VF's own bases, so theyre supposed to appear in the same tab.
最后由 amaoto 编辑于; 2023 年 10 月 4 日 上午 5:05
AceScorpion142 2023 年 10 月 5 日 下午 1:07 
So, I just did something that I should have done earlier than now, and reinstalled all the mods (Synthetik, VVE, VFE, VF) from the workshop, and not from RimWorldBase... And it worked. I don't know why, maybe the mods weren't up to date there ?

I don't know, and tbh, I'm happy it finally works. So, tahnk you for your help, the problem's now resolved. Have a nice day dude.

Edit: Now the game crashes when I wanna make a new world, but can load a saved world with no problem. I will do some more experiment, but it seems VFE is the cause of that.

Edit 2: And it works. Copied all the mods except all the vehicle mods (including harmony I also got from here) and now it works, loads the vehicles in the menu and I can use them, and doesn't crash on world creation. So ig it works now ? I still have no clues HOW it works, but it does, and that's all I want.
最后由 AceScorpion142 编辑于; 2023 年 10 月 5 日 下午 4:24
amaoto  [开发者] 2023 年 10 月 6 日 上午 12:30 
That explains it lol... yeah I'd avoid downloading from RimWorldBase
if you really want to use local mods. I'd recommend using RimPy's SteamCMD downloader as it allows you to download them easier.
promil viva 2023 年 12 月 16 日 下午 12:32 
when I build a caravan, the people in the caravan are starving
ESCOBAR 2024 年 9 月 8 日 下午 4:45 
what do i do if the mod is not being recognized by Vehicle Framework?
< >
正在显示第 1 - 15 条,共 17 条留言
每页显示数: 1530 50