CLEO Help Opcode help!

CLEO related
Status
Not open for further replies.

Spix

Well-known member
Joined
Sep 23, 2013
Messages
353
Reaction score
1
Hello.

Is there any opcodes to change resolution and also set game windowed etc?
 

MrChristmas

Expert
Joined
Jul 29, 2014
Messages
563
Reaction score
26
You can call memory address for resolution
Code:
0xBA6820 - [byte] Resolution values:
11 = 640x480
12 = 800x400
13 = 800x600
15 = 1024x768

but about the opcodes, I have no idea... try looking at "NewOpcodes by DK22Pac" might be there.
 

Spix

Well-known member
Joined
Sep 23, 2013
Messages
353
Reaction score
1
Mr.Christmas link said:
You can call memory address for resolution
Code:
0xBA6820 - [byte] Resolution values:
11 = 640x480
12 = 800x400
13 = 800x600
15 = 1024x768

but about the opcodes, I have no idea... try looking at "NewOpcodes by DK22Pac" might be there.


I did already try this, but didnt get it to work some why...
 

Opcode.eXe

Expert
Joined
Feb 18, 2013
Messages
1,502
Solutions
1
Reaction score
247
Location
( ͡° ͜ʖ ͡°)
http://ugbase.eu/snippets/setwindowposandsize/

0AB1: @SET_WINDOW_POS_AND_SIZE 4 pos_x 50 pos_y 40 width 400 width 400

You have to be in window mode using ALT + ENTER.
 

Spix

Well-known member
Joined
Sep 23, 2013
Messages
353
Reaction score
1
Opcode.eXe link said:
http://ugbase.eu/snippets/setwindowposandsize/

0AB1: @SET_WINDOW_POS_AND_SIZE 4 pos_x 50 pos_y 40 width 400 width 400

You have to be in window mode using ALT + ENTER.

Thats exactly what i needed, thanks alot brother!


Actually, is it possible to get windowed without pressing ALT + Enter?
 
Status
Not open for further replies.
Top