Dorito: Difference between revisions

From CCDirectLink
No edit summary
No edit summary
 
(5 intermediate revisions by 3 users not shown)
Line 4: Line 4:
|-
|-
! Author
! Author
| [[github:Nnubes256]] aka Nacho
| [[user:Nnubes256|Ignacio "Nnubes256" Gutiérrez Gómez]]
|-
|-
! Written in
! Written in
Line 13: Line 13:
|-
|-
! First appeared
! First appeared
| date unknown, most likely sometime after 2015-31-20
| Late 2015
|-
|-
! Stable release
! Stable release
Line 25: Line 25:
|}
|}


'''Dorito''' is the first publicly available modloader for CrossCode, released sometime during the [[forum]] days. As it's the first modloader project ever, it was very bare-bones compared to the [[CCLoader|modern modloaders]] as the useful modding infrastructure simply hasn't been invented yet at the time. The major feature of Dorito was a collection of utilities for monkey-patching JS functions, along with a few game loading events implemented with [[github:millermedeiros/js-signals]] which resemble the modern [[mod loading stages]]. Another feature that made Dorito unique was its installation procedure: the loader was contained in a single HTML page which you had to replace <code>node-webkit.html</code> with.
'''Dorito''' was the first publicly available modloader for CrossCode, written by [[user:Nnubes256|Ignacio "Nnubes256" Gutiérrez Gómez]], released sometime in late 2015 and publicly announced on the [[CrossCode phpBB forums]].


Unfortunately neither any Dorito-based mods, nor relevant [[forum]] threads survived to this day. Parts of the "General Modding Thread" can be viewed on [http://web.archive.org/web/20170811031608/http://forum.cross-code.com/viewtopic.php?f=2&t=250&sid=df33102d8a61a46731819a1416fce289 web.archive.org] (only pages 1 and from 8 to 11), however, there are no mentions of Dorito-the-modloader there.
Being the first CrossCode modloader project ever, it was very bare-bones compared to modern modloaders such as [[CCLoader]], as no modding infrastructure was in place at the time.
 
== Features ==
 
The major feature introduced by Dorito consisted of a collection of utilities for [[wikipedia:Monkey patch|monkey-patching]] JavaScript functions, along with a few game loading events implemented with [[github:millermedeiros/js-signals]], an event system written in JavaScript. These events resemble the mod loading stages found on modern modloaders. Another feature that made Dorito unique was its end-user installation procedure: the modloader was contained in a single HTML page which the user would replace CrossCode's <code>node-webkit.html</code> with. However, it had no support for static asset loading, nor other quality-of-life features now present on modern modloaders.
 
== Current status ==
 
Neither any Dorito-based mods, nor relevant [[CrossCode phpBB forums]] threads survived to this day. Parts of the so called "General Modding Thread" were able to be archived<ref>https://web.archive.org/web/20170811031608/http://forum.cross-code.com/viewtopic.php?f=2&t=250&sid=df33102d8a61a46731819a1416fce289</ref> (only pages 1 and from 8 to 11); however, no mentions of the Dorito modloader exists on the content that managed to get archived.
 
== References ==
 
<references />


[[Category:Modloaders]]
[[Category:Modloaders]]

Latest revision as of 19:56, 16 August 2020

Homepage github:Nnubes256/Dorito
Author Ignacio "Nnubes256" Gutiérrez Gómez
Written in JavaScript
License MIT
First appeared Late 2015
Stable release N/A
Preview release N/A
Current status Discontinued

Dorito was the first publicly available modloader for CrossCode, written by Ignacio "Nnubes256" Gutiérrez Gómez, released sometime in late 2015 and publicly announced on the CrossCode phpBB forums.

Being the first CrossCode modloader project ever, it was very bare-bones compared to modern modloaders such as CCLoader, as no modding infrastructure was in place at the time.

Features

The major feature introduced by Dorito consisted of a collection of utilities for monkey-patching JavaScript functions, along with a few game loading events implemented with github:millermedeiros/js-signals, an event system written in JavaScript. These events resemble the mod loading stages found on modern modloaders. Another feature that made Dorito unique was its end-user installation procedure: the modloader was contained in a single HTML page which the user would replace CrossCode's node-webkit.html with. However, it had no support for static asset loading, nor other quality-of-life features now present on modern modloaders.

Current status

Neither any Dorito-based mods, nor relevant CrossCode phpBB forums threads survived to this day. Parts of the so called "General Modding Thread" were able to be archived[1] (only pages 1 and from 8 to 11); however, no mentions of the Dorito modloader exists on the content that managed to get archived.

References