Forum
Mods
Custom Gui/menu?
Custom Gui/menu?
1 reply
1

cscr to create a menu that fills the entire game window and then use
cscr_image and
cscr_text to create clickable interface elements.since the game supports multiple resolutions you'll also have to create the background image you use for the cscr command in these resolutions. check which one you need to load by using the
getsetting command with the "xres" and/or "yres" parameter.as for the placement of images and text, I'd recommend to optimize them to stay inside the 800*600 pixel area.
the old cooking system of my Cast Away Mod used this to create a cooking menu: https://www.youtube.com/watch?v=TNYtX-hRGXU&t=90s
1

Offline