Advertisement
Guest User

Init Folder

a guest
May 5th, 2019
422
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. Still documenting. If it isn't here, it's not tested.
  2. I'm using MS Gothic to test these.
  3. You can use negative values for these.
  4.  
  5. --PrintMessage.xtx
  6. Modifies the text box.
  7.  
  8. >fontSize #
  9. Sets the font size of the text box.
  10. FONT HACK: Lower this number to fit more characters in the text box.
  11.  
  12. >space #
  13. Sets the space between characters.
  14. FONT HACK: Use a negative value to fit more characters in the text box and make the font look better.
  15. (Note: this value was guessed, so it needs to be added manually.)
  16.  
  17. >printX #
  18. Alignment of the text along the X axis.
  19. FONT HACK: In games with text box open at the sides, you can move it leftwards to fit more characters.
  20.  
  21. >printY #
  22. Alignment of the text along the Y axis.
  23.  
  24.  
  25. >nexY #
  26. Sets the space between lines.
  27.  
  28. >nextX #
  29. Use it to make the text look retarded.
  30.  
  31. >autoNameWindowFlag 0/1
  32. Set this to 1 if the game features a name box.
  33.  
  34. >nameFlag 0/1
  35. Same as above. Else, the name goes out of the name box.
  36.  
  37. >nameX #
  38. Alignment of the name along the X axis.
  39.  
  40. >nameY #
  41. Alignment of the name along the Y axis.
  42.  
  43. >nameCenterFlag 0/1
  44. Only if the game has a namebox.
  45. Centers the name in it.
  46.  
  47. >nameFontSize #
  48. Changes the name box's font size.
  49.  
  50. >nameSpace #
  51. Sets the space between characters of the name box.
  52.  
  53. >LNextY #
  54. Changes the vertical offset in the case of multiline messages (keep this the same as nextY to keep the spacing similar.)
  55.  
  56. --backlog.xtx
  57. Modifies the backlog
  58. To do...
  59.  
  60.  
  61. Extra notes:
  62. In newer games, this folder is named init2 and the files are encrypted in .fxf format, which can't be modified.
  63. HOWEVER if you delete the .FXF file in init2, the engine defaults to the .xtx equivalent in init, but you'll have to guess the initial values of it. Bundled are the ones from Gore Screaming Show to try.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement