Yes, another mod
I am interested in making a Scratch modification called Tiger. It will have two versions: Premium, First-Class, and Simplified. Premium is a Panther mod, First-Class is a BYOB mod, and Simplified is a normal Scratch mod. The difference is Premium is more for advanced programmers, First-Class is for those who use BYOB and would like more features, and Simplified is directed at those who are using mods for the first time.. I will attempt to include first-class data in Premium once Panther 1.1 comes out.
My ideas:
There will be new blocks, such as import image at (), create file at (), write () to file at (), FTP to server () with user () and password (), and some others.
Note: Some blocks will be exclusive to higher level mods. Anything added to Simplified, however, will be added to Premium and First-Class, anything added to First-Class will be added to Premium*, but not everything added to Premium will be added to the others.
The ability to recognize audio formats other than MP3 and WAV.
Read compressed video files
Compile to .exe
Compile to .app
Need Mac OS X programmer
Plugins and plugin manager for interaction with third-party programs
Members:
Lead Programmer/Windows tester: SJRCS_011
Mac tester: muppetds
Mac programmer: bobbybee
*: not including First-Class data support
Last edited by SJRCS_011 (2012-03-02 13:44:06)
Offline
Sounds cool!
Offline
Sounds cool. One thing though, as far as I know, you couldn't compile it for the iOS.
Offline
Offline
gbear605 wrote:
Sounds cool. One thing though, as far as I know, you couldn't compile it for the iOS.
For iOS? Good luck!!
Also, What makes your mod different from Panther/Byob/All the other mods? because if your mod is just like everyone else's nobody will want to use it.
Last edited by hello12345678910 (2011-11-25 08:49:48)
Offline
I'm fine if no one wants to use it. The goal of this is to help myself learn Squeak.
If no one wants to use it, I'm fine with that.
Offline
SJRCS_011 wrote:
I'm fine if no one wants to use it. The goal of this is to help myself learn Squeak.
If no one wants to use it, I'm fine with that.
Great attitude!
Offline
GP1 wrote:
Do you want Tiger to be in Modcamp? It sounds like a great mod.
Sure. Just give me some time to make it.
BTW, would you like Kitcat to be included in Mod Play? It's a website in development by me and the AANS collab, and it will feature custom Java players for each mod.
(You have to pre-register, though. I already am including some major ones, but I was wondering if you want Kitcat in it)
Hehehehe...as for being a great mod, I'm hoping it will be the next Panther/BYOB/Bingo/Kitcat.
Last edited by SJRCS_011 (2012-01-10 20:22:17)
Offline
SJRCS_011 wrote:
GP1 wrote:
Do you want Tiger to be in Modcamp? It sounds like a great mod.
Sure. Just give me some time to make it.
BTW, would you like Kitcat to be included in Mod Play? It's a website in development by me and the AANS collab, and it will feature custom Java players for each mod.
(You have to pre-register, though. I already am including some major ones, but I was wondering if you want Kitcat in it)
Hehehehe...as for being a great mod, I'm hoping it will be the next Panther/BYOB/Bingo/Kitcat.
Sure, I've been looking for something like Mod Play. If it won't be done for a while, then that would give me some time to get Kitcat 1.3 out. In the java player, you dont have to add Modcamp, those will just be individual mods, but I will have more blocks, if your java player can handle my WWM.
Offline
I'll have to talk to TheSuccessor - he's the one making the Java Players (I'm hiring him using Dev Dollars from Mod Central because I don't yet have a Java editor )
Offline
Hey this sounds like a great project I'll see if I can at least make panther 1.0.5 available for download soon since development has pretty much stopped. It works very well, it's just not perfectly backward compatible with 1.0.
It's pretty cool that you're modding mods though, good job, I shall follow this with interest
Offline
What audio formats do you plan on doing?
I'd recommend MIDI, AAC, and FLAC. Anything else is probably either excessive or illegal
Offline
Yeah, that probably won't be available for a few version, though veggieman.
sparks wrote:
Hey this sounds like a great project I'll see if I can at least make panther 1.0.5 available for download soon since development has pretty much stopped. It works very well, it's just not perfectly backward compatible with 1.0.
It's pretty cool that you're modding mods though, good job, I shall follow this with interest
Thanks. I just had this idea to make several different mods - one of Panther (which I don't really think has been done before XD), one of BYOB (which has been done), and one normal Scratch mod, all grouped as one big group.
Anyone want to join the dev team?
Progress Report
Tiger Simplified will be saved as .tg, First-Class as .tgfc, and Premium as .tgp.
Tiger Simplified 0.1 Alpha should be available in about a month if all goes well.
First-Class 0.1 Alpha should be available in about two months.
There is no current timeline for the release of Tiger Premium.
Offline
Progress Report #2
Archived
Tiger Simplified will be saved as .tg, First-Class as .tgfc, and Premium as .tgp.
A 0.1 pre-alpha release should be available in about another month for Simplified and two more months for First-Class due to outside issues (Mod Play site development, holidays, etc.)
A contest is currently going on at Mod Central to come up with a way to incorporate other audio formats.
Some File I/O will be available in First-Class and Simplified via the "Sensing" category.
In Premium, a block "HTTP POST [] to [http://]" may be available in v1.0 Automated "GET" requests will be available in 0.1 Premium.
These two blocks:
HTTP POST [] to [www.] GET request to [www.] with variables [] >>Some other possible blocks:
(User Home Path) //thanks to jvvg FTP file [] to url [www.] password [] and username [] Execute PHP command [] Execute ASP command [] Execute JavaScript [] <[variable v]> //Boolean variable create array with (2 v) dimensions host mesh //in pre-alpha leave mesh //in pre-alpha join mesh on IP () // in pre-alpha Run text-Tiger commands [] //Probably not until at least 1.2, earlier for First-Class
Offline
I know how to program this block! (except its a c-block )
connect to FTP server with host [ ] username [ ] and password [ ]This will require server side scripting, and I am conserned about security.
Last edited by GP1 (2012-02-09 21:09:48)
Offline
GP1 wrote:
I know how to program this block! (except its a c-block )
connect to FTP server with host [ ] username [ ] and password [ ]This will require server side scripting, and I am conserned about security.
Anyway, have three world variables to hold the host user and pass, then have all blocks inside it use php scripts (or ASP) for FTP commands. Then after the block is done, delete the FTP info. Ill get a working script up soon (it definitly will be in Kitcat 1.3 )
I could use some sort of random encryption that also passes a hashed key to the server to tell what encryption was used so you can decrypt the message, password, and username.
Last edited by SJRCS_011 (2012-02-09 21:40:42)
Offline
SJRCS_011 wrote:
GP1 wrote:
I know how to program this block! (except its a c-block )
connect to FTP server with host [ ] username [ ] and password [ ]This will require server side scripting, and I am conserned about security.
Anyway, have three world variables to hold the host user and pass, then have all blocks inside it use php scripts (or ASP) for FTP commands. Then after the block is done, delete the FTP info. Ill get a working script up soon (it definitly will be in Kitcat 1.3 )I could use some sort of random encryption that also passes a hashed key to the server to tell what encryption was used so you can decrypt the message, password, and username.
That would work!
Offline
GP1 wrote:
Bump!
When is a beta or alpha or ANYTHING going to be out? I'm programming Modcamp now.
0.1 pre-alpha should be out soon.
I have a lot that I'm working on right now; this is sort of low on my priority list.
Go ahead and make modcamp without tiger, I'll try to get it in a later version if possible.
Last edited by SJRCS_011 (2012-02-16 16:42:51)
Offline
SJRCS_011 wrote:
GP1 wrote:
Bump!
When is a beta or alpha or ANYTHING going to be out? I'm programming Modcamp now.0.1 pre-alpha should be out soon.
I have a lot that I'm working on right now; this is sort of low on my priority list.
Go ahead and make modcamp without tiger, I'll try to get it in a later version if possible.
Kitcat has an auto-updator,so I can make an update.
Offline
I can be a mac programmer.
Offline