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

From The Cutting Room Floor
Jump to navigation Jump to search

Title Screen

Hill Climb Racing

Developer: Fingersoft
Publisher: Fingersoft
Platforms: iOS, Android, Windows
Released internationally: November 8, 2012 (iOS),
November 18, 2012 (Android), 2013 (Windows)


CodeIcon.png This game has unused code.
GraphicsIcon.png This game has unused graphics.
TextIcon.png This game has unused text.


So very stubbly.
This page is rather stubbly and could use some expansion.
Are you a bad enough dude to rescue this article?
Hmmm...
To do:
Revisional differences:
  • The Hippievan
  • The gas/brake pedals

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

Godmode Toggle Debug On/Off

Two debug graphics exist in the assets folder.