how do I change what file format my mod's projects are? (like Scratch has .sb, Panther has .pnt)

Offline
I don't think you can
Offline
OldWheezerGeezer wrote:
I don't think you can
![]()
Download panther. they have.

Offline
SpaceManMike wrote:
OldWheezerGeezer wrote:
I don't think you can
![]()
Download panther. they have.
*facepalm*
I don't even know what to say. I just blanked
Offline
OldWheezerGeezer wrote:
SpaceManMike wrote:
OldWheezerGeezer wrote:
I don't think you can
![]()
Download panther. they have.
*facepalm*
I don't even know what to say. I just blanked![]()

Offline
Scratch Frame Morph, then saveScratchProject, AND Scratch Frame Morph, then saveScratchProjectNoDialog. Change the sb to whatever you want it to be. BTW took me 3 minuets, LOL.
Offline
Well, I managed to get it to have the extension ".sb.blah", but I must be missing something, lol.
Last edited by coupdegrace (2011-02-28 20:33:31)
Offline
Now to make it able to open in scratch (or the mod you were making) go to startup -> startup scroll to where it says:
detect: [:t7 | (t7 asLowercase endsWith: '.sb')
or: [t7 asLowercase endsWith: '.scratch']]either replace the sb. with whatever you want, or replace it with:
detect: [:t7 | (t7 asLowercase endsWith: '.sb')
or: [t7 asLowercase endsWith: '.scratch' or: [t7 asLowercase endsWith: '.ending']]]replacing ending with what you want.
Last edited by Pecola1 (2011-02-28 20:46:35)
Offline
now you have to go to the Scratch-UI-Dialogs and make the same change with the .sb, I haven't found it yet though.
Offline
SpaceManMike wrote:
thanx everyone.
Your welcome!
Offline
Pecola1 wrote:
now you have to go to the Scratch-UI-Dialogs and make the same change with the .sb, I haven't found it yet though.
its Scratch-UI-Dialogs > ScratchFileChooserDialog > initalization > createScratchFileChooserFor: aScratchFrameMorph saving: savingFlag

Offline
scratcher7_13 wrote:
Bump!!
Necroposting is not nice.
Offline