User Tag List

Results 1 to 9 of 9

Thread: ZCL Source Code Released

  1. #1
    O_o?
    ZC Developer
    Deviance's Avatar
    Join Date
    Jan 2002
    Location
    ca
    Age
    35
    Posts
    1,138
    Mentioned
    5 Post(s)
    Tagged
    2 Thread(s)
    vBActivity - Stats
    Points
    3,078
    Level
    17
    vBActivity - Bars
    Lv. Percent
    94.42%

    ZCL Source Code Released

    Couple days ago I have decided to release the popular app known as Zelda Classic Launcher source code.

    You can find it in my svn.
    http://www.dproj.info/projects-svn/
    Discord: Deviance#9729

  2. #2
    The Timelord
    QDB Manager
    ZC Developer

    Join Date
    Oct 2006
    Location
    Prydon Academy
    Posts
    1,396
    Mentioned
    112 Post(s)
    Tagged
    1 Thread(s)
    vBActivity - Stats
    Points
    4,759
    Level
    21
    vBActivity - Bars
    Lv. Percent
    68.52%
    [ Gravedig ]

    Does anyone have the current source? Sean?
    @Gleeok and @Saffith should have it; right?

  3. #3
    Is this the end?
    ZC Developer
    Saffith's Avatar
    Join Date
    Jan 2001
    Age
    41
    Posts
    3,389
    Mentioned
    178 Post(s)
    Tagged
    6 Thread(s)
    vBActivity - Stats
    Points
    6,429
    Level
    24
    vBActivity - Bars
    Lv. Percent
    69.42%
    This is the newest version, as far as I'm aware: https://www.dropbox.com/s/5jdiu2z5z9wydhq/zcl.zip?dl=0

  4. #4
    The Timelord
    QDB Manager
    ZC Developer

    Join Date
    Oct 2006
    Location
    Prydon Academy
    Posts
    1,396
    Mentioned
    112 Post(s)
    Tagged
    1 Thread(s)
    vBActivity - Stats
    Points
    4,759
    Level
    21
    vBActivity - Bars
    Lv. Percent
    68.52%
    Quote Originally Posted by Saffith View Post
    This is the newest version, as far as I'm aware: https://www.dropbox.com/s/5jdiu2z5z9wydhq/zcl.zip?dl=0
    Danke shoen.

  5. #5
    The Timelord
    QDB Manager
    ZC Developer

    Join Date
    Oct 2006
    Location
    Prydon Academy
    Posts
    1,396
    Mentioned
    112 Post(s)
    Tagged
    1 Thread(s)
    vBActivity - Stats
    Points
    4,759
    Level
    21
    vBActivity - Bars
    Lv. Percent
    68.52%
    Quote Originally Posted by Saffith View Post
    This is the newest version, as far as I'm aware: https://www.dropbox.com/s/5jdiu2z5z9wydhq/zcl.zip?dl=0
    I'm looking at this now. In what language is this coded, and what is the main file, and what is the makefile equivalent, or the building solution file?

    Hell, what environment should I be using as an IDE to update this thing?

  6. #6
    Is this the end?
    ZC Developer
    Saffith's Avatar
    Join Date
    Jan 2001
    Age
    41
    Posts
    3,389
    Mentioned
    178 Post(s)
    Tagged
    6 Thread(s)
    vBActivity - Stats
    Points
    6,429
    Level
    24
    vBActivity - Bars
    Lv. Percent
    69.42%
    Pascal. Specifically, it's in the form of a Lazarus project. I don't know anything about the file organization, but the code should come up when you open the project file.
    After you build it, you should also run optimize.bat to compress it.

  7. #7
    The Timelord
    QDB Manager
    ZC Developer

    Join Date
    Oct 2006
    Location
    Prydon Academy
    Posts
    1,396
    Mentioned
    112 Post(s)
    Tagged
    1 Thread(s)
    vBActivity - Stats
    Points
    4,759
    Level
    21
    vBActivity - Bars
    Lv. Percent
    68.52%
    Quote Originally Posted by Saffith View Post
    Pascal. Specifically, it's in the form of a Lazarus project. I don't know anything about the file organization, but the code should come up when you open the project file.
    After you build it, you should also run optimize.bat to compress it.
    Gorgeous. it looked vaguely familiar. Pascal has certainly changed a bit in thirty years; eh? Lazarus though...I was wondering what .lrs was about, as i had not run into that one before.

    I'll grab Lazarus and look through it over the next few days. I need to add some flags to it, and make a few minor changes for 2.53; then make more drastic changes for 2.60. zclmain.pas seems simple enough.

    I expect that I need to optimise it for Linux and OSX with the shell script, and on Windows with the batch file. Is that right; or does OSX use something else?

  8. #8
    Is this the end?
    ZC Developer
    Saffith's Avatar
    Join Date
    Jan 2001
    Age
    41
    Posts
    3,389
    Mentioned
    178 Post(s)
    Tagged
    6 Thread(s)
    vBActivity - Stats
    Points
    6,429
    Level
    24
    vBActivity - Bars
    Lv. Percent
    69.42%
    On Linux, yes. I don't believe there's ever been a Mac version. It would have to be pretty different, given how the applications work.

  9. #9
    The Timelord
    QDB Manager
    ZC Developer

    Join Date
    Oct 2006
    Location
    Prydon Academy
    Posts
    1,396
    Mentioned
    112 Post(s)
    Tagged
    1 Thread(s)
    vBActivity - Stats
    Points
    4,759
    Level
    21
    vBActivity - Bars
    Lv. Percent
    68.52%
    Quote Originally Posted by Saffith View Post
    On Linux, yes. I don't believe there's ever been a Mac version. It would have to be pretty different, given how the applications work.
    For the record, I did port it to OSX. The only real work involved, was in getting commands to the console with OSX's silly system of storing everything inside app bundles; although IDK if it works on anything newer than 10.6.

    I have yet to align the Mac source, with the main source. I had done some work on each, independent of one-another, so I will need to go back in and see what needs to be crossed from one to the other. They are separate, because the OSX build is for 2.50.2, and the new Windows and Linux builds are for 2.53.x and above; so they don't use the same config files, and aren't compatible internally. Once I have a new Mac ZC build, I'll port over ZCL, and get that all synchronised.

    If anyone wants the OSX stuff:
    Sources
    Build

    I built that using the latest version of Lazarus that runs on my system, which at the time, I believe was also the latest build of the programme. I seem to recall that I had to install fpc before Lazarus, and that setting it up took a bit of logistical effort because it wants components set up in a specific order.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Armageddon Games is a game development group founded in 1997. We are extremely passionate about our work and our inspirations are mostly drawn from games of the 8-bit and 16-bit era.
Social