This forum is locked and will eventually go offline. If you have feedback to share you can find us in our Discord channel "MythoLogic Interactive" https://discord.gg/nECKnbT7gk
Forum rules
Forum rules
Camera Troubles
Forum rules
By using the forum you agree to the following rules.
By using the forum you agree to the following rules.
- the guy thats not good
- Fighter

- Posts: 18
- Joined: Mon Apr 11, 2016 2:58 am
- Title: erectin' a map
- SFD Account: kelpy
- SFD Alias: kelpy
- Started SFD: 1.8.5c
- Gender:
Camera Troubles
I have a simple question, how do you get the camera to follow your character? I know you can change the camera with the keyboard but i want to know how to disable that feature in the adventure map im making. Does anybody know how?
0 x
danke
-
Hoang Marcel
- Superfighter

- Posts: 62
- Joined: Sun Mar 20, 2016 3:40 am
- Title: Custom map lover
- Started SFD: PreAlpha 1.6.4
- Location: Vietnam
- Gender:
You mean like this?
public void OnStartup(){
Game.SetAllowedCameraModes(CameraMode.Dynamic);
Game.SetCurrentCameraMode(CameraMode.Dynamic);
}
public void OnStartup(){
Game.SetAllowedCameraModes(CameraMode.Dynamic);
Game.SetCurrentCameraMode(CameraMode.Dynamic);
}
0 x
- the guy thats not good
- Fighter

- Posts: 18
- Joined: Mon Apr 11, 2016 2:58 am
- Title: erectin' a map
- SFD Account: kelpy
- SFD Alias: kelpy
- Started SFD: 1.8.5c
- Gender:
thanks Hoang, that's the second time you've helped me, I appreciate the help.
0 x
danke