We just released a Feb. 5 '89 prototype of DuckTales for the NES!
If you'd like to support our preservation efforts (and this wasn't cheap), please consider donating or supporting us on Patreon. Thank you!
If you'd like to support our preservation efforts (and this wasn't cheap), please consider donating or supporting us on Patreon. Thank you!
Hill Climb Racing
Jump to navigation
Jump to search
Cleanup > Stubs
Cleanup > To do
Games > Games by content > Games with unused code
Games > Games by content > Games with unused graphics
Games > Games by content > Games with unused text
Games > Games by developer > Games developed by Fingersoft
Games > Games by platform > Android games
Games > Games by platform > IOS games
Games > Games by platform > Windows games
Games > Games by publisher > Games published by Fingersoft
Games > Games by release date > Games released in 2012
Hill Climb Racing |
---|
Developer:
Fingersoft
|
This page is rather stubbly and could use some expansion. Are you a bad enough dude to rescue this article? |
To do: Revisional differences:
|
Unused Text
# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # #, fuzzy
Multiple .po files in assets/translations contain this in the first few lines.
cafconvert
#!/bin/bash # # Le Fabulous Fingersoft Caf Converter # # Usage: cafconvert foo.ogg # # Prerequirements: # 1) Install ffmpeg http://www.ffmpeg.org/download.html # 2) Copy ffmpeg binary to /usr/bin # 3) Have phun! # if [ $# -eq 0 ] then echo "Usage: cafconvert foo.ogg" exit fi if [ ! -f $1 ] then echo "Input file not found: $1" exit fi SOURCE=$1 DEST=../../proj.ios/resources/audio/${1%%.*}.caf echo $SOURCE echo $DEST ffmpeg -i $SOURCE $DEST
cafconvert is a converter script used to convert .ogg files to .caf. Only exists in the Android and Windows version.
Unused Graphics
Two debug graphics exist in the assets folder.
Cleanup > Stubs
Cleanup > To do
Games > Games by content > Games with unused code
Games > Games by content > Games with unused graphics
Games > Games by content > Games with unused text
Games > Games by developer > Games developed by Fingersoft
Games > Games by platform > Android games
Games > Games by platform > IOS games
Games > Games by platform > Windows games
Games > Games by publisher > Games published by Fingersoft
Games > Games by release date > Games released in 2012