If you appreciate the work done within the wiki, please consider supporting The Cutting Room Floor on Patreon. Thanks for all your support!
Hill Climb Racing
Jump to navigation
Jump to search
Cleanup > Pages missing date references
Cleanup > Pages missing developer references
Cleanup > Pages missing publisher references
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
Games > Games by release date > Games released in November
Games > Games by release date > Games released in November > Games released on November 18
Games > Games by release date > Games released in November > Games released on November 8
Hill Climb Racing |
---|
Developer: Fingersoft This game has unused code. |
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.
Categories:
- Pages missing developer references
- Games developed by Fingersoft
- Pages missing publisher references
- Games published by Fingersoft
- IOS games
- Android games
- Windows games
- Pages missing date references
- Games released in 2012
- Games released in November
- Games released on November 8
- Games released on November 18
- Games with unused code
- Games with unused graphics
- Games with unused text
- Stubs
- To do
Cleanup > Pages missing date references
Cleanup > Pages missing developer references
Cleanup > Pages missing publisher references
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
Games > Games by release date > Games released in November
Games > Games by release date > Games released in November > Games released on November 18
Games > Games by release date > Games released in November > Games released on November 8