Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 345 Bytes

G12_Set_Player_Turn_Speed.md

File metadata and controls

14 lines (12 loc) · 345 Bytes

G12 Set player turn speed

  • this 'patch' allows you to adjust players turning speed
  • default Gothic turn speed is: 0.1 - fairly slow if you are using only keyboard

Usage:

func void Init_Global() {
	//Ikarus initialization
	MEM_InitAll();

	//Default turn speed is 0.1
	G12_SetPlayerTurnSpeed(castToIntF(0.18));
};