Midnightz Posted January 15, 2012 Share Posted January 15, 2012 I haven't seen anyone do this yet but I'm guessing someone has, somewhere. I'm using the compact.exe. I would like to change the color of all default ENEX markers from yellow to something else using a CLEO 3 script. Can it be done using 0AB1, 0A8C? Anyone know? Thanks in advance, -Midnightz Link to comment Share on other sites More sharing options...
Wesser Posted January 15, 2012 Share Posted January 15, 2012 I believe, you can try with 0165. It sets the RGB color of any kind of markers. First byte should be skipped because it determines some pre-defined colors. 0xFF00FF00 (RGBN, fuchsia) may be an example. 012 345 678 9A BCD EFG HIJK LMN OPQR STUV WX YZ Link to comment Share on other sites More sharing options...
Silent Posted January 15, 2012 Share Posted January 15, 2012 Hey Wesser, how can you get the handle of enex (entrance) marker? It requires to add extra Assembly code into the game, difficult. Link to comment Share on other sites More sharing options...
Wesser Posted January 15, 2012 Share Posted January 15, 2012 You're right. I was thinking at the entrance marker created by 0A40. I've just seen the last parameter means the color. I'm too lazy to look internally, sorry. 012 345 678 9A BCD EFG HIJK LMN OPQR STUV WX YZ Link to comment Share on other sites More sharing options...
Midnightz Posted January 16, 2012 Author Share Posted January 16, 2012 I don't know how to intercept all existing Enex markers and I don't know the memory address for Enex marker color. Link to comment Share on other sites More sharing options...
Silent Posted January 16, 2012 Share Posted January 16, 2012 Solved in the dark side of the Internet. Link to comment Share on other sites More sharing options...
Midnightz Posted January 16, 2012 Author Share Posted January 16, 2012 Thanks! 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