Changing Space Elevator Phases
I'm trying to change the Space Elevator phase costs, and change other things about it. I've created a new Blueprint Data Asset based on FGGame Phase. I'm trying to figure out how to actually change the elevator to using this phase instead of Phase 1, though. Any idea?
Solution:Jump to solution
You cannot change it to use this phase instead of phase 1, you can only add new phases this way. If you want to change the existing phase modify it's asset in runtime
2 Replies
Solution
You cannot change it to use this phase instead of phase 1, you can only add new phases this way. If you want to change the existing phase modify it's asset in runtime
Got it, thanks!