If you appreciate the work done within the wiki, please consider supporting The Cutting Room Floor on Patreon. Thanks for all your support!

Farm Frenzy

From The Cutting Room Floor
Jump to navigation Jump to search

Title Screen

Farm Frenzy

Developer: Melesta
Publishers: Alawar Entertainment (RU), MumboJumbo (US)
Platform: Windows
Released internationally: November 2007


DebugIcon.png This game has debugging material.


So very stubbly.
This page is rather stubbly and could use some expansion.
Are you a bad enough dude to rescue this article?

Farm Frenzy is a cheaply-made game about being lazy and buying cats and dogs by the cargo ship full to do your farm work for you. Too bad they can't water the lawn.

Hmmm...
To do:
  • The bulk of the game seems to reside under "Farm Frenzy\Data\data.pack", with its translates residing under a second .pack file in the same location. In the case of English, it's en.pack. Figure out how to get into it to see its contents.
  • Documenting what gets dumped with the debug settings would be nice.

Debug Settings

By default, the game lacks any debug settings. They can be enabled by editing settings.xml under Farm Frenzy\Data\sys. Below is every single known debug option enabled, so you can copy and paste it into your game.

settings.xml
<?xml version="1.0" encoding="UTF-16"?>
<main>
	<Game LevelsCount="45" />
	<Sound Music="27"
     		Sound="23" />
	<Time MaxFps="200"
    		MinFps="30" />
	<game DumpStrings="1"
    		LastUser="TCRF"
    		LogLevels="1"
    		LogResources="1"
    		profiles="Profiles"
    		show_map_num="1"
    		window_title="Farm Frenzy" />
	<graphics ShowSysCursor="1"
        		back_color="0xff000000"
        		border_texture="heaven01.dds"
        		colorbit="1"
        		fullscreen="1"
        		height="600"
        		refrashrate="75"
        		reserve_sprite_count="3000"
        		show_fps="1"
        		show_triangles="1"
        		width="800" />
</main>