Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 437 Bytes

File metadata and controls

14 lines (12 loc) · 437 Bytes

G12 Set display dialogue distance

  • G1 dialogue distance is by default 500 ... that's not enough, very often because of this distance subtitles will not display at all when talking to Npc.
  • this 'patch' allows you to set custom distance:

Usage:

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

	//Update display dialogue distance. Default G1 500
	G12_SetDisplayDialogueDistance(1500);
};