here are some of my most important questions for making a scratch mod.
If you have an answer, say which question it's for. If you see the best answer, say so! the answer with the most approvals will be in a quote under the question.
1.) What are the pros and cons of modding the source code instead of the scratch app?
Best Answer:
nXIII wrote:
The source code is designed for modding, so most of the copyright-infringing parts are already removed. It also has the required help section for Scratch and the share menu already removed.
2.) If the source is better, can I still get in using the shift-click method?
Best Answer: Not Answered
3.) How does the source code run? Does the user need scratch, or can the source code run on its own?
Best Answer:
nXII wrote:
The source code needs three things: the .changes file, the .image file, and the .exe file (the VM). Optionally, a .ini file can remember certain startup settings.
4.) If modding the original scratch is better, how big is the scratch filesize?
Best Answer: Not Answered
5.) How do I get scratch on a USB drive? Is it as simple as copying and pasting the file into it good enough?
Best Answer: Not Answered
6.)if you have a web server on your own computer, can you make it so that you can add it onto the server?
Best Answer: Not Answered
Well, that's it. I won't ask for block coding because there's enough topics about that to look for, and I want more experience acctually programming, not just taking other people's code.
Last edited by 16Skittles (2010-05-02 09:49:47)
Offline
1. The Scratch App is better, because it is easier to use and save.
2. The Scratch App is better.
3.It uses Squeak.
4. I don;t know.
5. Yes.
6. Dropbox works. Servers aren't necessary.
Offline
Billybob-Mario wrote:
1. The Scratch App is better, because it is easier to use and save.
2. The Scratch App is better.
3.It uses Squeak.
4. I don;t know.
5. Yes.
6. Dropbox works. Servers aren't necessary.
1. Wrong
2. Wrong
3. Kind of, it technically uses a squeak VM, or virtual machine. The image is the most important file, as it tells the VM exactly what exists in the squeak project.
4. It's not better, so this doesn't really matter
5. Basically... you need the image and the VM, plus the DLLs if you want the camera and presentation mode to work.
6.I don't really know what you mean by this, if you mean "Is it possible to make a project upload server if you have a web server on your computer?" (which doesn't make sense anyway, because your computer would then BE a web server, not have one on it, or you are just saying that some hosting company is hosting a site of yours) then the answer would be kind of, because you need something like ScratchR to do that.
Last edited by nXIII (2010-05-01 11:31:02)
Offline
To both of you, I asked what is good and bad about modding the source code or the scratch app. I will decide for myself which is better.
@nXII: about #3, does that mean the source ALONE can run like the scratch app or does it need a seperate VM?
oh, and since both of you dissagreed on mostly everything, nobody gets on best answer yet.
Last edited by 16Skittles (2010-05-01 17:03:32)
Offline
16Skittles wrote:
To both of you, I asked what is good and bad about modding the source code or the scratch app. I will decide for myself which is better.
@nXII: about #3, does that mean the source ALONE can run like the scratch app or does it need a seperate VM?
oh, and since both of you dissagreed on mostly everything, nobody gets on best answer yet.
The source code is designed for modding, so most of the copyright-infringing parts are already removed. It also has the required help section for Scratch and the share menu already removed.
There isn't anything good about modding the app, so don't pick that or you will be cast into a pit of shame among Squeak programmers forever.
#3 - The source code needs three things: the .changes file, the .image file, and the .exe file (the VM). Optionally, a .ini file can remember certain startup settings.
I didn't really disagree with Billybob-Mario on #3, merely corrected him/her. #4 you can't say was disagreed upon because I was the only one to answer.
Offline
nXIII wrote:
#3 - The source code needs three things: the .changes file, the .image file, and the .exe file (the VM). Optionally, a .ini file can remember certain startup settings.
does that come with the source? or will I need to find other files?
Offline
16Skittles wrote:
6.)if you have a web server on your own computer, can you make it so that you can add it onto the server?
What do you mean by that?
Offline
like the scratch site, where you can click "share" and it would show up on a web site. but if i use the source code, it won't matter.
Offline
16Skittles wrote:
like the scratch site, where you can click "share" and it would show up on a web site. but if i use the source code, it won't matter.
Ah ha! That requires some serious modding.
Offline
markyparky56 wrote:
16Skittles wrote:
like the scratch site, where you can click "share" and it would show up on a web site. but if i use the source code, it won't matter.
Ah ha! That requires some serious modding.
And programming skillz (with a z)
Offline
16Skittles wrote:
5.) How do I get scratch on a USB drive? Is it as simple as copying and pasting the file into it good enough?
Yes, all you have to do is drag the Scratch folder into the USB folder. You could also just duplicate/clone/copy it and drag the copy into the USB folder. I have done this with Scratch, and many other applications to get an application from my family's desktop, to my laptop and vice-versa.
Offline
16Skittles wrote:
nXIII wrote:
#3 - The source code needs three things: the .changes file, the .image file, and the .exe file (the VM). Optionally, a .ini file can remember certain startup settings.
does that come with the source? or will I need to find other files?
bump
Offline
16Skittles wrote:
16Skittles wrote:
nXIII wrote:
#3 - The source code needs three things: the .changes file, the .image file, and the .exe file (the VM). Optionally, a .ini file can remember certain startup settings.
does that come with the source? or will I need to find other files?
bump

Any questions?
Offline
markyparky56 wrote:
16Skittles wrote:
16Skittles wrote:
does that come with the source? or will I need to find other files?
bump
http://img169.imageshack.us/img169/304/contentsofsc.png
Any questions?
where's that?
* At least 60 seconds have to pass between posts. Please wait a little while and try posting again.
edit:found it. but it's Vista, so I can't tell which is which:/
^Smiley fail..."
Last edited by 16Skittles (2010-05-06 18:31:50)
Offline
henley wrote:
16Skittles wrote:
5.) How do I get scratch on a USB drive? Is it as simple as copying and pasting the file into it good enough?
Yes, all you have to do is drag the Scratch folder into the USB folder. You could also just duplicate/clone/copy it and drag the copy into the USB folder. I have done this with Scratch, and many other applications to get an application from my family's desktop, to my laptop and vice-versa.
You still haven't added this.
Offline
How do you make a .changes file for your mod?
Offline