So here's my latest app... call it an alpha, beta, or whatever you want, but in any case it's supposed to be a level screenshot maker thing :-? ... I've done less than minimal testing, so have fun breaking it.
- You must run this program from the command line, since I haven't implemented the Windows API into it yet.
- Place all the groundXo.dat and vgagrX.dat files in its (the current) directory.
- It may die unexpectedly, if it does, it would help testing if you could send me the level that crashes it.
http://it.travisbsd.org/lemmings/_misc/lemlevbmp_0_1_0.exe
CMD Line Syntax:lemlevbmp_0_1_0.exe levelfile.lvlSorry if you can't understand this post, it was rather rushed. ;D
You know what I'd like to see eventually? A program for creating custom level graphics sets. That'd be pretty awesome. I haven't tried the screen shot thing yet, as I'm currently working on algebra...and typing. Well, typing on a mac.
Wow dude! I just took a screenshot of one of my levels from my upcoming levelpak with that. I'll upload the screenshot to The Lemmings File Portal. It is called "The furnace"
What are the skills for that level?
Quote from: tseug link=1139268926/0#3 date=1139272045What are the skills for that level?
I've forgotten what the skills are but the level is in my 5th pack that I"m working on now. Try playing my 4th pack which can be downloaded from the Lemmings file portal and tell me what you think ;)
Mindless I took a picture of an extended graphics level with this program and the terrain for the extended graphics doesn't show up. Could you make the program show terrain from extended graphics?
Quote from: JM link=1139268926/0#5 date=1139316940Mindless I took a picture of an extended graphics level with this program and the terrain for the extended graphics doesn't show up. Could you make the program show terrain from extended graphics?
I've already written a function for that, I just forgot to put it in. :D Expect it in the next release.
This program is ace! I can't wait till it can take pictures of the terrain from extended graphics levels. With this program I could probably take screenshots from every levelpak for Custlemm and give them to Shvegait so he can upload them when we review one of the packs :)
This would sure give him a rest and I am always free to take screenshots :)
I could start taking screenshots for some of my packs,some of tumble weed's,the rest of garjen's packs and maybe more of Dragonslover's packs. And some of the packs on Garjen's website that nobody ever reviews including Paris's packs and Christo Marquez's packs.
http://it.travisbsd.org/lemmings/_misc/lemlevbmp_0_2_0.exe
- supports VGASPECs
- added memory leaks
I hope to have a trim feature for the next release to cut off all the wasted black areas.
Good luck. ;D
Quote from: Mindless link=1139268926/0#8 date=1139467941http://it.travisbsd.org/lemmings/_misc/lemlevbmp_0_2_0.exe
- supports VGASPECs
- added memory leaks
I hope to have a trim feature for the next release to cut off all the wasted black areas.
Good luck. &#A0;;D
When Shvegait takes screenshots for the levels he would cut off all the wasted black areas. Could you also make the screenshots be made in PNG format?
Quote from: JM link=1139268926/0#9 date=1139479877Quote from: Mindless link=1139268926/0#8 date=1139467941http://it.travisbsd.org/lemmings/_misc/lemlevbmp_0_2_0.exe
- supports VGASPECs
- added memory leaks
I hope to have a trim feature for the next release to cut off all the wasted black areas.
Good luck. ;D
When Shvegait takes screenshots for the levels he would cut off all the wasted black areas. Could you also make the screenshots be made in PNG format?
I'll see what FreeBASIC libraries are available for creating PNGs.
http://it.travisbsd.org/lemmings/_misc/lemlevbmp_0_3_0.exe
- supports trimming (to disable trimming call lemlevbmp with the --notrim option (e.g. lemlevbmp_0_3_0.exe levelfile.lvl --notrim))
I used the program and I took more screenshots. I've done all of Tumble Weed's packs and some of Christo Marquez's levelpaks. Shvegait still hasn't uploaded the screenshots I sent him.
One for Cheapo would be nice too. And it wouldn't be too hard either, as the level is saved as a BMP anyway as far as I know - you'd just have to strip off the extra info, and use the style file for objects.
There again, Peter's probably done a program that can do this.