Guest User

Untitled

a guest
Apr 21st, 2020
398
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. # Font characters
  2. char_file = Chars.txt
  3.  
  4. # Strip unused text
  5. text_strip = 0
  6.  
  7. # Strip unused scripts
  8. script_strip = 0
  9.  
  10. # Insert missing windows.
  11. # Reuses previous window id values if available,
  12. # otherwise defaults are x = 80, y = 80, w = 150, h = 57
  13. window_patch = 0
  14.  
  15. # Dump Text (specify which files to dump text from)
  16. dump_flevel = 1
  17. dump_world = 1
  18. dump_scene = 1
  19. dump_kernel = 1
  20. dump_kernel2 = 1
  21. dump_exe = 1
  22.  
  23. # Dump window parameters with text
  24. # (where available)
  25. dump_x = 1
  26. dump_y = 1
  27. dump_w = 1
  28. dump_h = 1
  29. dump_sp = 1
  30. dump_question = 1
  31.  
  32. # Force character name widths to width of value
  33. # (not recommended for redistribution)
  34. #cloud = Cloud
  35. #barret = Barrett
  36. #tifa = Tifa
  37. #aerith = Aerith
  38. #redxiii = Red
  39. #yuffie = Yuffie
  40. #caitsith = Cait Sith
  41. #vincent = Vincent
  42. #cid = Cid
  43.  
  44. #Override paths
  45. text = .\text\
  46. flevel = NONE
  47. world = NONE
  48. scene = NONE
  49. kernel = NONE
  50. kernel2 = NONE
  51. window = NONE
  52. exe = NONE
  53.  
  54. # Override common spacing values
  55. #max = 24
  56. #choice = 6
  57. #tab = 3
  58. #box_padding = 12
  59.  
  60. #override window.bin - spacing table
  61. #font_spacing= 03 23 05 0A 07 0A 4B 03 05 05 07 07 04 05 03 06 08 06 08 08 08 08 08 08 08 08 03 06 07 08 07 06 0A 09 07 08 08 07 07 08 08 03 06 07 07 0B 08 09 07 09 07 07 07 08 09 0B 08 09 07 04 06 04 07 01 04 07 07 06 07 07 06 07 07 03 04 06 03 0B 07 07 07 07 06 06 06 07 07 0B 07 07 06 05 03 05 08 44 4B 4C 4B 49 4B 09 08 07 07 07 07 07 07 07 07 07 07 07 04 03 04 04 07 07 07 07 07 07 07 07 07 07 06 0A 0A 06 0B 06 07 07 09 2A 4D 04 05 08 0C 09 0B 07 07 0B 0B 09 09 09 09 0B 0B 0B 0B 09 0B 07 06 03 08 07 08 08 09 07 07 09 01 09 09 09 0C 0B 08 0C 06 06 03 03 07 07 07 06 07 09 05 05 0B 0B 08 03 04 06 0D 09 07 09 07 07 03 03 03 03 09 09 06 09 08 08 08 03 06 07 05 06 03 06 05 06 05 05 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01
Add Comment
Please, Sign In to add comment