Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.sys.apple2.programmer > #974 > unrolled thread
| Started by | Marco Verpelli <mverpelli@libero.it> |
|---|---|
| First post | 2013-11-15 07:30 -0800 |
| Last post | 2013-11-30 00:33 -0800 |
| Articles | 16 — 7 participants |
Back to article view | Back to comp.sys.apple2.programmer
Lode Runner levels extractor to BMP Marco Verpelli <mverpelli@libero.it> - 2013-11-15 07:30 -0800
Re: Lode Runner levels extractor to BMP "Bill Buckels" <bbuckels@mts.net> - 2013-11-15 09:45 -0600
Re: Lode Runner levels extractor to BMP Marco Verpelli <mverpelli@libero.it> - 2013-11-15 07:53 -0800
Re: Lode Runner levels extractor to BMP "Bill Buckels" <bbuckels@mts.net> - 2013-11-15 10:35 -0600
Re: Lode Runner levels extractor to BMP Egan Ford <datajerk@gmail.com> - 2013-11-23 16:38 -0700
Re: Lode Runner levels extractor to BMP Marco Verpelli <mverpelli@libero.it> - 2013-11-24 01:01 -0800
Re: Lode Runner levels extractor to BMP Egan Ford <datajerk@gmail.com> - 2013-11-24 09:10 -0700
Re: Lode Runner levels extractor to BMP D Finnigan <dog_cow@macgui.com> - 2013-11-24 19:17 +0000
Re: Lode Runner levels extractor to BMP Marco Verpelli <mverpelli@libero.it> - 2013-11-25 00:26 -0800
Re: Lode Runner levels extractor to BMP aiiadict@gmail.com - 2013-11-25 09:21 -0800
Re: Lode Runner levels extractor to BMP Marco Verpelli <mverpelli@libero.it> - 2013-11-25 11:31 -0800
Re: Lode Runner levels extractor to BMP Marco Verpelli <mverpelli@libero.it> - 2013-11-25 11:43 -0800
Re: Lode Runner levels extractor to BMP Mark Pilgrim <markpilgrimfastmail@gmail.com> - 2013-11-26 08:12 -0800
Re: Lode Runner levels extractor to BMP Marco Verpelli <mverpelli@libero.it> - 2013-11-26 08:54 -0800
Re: Lode Runner levels extractor to BMP Moose_Software@yahoo.com.au - 2013-11-29 23:32 -0800
Re: Lode Runner levels extractor to BMP Marco Verpelli <mverpelli@libero.it> - 2013-11-30 00:33 -0800
| From | Marco Verpelli <mverpelli@libero.it> |
|---|---|
| Date | 2013-11-15 07:30 -0800 |
| Subject | Lode Runner levels extractor to BMP |
| Message-ID | <467a6630-09cb-4ae8-a114-80df9557bd3b@googlegroups.com> |
Well, this can be a bit out of topic. Is not Apple code, is intended for PC Win/Linux (maybe someone can port on OS X, I don't have it). The utility read a disk image, create by Lode Runner, and write the 150 BMP images of the levels. You may ask: why do you wrote this cr^H^H... fine program? I have a dozen or so of disk with homebrew LR levels, and I need to know what levels may be duplicated or corrupted. The first idea was a shell script to split the data in 150 pieces and sign them with MD5. Then I ended with this extractor and use MD5 on the BMP images. The style is "plain vanilla": command line, no fancy library. Marco. https://drive.google.com/file/d/0B7aRV0UmyLVNVUNiTExNZWtYWDQ/edit?usp=sharing
[toc] | [next] | [standalone]
| From | "Bill Buckels" <bbuckels@mts.net> |
|---|---|
| Date | 2013-11-15 09:45 -0600 |
| Message-ID | <l65fj1$5g7$1@speranza.aioe.org> |
| In reply to | #974 |
"Marco Verpelli" <mverpelli@libero.it> wrote: >Well, this can be a bit out of topic. Is not Apple code, is intended for PC >Win/Linux (maybe someone can port on OS X, I don't have it). Congratulations and cool and totally on-topic AFAIK! Bill
[toc] | [prev] | [next] | [standalone]
| From | Marco Verpelli <mverpelli@libero.it> |
|---|---|
| Date | 2013-11-15 07:53 -0800 |
| Message-ID | <233e8f17-2569-4288-95cb-f5193bf8d450@googlegroups.com> |
| In reply to | #975 |
Your blessing is great honour to me. Marco.
[toc] | [prev] | [next] | [standalone]
| From | "Bill Buckels" <bbuckels@mts.net> |
|---|---|
| Date | 2013-11-15 10:35 -0600 |
| Message-ID | <l65ihb$do5$1@speranza.aioe.org> |
| In reply to | #976 |
"Marco Verpelli" <mverpelli@libero.it> wrote: >Your blessing is great honour to me. Your honour is a great blessing to me:) May the Ancient Aztecs smile kindly on your code. Bill
[toc] | [prev] | [next] | [standalone]
| From | Egan Ford <datajerk@gmail.com> |
|---|---|
| Date | 2013-11-23 16:38 -0700 |
| Message-ID | <l6re8q$oil$1@news.xmission.com> |
| In reply to | #974 |
On 11/15/13 8:30 AM, Marco Verpelli wrote: > maybe someone can port on OS X, I don't have it Work's just fine on OS/X, just type "Make".
[toc] | [prev] | [next] | [standalone]
| From | Marco Verpelli <mverpelli@libero.it> |
|---|---|
| Date | 2013-11-24 01:01 -0800 |
| Message-ID | <4ef23beb-2b93-413b-b96f-4705b67bd138@googlegroups.com> |
| In reply to | #981 |
TY. I don't know much of Xcode & co. Marco
[toc] | [prev] | [next] | [standalone]
| From | Egan Ford <datajerk@gmail.com> |
|---|---|
| Date | 2013-11-24 09:10 -0700 |
| Message-ID | <l6t8de$omn$1@news.xmission.com> |
| In reply to | #982 |
On 11/24/13 2:01 AM, Marco Verpelli wrote: > TY. > > I don't know much of Xcode & co. > > Marco > Xcode is not required. Apple has a separate download for the CLI tools (e.g. make, gcc, etc...)
[toc] | [prev] | [next] | [standalone]
| From | D Finnigan <dog_cow@macgui.com> |
|---|---|
| Date | 2013-11-24 19:17 +0000 |
| Message-ID | <dog_cow-1385320671@macgui.com> |
| In reply to | #983 |
Egan Ford wrote: > On 11/24/13 2:01 AM, Marco Verpelli wrote: >> TY. >> >> I don't know much of Xcode & co. >> >> Marco >> > > Xcode is not required. Apple has a separate download for the CLI tools > (e.g. make, gcc, etc...) > I compiled this as a universal binary (PPC + Intel) for Mac OS X. If you want a copy, just email me and I will send it. -- ]DF$ Apple II Book: http://macgui.com/newa2guide/ Usenet: http://macgui.com/usenet/ <-- get posts by email! Apple II Web & Blog hosting: http://a2hq.com/
[toc] | [prev] | [next] | [standalone]
| From | Marco Verpelli <mverpelli@libero.it> |
|---|---|
| Date | 2013-11-25 00:26 -0800 |
| Message-ID | <8977df32-d201-4f20-9d97-3d159996932e@googlegroups.com> |
| In reply to | #984 |
Thanks no, my last mac was running OS 7.5.5 (now I use Basilisk) Feel free to post it here or on your site, please include sources. Marco
[toc] | [prev] | [next] | [standalone]
| From | aiiadict@gmail.com |
|---|---|
| Date | 2013-11-25 09:21 -0800 |
| Message-ID | <d3548656-431d-4221-ad63-c600283fb59f@googlegroups.com> |
| In reply to | #974 |
On Friday, November 15, 2013 7:30:58 AM UTC-8, Marco Verpelli wrote: > Well, this can be a bit out of topic. Is not Apple code, is intended for PC Win/Linux (maybe someone can port on OS X, I don't have it). > > > > The utility read a disk image, create by Lode Runner, and write the 150 BMP images of the levels. can you please make the BMP's available so we can look at them? Rich
[toc] | [prev] | [next] | [standalone]
| From | Marco Verpelli <mverpelli@libero.it> |
|---|---|
| Date | 2013-11-25 11:31 -0800 |
| Message-ID | <b0b02b65-c332-475d-8ca0-c9add85ccfeb@googlegroups.com> |
| In reply to | #986 |
The 150 levels of original Lode Runner: https://drive.google.com/file/d/0B7aRV0UmyLVNUnVlYVhaM1owWVE/edit?usp=sharing Marco.
[toc] | [prev] | [next] | [standalone]
| From | Marco Verpelli <mverpelli@libero.it> |
|---|---|
| Date | 2013-11-25 11:43 -0800 |
| Message-ID | <30778a3b-f036-4f45-be64-232521d818c2@googlegroups.com> |
| In reply to | #987 |
... and the 50 of Championship: https://drive.google.com/file/d/0B7aRV0UmyLVNNHZkWWc2bFlwcGc/edit?usp=sharing Marco
[toc] | [prev] | [next] | [standalone]
| From | Mark Pilgrim <markpilgrimfastmail@gmail.com> |
|---|---|
| Date | 2013-11-26 08:12 -0800 |
| Message-ID | <61bccca7-73e3-4a8b-af47-66630cdff933@googlegroups.com> |
| In reply to | #974 |
On Friday, November 15, 2013 10:30:58 AM UTC-5, Marco Verpelli wrote: > https://drive.google.com/file/d/0B7aRV0UmyLVNVUNiTExNZWtYWDQ/edit?usp=sharing Thanks for sharing. I made them into a wallpaper: http://imgur.com/PJCPbB4
[toc] | [prev] | [next] | [standalone]
| From | Marco Verpelli <mverpelli@libero.it> |
|---|---|
| Date | 2013-11-26 08:54 -0800 |
| Message-ID | <30965e72-d56a-4ba5-999e-643882258da7@googlegroups.com> |
| In reply to | #989 |
Nice works! I used it as my wallpaper. Marco
[toc] | [prev] | [next] | [standalone]
| From | Moose_Software@yahoo.com.au |
|---|---|
| Date | 2013-11-29 23:32 -0800 |
| Message-ID | <9f00be67-c540-4e24-85b8-d4e39aff104b@googlegroups.com> |
| In reply to | #974 |
On Saturday, November 16, 2013 1:30:58 AM UTC+10, Marco Verpelli wrote: > The utility read a disk image, create by Lode Runner, and write the 150 >BMP images of the levels. Excellent work Marco, and you write really nice / neat code.
[toc] | [prev] | [next] | [standalone]
| From | Marco Verpelli <mverpelli@libero.it> |
|---|---|
| Date | 2013-11-30 00:33 -0800 |
| Message-ID | <f7936ec9-f735-48aa-8edb-73179087d193@googlegroups.com> |
| In reply to | #991 |
Thank you. Down here we usually said "don't invent the hot water". In other word Keep It Simple Stupid. Marco
[toc] | [prev] | [standalone]
Back to top | Article view | comp.sys.apple2.programmer
csiph-web