Search results

  1. N

    I am trying to make multiplayer mod.

    Maybe that if one player timewarps, timewarp will only work for him. And for everyone rocket will just move very fast.
  2. N

    I am trying to make multiplayer mod.

    Maybe using Mirror or NetCode for Unity will work.
  3. N

    I am trying to make multiplayer mod.

    Without editing the game files you can't do it with the mod. The main reason is that you can't move or rotate any rocket you are not controlling. So if you want to move a rocket that is orbiting Earth and you are flying another rocket, you can't do that.
  4. N

    I am trying to make multiplayer mod.

    I am trying to make a multiplayer mod and will post updates here. Don't expect it soon.
  5. N

    How to spawn another rocket using mods?

    I have already figured it out. You can just use RocketManager.SpawnBlueprint to spawn it
  6. N

    How to spawn another rocket using mods?

    I am trying to make a mod but I need to spawn another rocket through the code. Is this possible?