Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
Really? 'Cuz I fucking sure as fucking fuck can't fucking tell the fucking difference. j/k See? Your jokes/humour are/is too dry for people to recognize. They/it just look/looks like insult/insults.... OK I'm gonna stop before I grow a brain hemorage from trying to decide between singular and/or plural and/or and and/or or....
Anyway, I'd really love it if this thread discussed things that are on topic so that I might get a lucky post from Randy or something. It'd be cool to know what he thinks of this.
Honestly, I'm not 100% sure I get what your asking for.
ok, you want a way to record the whole minimap (or parts of it) to a texture, what a screenshot or something you'll see ingame.
No. Look at the camera-to-texture feature. I want a view of the minimap dynamically rendered to a texture, where you can either select a region of the minimap to show on the texture by supplying two rectangular coordinates, or zoom to show the whole map, or have it always centered on the player, in which case you would also provide a radius for it to determine what magnification -- how much area around the player -- to show. You should also be able to pass an argument that will determine whether all actors on the map are displayed, or only monsters, or only decorative objects (lamps and bloodpools), or only pickups, or only mapspots and other such things, etc. Then you should be able to pass an argument that determines the size of the texture, or lets it fill the height of the sector it's in and the width of the line it is on.
It's already been done in Zdoom. Someone here (sorry, can't remember who ) did a source modification to give Zdoom something pretty close to the Doom Alpha HUD - which includes a small automap in the top right of the screen.
Enjay wrote:It's already been done in Zdoom. Someone here (sorry, can't remember who ) did a source modification to give Zdoom something pretty close to the Doom Alpha HUD - which includes a small automap in the top right of the screen.
86
That was me... It wasn't rendered to a texture, though; just added a third option to the automap that took x/y/height/width values.