Author Topic: Progress of the SciStudio  (Read 5973 times)

0 Members and 1 Guest are viewing this topic.

CiacioZ

  • Guest
Progress of the SciStudio
« on: October 18, 2003, 09:45:01 AM »
Hi Brian how about the progress of the scistudio? What is the status of the new version?

Greetings and good work ;)



Pikachu14

  • Guest
Re:Progress of the SciStudio
« Reply #1 on: October 18, 2003, 09:52:09 AM »
My question exactly.

We're still waiting patiently, Brian...

Offline Chris Cromer

Re:Progress of the SciStudio
« Reply #2 on: October 18, 2003, 02:38:04 PM »
I think you guys really need to get a life instead of hounding him about it.

He will report when there is something to report. :P
Chris Cromer

It's all fun and games until someone get's hurt then it's just fun. ;)

Offline OmerMor

Re:Progress of the SciStudio
« Reply #3 on: October 18, 2003, 03:39:44 PM »
On his last remark about his progress he stated that he is focusing on adding full sound support to his studio, which is a very welcome feature.
I can only guess that the built-in sci-decompiler is already finished if he moved on to sound support.
full graphic support is already there (supporting every format of graphics ever used in sci games, including hi-res, amiga, and the rare sci1-ega).
I don't know if he finished the necessary classes framework, but I guess it is done, if he has a working decompiler (with a decompiler i believe it is should be easier to rip the framework that sierra used).

Offline Brian Provinciano

Re:Progress of the SciStudio
« Reply #4 on: October 18, 2003, 04:34:58 PM »
Omer's a genius! You've read my mind!

Yep, the VGA template class system was finished almost a year and a half ago, heh (though made from manual disassembly conversion as I didn't have the decompiler then), full graphic support is there, the decompiler is 90%, and I've been playing with audio.

I'm still working on SCI Studio, no doubt. I've been finishing up the decompiler the past few days, but the older I get, the more I have to focus on real work and whatnot, SCI Studio is a free service/hobby, so I can't spend 24 hours a day on it like I did when I was younger. I appreciate the donations and such (and I'm not asking for more money, I appreciate what I've been given already), but I'll never be able to pay the bills with it. The donations have basically just paid for my web hosting for bripro.com. I need to pay my living expenses, which for that I need to do real work.

Gromitigo

  • Guest
Re:Progress of the SciStudio
« Reply #5 on: October 18, 2003, 05:03:56 PM »
Since you release the souce, ever consider hosting on SourceForge?  You could put the web site on SourceForge.net, then you wouldn't have to pay ISP bills.  Plus, it'd get more publicity, and support.

Just a thought.

=grom

Offline Brian Provinciano

Re:Progress of the SciStudio
« Reply #6 on: October 18, 2003, 11:42:58 PM »
I can't host bripro.com at SF, and there's more to it than just SCI Studio. Plus, I don't plan on doing the sourceforge CVS stuff for a while.

Gromitigo

  • Guest
Re:Progress of the SciStudio
« Reply #7 on: October 23, 2003, 11:30:01 PM »
Just a thought.

Ever been slashdotted?

Offline Brian Provinciano

Re:Progress of the SciStudio
« Reply #8 on: October 24, 2003, 04:08:52 AM »
One reason that I haven't updated the site is a while is because I've been too busy making progress with SCI Studio. I'm focusing more on making it into the universal SCI tool rather than doing publicity for SCI Studio EGA. When it fully supports SCI32, I'll be very interested in being slashdotted, but until then, I'm mainly just working in peace.

By not updating the website some people get the idea that it's not being developed anymore, less people bother me, and I get more work done :). I love getting emails from you guys, but many I might not respond to if the same question is asked over and over and normally will just post it's response here for everyone all at once. If you want to know what's going on day by day, drop by the freeSCI IRC channel. When I'm there I'm usually talking about every tiny detail on what's going on.

For example, I now have my script decompiler (yes decompiler, not disassembler, this thing has a hell of a lot of code/AI) working on every single SCI version. The early SCI0, common SCI0, SCI01, SCI1, SCI11 and SCI32. That means Leisure Suit Larry 1VGA, 2, 3, 5, 6, and 7! And all your QFGs, KQs, SQs, etc.! It works very well, and the only real flaws in it are that it doesn't fully support complex "if" expressions, and simply dumps many as "if(...) goto xyz". It works fine though.

I'm able to browse through the code of LSL6 and LSL7 and find out all the hidden stuff, as well as how it all works. It's great! For example, I've found all the juice on LSL7's secret "classes" debug. Oh yeah! There's a lot more to it than just the "classes" file. I'll write a doc on it later.

For everyone who wants to make SCI VGA games but not SCI EGA games, you need to realize that though they have different capabilities, file formats, graphics, audio, etc., from the scripter's (you) standpoint, they are almost identical. Instead of doing "if(Said" expressions, you simply perform tasks on icon clicks. Other than that, it's basically the same! Even LSL7 is VERY VERY similar to LSL2! Yes, that's right! Their scripts run very similar. The only real differences are that LSL7 uses a point and click interface, and has different graphical/audio/memory capabilites. They both have a similar Obj system, with nearly identical Obj classes, Script classes, Event classes, etc.! You better believe it!

Anyway, if you're interested in coding the VGA games, get cracking on EGA SCI coding. It's virtually the same!

My decompiler can dump SCI Studio-syntax code, as well as C-like code. I like the C code much better, and may write a C-syntax compiler for SCI as well in the future, so you can compile C++ into SCI. Time will tell.

SCI Studio 4 is in bits and pieces, with almost everything there, just not all connected and polished. Virtually everything's done for SCI1 VGA game creation, maily just missing the massive docs/tutorials I'll need to write. However, I've been working a lot with the later SCI versions such as SCI11 and SCI32 as well, and their great progress stalls the completion of the SCI1. With my decompiler, who knows, SCI Studio 4 may include SCI32 templates and others too. SS4's release date is unknown because I keep making it bigger and bigger. It will be worth the wait for those who actually do so :)

