RA2/YR full map picture renderer released - Printable Version +- Renegade Projects Network Forums (https://forums.renegadeprojects.com) +-- Forum: General Forums (https://forums.renegadeprojects.com/forumdisplay.php?fid=1) +--- Forum: Community Announcements (https://forums.renegadeprojects.com/forumdisplay.php?fid=13) +--- Thread: RA2/YR full map picture renderer released (/showthread.php?tid=1283) |
RA2/YR full map picture renderer released - zzattack - 10.05.2009 Hi all, over the last 2,5 years I've been working on and off on a program that renders RA2 maps. I completely restarted my project just over a year ago and added support for mods and YR. A few days ago I finished most of the functionality I planned, hacked up a quick GUI and put an installer up. For now I do not render any voxels, and LightIntensity on lamps is not processed correctly yet. Other than that, the tool managed to render all 178 maps in multimd.mix in just under 12 minutes on my system. The sources compile under windows and linux on both x86 and x64 architectures. An installer can be found here: https://sourceforge.net/project/showfiles.php?group_id=231676&package_id=280907&release_id=681162 For those interested, sources are on the sourceforge svn too. Any comments are welcome RE: RA2/YR full map picture renderer released - mt. - 11.05.2009 Wonderful, thank you a lot for this (especially the mod support) Hmm, how long it will take before every major mod has the improved minimaps produced from this, and the possible uses of the full renders? RE: RA2/YR full map picture renderer released - Renegade - 11.05.2009 Administrative Notice:Moved to Community AnnouncementsRE: RA2/YR full map picture renderer released - zzattack - 11.05.2009 (11.05.2009, 02:56:38)mt. Wrote: Wonderful, thank you a lot for this (especially the mod support)I would not know, but I have made a simple program in the past that helps here. Use it like Code: InjectThumbs.exe "c:\mymap.mpr" "d:\someminimapimage.mpr" Quite simplified, my batch file to do this did the following: go through all .map files in a folder, call the rendering program on it, create a nice thumbnail for it (the hovering previews for ra2maps.net) Code: i_view32 "%%d" /resize=^(600,0^) /aspectratio /resample /jpgq=95 /convert="thumb_%%~nd.jpg" Code: i_view32 "%%d" /resize=^(144,133^) /aspectratio /resample /convert="prev_%%~nd.png" Code: InjectThumbs.exe "%%c" "prev_%%~nd.png" RE: RA2/YR full map picture renderer released - pd - 11.05.2009 Didn't try it as I don't have the game available now, but it sounds awesome! Great work! RE: RA2/YR full map picture renderer released - MRMIdAS - 07.12.2009 looks good, but doesn't seem to load files in mod mixes. perhaps have a checkbox for it? |