WAReborn / WorldsAdriftReborn

64 stars 14 forks source link

Create LocalPlayer #16

Closed sp00ktober closed 2 years ago

sp00ktober commented 2 years ago

After the intro video the game goes into a waiting loop where it waits fro LocalPlayer.IsActive to become true (which is LocalPlayer.Exists && LocalPlayer._instance.activationVisualiser.IsReady).

The current code already manages to fullfill this requirement, but there are more attached MonoBehaviours that need to be fixed in order to get a fully working character.

sp00ktober commented 2 years ago

moving this to done in favor of #15 as thats the "right" way to do it.

It was possible to create a LocalPlayer only by mod code but it was very broken and could not even move properly.