[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: can someone please help with this.
On Monday, 3 December 2012 15:42:39 UTC-6, BLuRry wrote:
> On Monday, December 3, 2012 3:38:41 PM UTC-6, Michael Hardy wrote:
>
> > On Monday, 3 December 2012 14:56:44 UTC-6, BLuRry wrote:
>
> >
>
> > > On Monday, December 3, 2012 1:55:43 PM UTC-6, Michael Hardy wrote:
>
> >
>
> > >
>
> >
>
> > > > Hi I have a blackjack game with source code from nibble magazine.
>
> >
>
> > >
>
> >
>
> > > >
>
> >
>
> > >
>
> >
>
> > > > I was wondering what the file extension is .ml, .shape and .scrn
>
> >
>
> > >
>
> >
>
> > > >
>
> >
>
> > >
>
> >
>
> > > > is? I'm using an Windows Emulator (AppleWin) to use it. in ciderpress
>
> >
>
> > >
>
> >
>
> > > >
>
> >
>
> > >
>
> >
>
> > > > those files are included on the .DSK how can I edit these files?
>
> >
>
> > >
>
> >
>
> > > >
>
> >
>
> > >
>
> >
>
> > > > is there are program for editing such file types?
>
> >
>
> > >
>
> >
>
> > > >
>
> >
>
> > >
>
> >
>
> > > > Correct me if I'm wrong but is the .scrn the graphics?
>
> >
>
> > >
>
> >
>
> > > >
>
> >
>
> > >
>
> >
>
> > > > and when I view them in Ciderpress it says their bin files and when I click on them in the combo box it says //e monitor listing.
>
> >
>
> > >
>
> >
>
> > > >
>
> >
>
> > >
>
> >
>
> > > >
>
> >
>
> > >
>
> >
>
> > > >
>
> >
>
> > >
>
> >
>
> > > > Any help would be appreciated. :)
>
> >
>
> > >
>
> >
>
> > > >
>
> >
>
> > >
>
> >
>
> > > >
>
> >
>
> > >
>
> >
>
> > > >
>
> >
>
> > >
>
> >
>
> > > > Thank you
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > The best way to tell is to activate hires and load the files in to see if they resemble anything. If it looks like random junk it's probably data or program code. If it looks like a broken-up picture then it's image/tile data. Is the ml file a plain text (machine language) file by chance? If so you should be able to edit it with a standard text editor that is sensitive to line endings.
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > On another note, I remember typing that program in once upon a time. I never got it 100% right though. Typos in the machine code listings were so hard for me to track down back then (well, I got better after I used a ruler to keep my place.)
>
> >
>
> > >
>
> >
>
> > > Hi I'm completely new at this. How do I activate hires? also do you know how to protect (copyprotect)my programs lets say my code is in applesoft basic dos 3.3 and someone types load blackjack then types list they can see my source code, can you tell me how to protect it where they can't see my source code?
>
> >
>
> >
>
> >
>
> > Thank you so much in advance
>
> >
>
> > >
>
> >
>
> > > -B
>
>
>
> 1) Type HGR. This will clear the screen so you'll have to "BLOAD" the file after you activate the graphics mode.
>
>
>
> 2) Yes, you can with various tricks... but why? :-) We promise we have absolutely no way to take your work and turn it for a profit. That ship sailed decades ago. ;-) I used to use REM tricks to hide things but it was a lot of work and required a special line editor and funky control characters.
>
>
>
> -B
Hi when I do HGR then Bload blackjack.ml then type list I get 35916 LLB
any idea's what this is?
Thank you in advance :)