Making screenimages or whatever you call them.

Started by iwishforpie2, November 20, 2014, 10:30:24 AM

Previous topic - Next topic

iwishforpie2

How would you make images that appear when you click on something? I know this is possible, but how would I attach it to the bottom screen (buildings, units, all of that stuff)?
What's a pie? I'm not a pie. I'm a pi.

Asbestos

F11 and F12. Or use Print Screen, then paste it into MSPaint or something.

iwishforpie2

? Alright, confused here. F11 and F12? MSPaint? The hotkey for F11 for some kind of command?
What's a pie? I'm not a pie. I'm a pi.

Asbestos

Wait, do you want screenshots or something else?

Flabort

Quote from: Asbestos on November 20, 2014, 11:10:17 PM
Wait, do you want screenshots or something else?
I think he wants to create a custom menu. Like, in-game images, where the units are located on the menu, something like that.
My maps: Top scores: Sugarplum, Cryz Dal, Cryz Torri, Cryz Bohz (Click fetch scores, page courtesy of kwinse)

iwishforpie2

What's a pie? I'm not a pie. I'm a pi.

Hubs

The PAC maps use setimage and position them offset from the core that builds the menu. You would first need to upload your custom image into the editor. Then add code to display the image and check for user input. If you want to see how it's done in the PAC maps look at the BuildTab.crpl script.