├── DELTARUNE.sh ├── LICENSE ├── README.md ├── deltarune ├── files ├── lib │ ├── libcrypto.so.1.0.0 │ ├── libcurl-gnutls.so.4 │ └── libssl.so.1.0.0 ├── options.ini ├── options_1.ini ├── options_2.ini ├── options_3.ini ├── options_4.ini └── patches │ ├── 01-menu.delta │ ├── 02-chapter_01.delta │ ├── 03-chapter_02.delta │ ├── 04-chapter_03.delta │ └── 05-chapter_04.delta ├── icon.png ├── port.sh └── splash.png /DELTARUNE.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pugdev3/deltaport/HEAD/DELTARUNE.sh -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pugdev3/deltaport/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pugdev3/deltaport/HEAD/README.md -------------------------------------------------------------------------------- /deltarune: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pugdev3/deltaport/HEAD/deltarune -------------------------------------------------------------------------------- /files/lib/libcrypto.so.1.0.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pugdev3/deltaport/HEAD/files/lib/libcrypto.so.1.0.0 -------------------------------------------------------------------------------- /files/lib/libcurl-gnutls.so.4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pugdev3/deltaport/HEAD/files/lib/libcurl-gnutls.so.4 -------------------------------------------------------------------------------- /files/lib/libssl.so.1.0.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pugdev3/deltaport/HEAD/files/lib/libssl.so.1.0.0 -------------------------------------------------------------------------------- /files/options.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pugdev3/deltaport/HEAD/files/options.ini -------------------------------------------------------------------------------- /files/options_1.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pugdev3/deltaport/HEAD/files/options_1.ini -------------------------------------------------------------------------------- /files/options_2.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pugdev3/deltaport/HEAD/files/options_2.ini -------------------------------------------------------------------------------- /files/options_3.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pugdev3/deltaport/HEAD/files/options_3.ini -------------------------------------------------------------------------------- /files/options_4.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pugdev3/deltaport/HEAD/files/options_4.ini -------------------------------------------------------------------------------- /files/patches/01-menu.delta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pugdev3/deltaport/HEAD/files/patches/01-menu.delta -------------------------------------------------------------------------------- /files/patches/02-chapter_01.delta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pugdev3/deltaport/HEAD/files/patches/02-chapter_01.delta -------------------------------------------------------------------------------- /files/patches/03-chapter_02.delta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pugdev3/deltaport/HEAD/files/patches/03-chapter_02.delta -------------------------------------------------------------------------------- /files/patches/04-chapter_03.delta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pugdev3/deltaport/HEAD/files/patches/04-chapter_03.delta -------------------------------------------------------------------------------- /files/patches/05-chapter_04.delta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pugdev3/deltaport/HEAD/files/patches/05-chapter_04.delta -------------------------------------------------------------------------------- /icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pugdev3/deltaport/HEAD/icon.png -------------------------------------------------------------------------------- /port.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pugdev3/deltaport/HEAD/port.sh -------------------------------------------------------------------------------- /splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pugdev3/deltaport/HEAD/splash.png --------------------------------------------------------------------------------