Vanzin
SMSatisfactory Modding
•Created by Vanzin on 10/26/2024 in #help-developing-mods
Help with Actor Representation not updating on Mini Map
So this worked like a charm :alpacool:
282 replies
SMSatisfactory Modding
•Created by Vanzin on 10/26/2024 in #help-developing-mods
Help with Actor Representation not updating on Mini Map
Either way I will not be able to use
IsWheeledVehiclePathInUse
because the TargetList from the Path is not the same used in the VehicleInfo282 replies
SMSatisfactory Modding
•Created by Vanzin on 10/26/2024 in #help-developing-mods
Help with Actor Representation not updating on Mini Map
Ok, got it
282 replies
SMSatisfactory Modding
•Created by Vanzin on 10/26/2024 in #help-developing-mods
Help with Actor Representation not updating on Mini Map
I meant the method
282 replies
SMSatisfactory Modding
•Created by Vanzin on 10/26/2024 in #help-developing-mods
Help with Actor Representation not updating on Mini Map
ah yeah yeah
282 replies
SMSatisfactory Modding
•Created by Vanzin on 10/26/2024 in #help-developing-mods
Help with Actor Representation not updating on Mini Map
It does here
282 replies
SMSatisfactory Modding
•Created by Vanzin on 10/26/2024 in #help-developing-mods
Help with Actor Representation not updating on Mini Map
So far I understood:
VehicleInfo
has a reference to a Vehicle
(both of them have TargetLists) but they are different282 replies
SMSatisfactory Modding
•Created by Vanzin on 10/26/2024 in #help-developing-mods
Help with Actor Representation not updating on Mini Map
Then it would be generated somewhere else not even from the Vehicle inside the VehicleInfo
282 replies
SMSatisfactory Modding
•Created by Vanzin on 10/26/2024 in #help-developing-mods
Help with Actor Representation not updating on Mini Map
AFGDrivingTargetList* AFGWheeledVehicleInfo::GetTargetList() const{ return nullptr; }
The result must be different then from Vehicle->GetTargetList()
and AFGWheeledVehicleInfo::GetTargetList()
then282 replies
SMSatisfactory Modding
•Created by Vanzin on 10/26/2024 in #help-developing-mods
Help with Actor Representation not updating on Mini Map
Hmmmmmmm, true
282 replies
SMSatisfactory Modding
•Created by Vanzin on 10/26/2024 in #help-developing-mods
Help with Actor Representation not updating on Mini Map
Just from this:
To this:
282 replies
SMSatisfactory Modding
•Created by Vanzin on 10/26/2024 in #help-developing-mods
Help with Actor Representation not updating on Mini Map
no change in the savegame
282 replies
SMSatisfactory Modding
•Created by Vanzin on 10/26/2024 in #help-developing-mods
Help with Actor Representation not updating on Mini Map
yes
282 replies
SMSatisfactory Modding
•Created by Vanzin on 10/26/2024 in #help-developing-mods
Help with Actor Representation not updating on Mini Map
returns false,
But with the
vehicleInfo->GetTargetList() == Path->mTargetList
that I added later, it works fine282 replies
SMSatisfactory Modding
•Created by Vanzin on 10/26/2024 in #help-developing-mods
Help with Actor Representation not updating on Mini Map
Yeah and then compares
vehicleInfo->GetTargetList()
with the TargetList
in the parameters (in my case Path->mTargetList
)282 replies
SMSatisfactory Modding
•Created by Vanzin on 10/26/2024 in #help-developing-mods
Help with Actor Representation not updating on Mini Map
I mean, not sure, what?
282 replies
SMSatisfactory Modding
•Created by Vanzin on 10/26/2024 in #help-developing-mods
Help with Actor Representation not updating on Mini Map
282 replies
SMSatisfactory Modding
•Created by Vanzin on 10/26/2024 in #help-developing-mods
Help with Actor Representation not updating on Mini Map
In my case: I was providing the VehicleInfo and the targetlist from the Path
282 replies
SMSatisfactory Modding
•Created by Vanzin on 10/26/2024 in #help-developing-mods
Help with Actor Representation not updating on Mini Map
it's comparing the vehicle target list with the target list that you provide in the parameter
282 replies
SMSatisfactory Modding
•Created by Vanzin on 10/26/2024 in #help-developing-mods
Help with Actor Representation not updating on Mini Map
exactly what I did .-. Right?
282 replies