Offline OmerMor

Re:Progress of the SciStudio
« Reply #9 on: October 24, 2003, 04:31:20 AM »
Stop it! I'm drooling all over my keyboard here!  :D

Seriously though, I think the C-syntax idea is great - I like it better too. But don't throw out the sci-syntax because it has nostalgic value, and maybe someday in the future sierra will release the sci source code (yeah like that's gonna happen) and it would be compilable on your studio...

Det

  • Guest
Re:Progress of the SciStudio
« Reply #10 on: October 24, 2003, 09:20:26 AM »
Great... have you found out about other debuggers in other games, too? For some games, there were other ways of activating them than the classes file, I believe. For example, I remember in some games the file "version" had to be removed, and for instance in PQ4's case you had to run the main executable from a different directory than the installed one to activate the debugger/teleporter...

Gromitigo

  • Guest
Re:Progress of the SciStudio
« Reply #11 on: October 24, 2003, 03:55:22 PM »
Thanks for the update Brian!  :)

Won't bug you again.
Thanks again for all the hard work!

I'm going to DL scistudio now and get to the tutorials.
I was going to ask if it was similar or not...but now that I know it is, I'll get workin on it.

-g

Offline Brian Provinciano

Re:Progress of the SciStudio
« Reply #12 on: October 24, 2003, 04:15:03 PM »
Gromitigo: Great to hear you're getting started! feel free to keep asking questions though, I love to hear from everyone. Expecially if they post the question here, so everyone can see the answer!

Det: I don't have LSL7 fully installed right now, just the resource files on my PC to work with. However, I will install it soon and test these things. There are at least two files, which if they exist, can enter LSL7 in two different debug modes. As well, you can also enter a code in the config (ini) file to enter debug mode without the classes file. However, all the SCI debugs other than SCI0 and some SCI01 are in the scripts (if they weren't removed), as the interpreter's debugger was removed before releasing the games. The SCI0 games had the interpreter debug mode, as well as a very good script one, and it can be seen in use in a promo video Sierra made in '88. However, the scripts were removed, so no one has their hands on them (in the public at least). When making the template from LSL3, there was an if expression testing a global variable, and if it were true, it would enable the debug script (script.97x I believe). hacking the script to enable it would just crash the game with an oops message though, as it didn't exist. I did the VGA template a year and a half ago, but I don't remember an debugging situation like that, unless they removed _EVERY_ fragment of the debug script.

Omer Mor: I won't get rid of the SCI language and switch it to C. For one, I have the whole templates in SCI, plus I want it to use the language from SCI0 to SCI32. However, I may make a C compiler in addition. The SCI Studio language is similar to Sierra's SCI, but not exact, so real scripts couldn't be compiled with it. I didn't do it exactly because there were some syntaxes of it that just seemed like poor decisions, and I felt I had to change them.

Offline OmerMor

Re:Progress of the SciStudio
« Reply #13 on: October 25, 2003, 09:30:00 AM »
realy? can you give some examples of such differences between the sci-studio syntax and the original sci syntax?

Offline dreamweaver

Re:Progress of the SciStudio
« Reply #14 on: October 25, 2003, 10:51:22 AM »
Hah I very like the idea use C syntax in SCI Studio . SCI language like the  language which students must do when they learn "compiler".

To Omer Mor :
C syntax
a = b ( a is  equal b )
Original SCI syntax :
= a b    ( a and b has an equal between them )
( like Japanese , if you know that language :D )
« Last Edit: November 07, 2003, 04:23:57 AM by dreamweaver »


SMF 2.0.19 | SMF © 2021, Simple Machines
Simple Audio Video Embedder

Page created in 0.025 seconds with 15 queries.