The Truth '92 Posted November 20, 2016 Share Posted November 20, 2016 (edited) Hello, I'd like to change the font size of the zone text and vehicle name that pops up momentarily on screen. I am assuming it's a case of adding opcode 033F to main.scm where it handles those text draws, I just don't know what line to search for in main.scm (using Sanny Builder). Maybe it's somewhere else entirely, not sure. Anybody know how? I don't want a link to any mods by the way. Thanks. To see what I mean... Edited November 20, 2016 by The Truth '92 Link to comment Share on other sites More sharing options...
ZAZ Posted November 22, 2016 Share Posted November 22, 2016 Not main.scm but hardcoded You can write a cleo script and disable the zone text by this opcode: 09BA: show_entered_zone_name 0 and then display your custom text instead The Truth '92 1 CLEO MODS CLEO Script Tutorial Link to comment Share on other sites More sharing options...
The Truth '92 Posted November 24, 2016 Author Share Posted November 24, 2016 Not main.scm but hardcoded You can write a cleo script and disable the zone text by this opcode: 09BA: show_entered_zone_name 0 and then display your custom text instead Explains why I couldn't find it after searching thousands of lines of code in main.scm. Thanks man. Link to comment Share on other sites More sharing options...
bruno231 Posted January 4, 2017 Share Posted January 4, 2017 Try the widescreen fix Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now