// You have to use exactly this format. // You can have as many empty lines as you want. // !!!extra whitespaces before or after the "=" and typing errors will result in a crash!!! Mod by topfree.de ##None #Level0 // values for rusty go here // walk speed speed=350 // jump height jumpSpeed=580 // gravity gravity=1000 // damping of movement while jumping airDamping=0 // factor that jumpSpeed is multiplied by for jumping while standing megaJumpFactor=1.9 // values for clouds /////////////////////////////////////////// // how long are eyes closed cloudBlinkInterval=0.2 // how long between two random blinks cloudBlinkStartInterval=1 ##Irrgarten // !!! the sum over all itemCounts of all levels has to be 30 !!! // !!! delete your saveGame data after changing itemCount !!! #Level0 playerSpeed=30 turnSpeed=30 timeLimit=15 itemCount=2 #Level1 playerSpeed=30 turnSpeed=30 timeLimit=30 itemCount=3 #Level2 playerSpeed=20 turnSpeed=20 timeLimit=40 itemCount=4 #Level3 playerSpeed=30 turnSpeed=30 timeLimit=70 itemCount=5 #Level4 playerSpeed=34 turnSpeed=30 timeLimit=90 itemCount=7 #Level5 playerSpeed=35 turnSpeed=30 timeLimit=100 itemCount=9 ##RitterRostBeat #Level0 inputAcceptance=10 numBeatsForGood=4 numBeatsForMiddle=2 #Level1 inputAcceptance=10 numBeatsForGood=6 numBeatsForMiddle=3 #Level2 inputAcceptance=10 numBeatsForGood=8 numBeatsForMiddle=4 #Level3 inputAcceptance=10 numBeatsForGood=9 numBeatsForMiddle=5 #Level4 inputAcceptance=10 numBeatsForGood=10 numBeatsForMiddle=6 #Level5 inputAcceptance=10 numBeatsForGood=11 numBeatsForMiddle=7 ##Drachenwerkstatt #Level0 minimumHeads=1 maximumHeads=3 minimumBodies=1 maximumBodies=3 minimumWings=1 maximumWings=3 minimumArms=1 maximumArms=3 minimumLegs=1 maximumLegs=3 minimumTails=1 maximumTails=3 ##Reparatur #Level0 levelTime=60 numItemsGoodFeedback=9 numItemsMediumFeedback=4 #Level1 levelTime=60 numItemsGoodFeedback=12 numItemsMediumFeedback=6 #Level2 levelTime=60 numItemsGoodFeedback=15 numItemsMediumFeedback=7 #Level3 levelTime=60 numItemsGoodFeedback=18 numItemsMediumFeedback=9 #Level4 levelTime=60 numItemsGoodFeedback=21 numItemsMediumFeedback=10 #Level5 levelTime=60 numItemsGoodFeedback=24 numItemsMediumFeedback=12 ##Kuhjagd #Level0 bigCowSpeed=70 bigCowChance=50 mediumCowSpeed=70 mediumCowChance=50 smallCowSpeed=70 smallCowChance=0 timeLimit=90 toastLimit=35 toastFlyingHeight=63 toastSpeed=80 percentageBurnedToasts=0.15 oilcanBlockingTime=3 percentageOiledToastsGoodCondition=0.8 percentageOiledToastsMediumCondition=0.5 #Level1 bigCowSpeed=70 bigCowChance=45 mediumCowSpeed=70 mediumCowChance=45 smallCowSpeed=70 smallCowChance=10 timeLimit=90 toastLimit=40 toastFlyingHeight=63 toastSpeed=90 percentageBurnedToasts=0.2 oilcanBlockingTime=4 percentageOiledToastsGoodCondition=0.8 percentageOiledToastsMediumCondition=0.5 #Level2 bigCowSpeed=80 bigCowChance=33 mediumCowSpeed=80 mediumCowChance=33 smallCowSpeed=80 smallCowChance=33 timeLimit=60 toastLimit=30 toastFlyingHeight=63 toastSpeed=100 percentageBurnedToasts=0.3 oilcanBlockingTime=5 percentageOiledToastsGoodCondition=0.8 percentageOiledToastsMediumCondition=0.5 #Level3 bigCowSpeed=90 bigCowChance=20 mediumCowSpeed=90 mediumCowChance=50 smallCowSpeed=90 smallCowChance=30 timeLimit=60 toastLimit=35 toastFlyingHeight=63 toastSpeed=100 percentageBurnedToasts=0.4 oilcanBlockingTime=6 percentageOiledToastsGoodCondition=0.8 percentageOiledToastsMediumCondition=0.5 #Level4 bigCowSpeed=90 bigCowChance=30 mediumCowSpeed=90 mediumCowChance=40 smallCowSpeed=90 smallCowChance=30 timeLimit=60 toastLimit=40 toastFlyingHeight=63 toastSpeed=100 percentageBurnedToasts=0.5 oilcanBlockingTime=7 percentageOiledToastsGoodCondition=0.8 percentageOiledToastsMediumCondition=0.5 #Level5 bigCowSpeed=120 bigCowChance=20 mediumCowSpeed=120 mediumCowChance=30 smallCowSpeed=120 smallCowChance=20 timeLimit=60 toastLimit=40 toastFlyingHeight=63 toastSpeed=120 percentageBurnedToasts=0.5 oilcanBlockingTime=8 percentageOiledToastsGoodCondition=0.8 percentageOiledToastsMediumCondition=0.5 ##Dosenangeln #Level0 minSpeedRitterRost=3000 maxSpeedRitterRost=4000 steeringSpeedRitterRost=50 accelerationRitterRost=50 speedShark=40 lengthSharkSwimmingArea=40 heightSharkSwimmingArea=10 timeLimit=20 collectedRosesPercentageGoodCondition=1 collectedRosesPercentageMediumCondition=0.5 #Level1 minSpeedRitterRost=4000 maxSpeedRitterRost=5000 steeringSpeedRitterRost=50 accelerationRitterRost=50 speedShark=40 lengthSharkSwimmingArea=40 heightSharkSwimmingArea=10 timeLimit=20 collectedRosesPercentageGoodCondition=1 collectedRosesPercentageMediumCondition=0.5 #Level2 minSpeedRitterRost=6000 maxSpeedRitterRost=7000 steeringSpeedRitterRost=50 accelerationRitterRost=50 speedShark=40 lengthSharkSwimmingArea=40 heightSharkSwimmingArea=10 timeLimit=30 collectedRosesPercentageGoodCondition=1 collectedRosesPercentageMediumCondition=0.5 #Level3 minSpeedRitterRost=7000 maxSpeedRitterRost=8000 steeringSpeedRitterRost=100 accelerationRitterRost=100 speedShark=100 lengthSharkSwimmingArea=40 heightSharkSwimmingArea=10 timeLimit=30 collectedRosesPercentageGoodCondition=1 collectedRosesPercentageMediumCondition=0.5 ##Lorenordnen #Level0 spawnIntervalLorries=2.5 timeLimit=100 numberOfColors=4 lorrySpeed=70 jokerChance=0.1 #Level1 spawnIntervalLorries=2.3 timeLimit=120 numberOfColors=3 lorrySpeed=75 jokerChance=0.1 #Level2 spawnIntervalLorries=2.2 timeLimit=120 numberOfColors=4 lorrySpeed=75 jokerChance=0.1 #Level3 spawnIntervalLorries=2 timeLimit=120 numberOfColors=5 lorrySpeed=80 jokerChance=0 #Level4 spawnIntervalLorries=2 timeLimit=120 numberOfColors=5 lorrySpeed=90 jokerChance=0 #Level5 spawnIntervalLorries=1.6 timeLimit=120 numberOfColors=5 lorrySpeed=90 jokerChance=0 ##Pferderennen #Level0 // percentage of dragonitems to collect to unlock this level minPercentage=0.1 minSpeedPrinzProtz=4000 maxSpeedPrinzProtz=5000 accelerationPrinzProtz=0.15 minSpeedSergeant=4000 maxSpeedSergeant=5300 accelerationSergeant=0.15 minSpeedRitterRost=5000 maxSpeedRitterRost=10000 steeringRitterRost=3000 minSpeedKoks=4000 maxSpeedKoks=5500 accelerationKoks=0.15 laps=3 damageObstacle=8 speedDecrFactorObstacle=0.25 damageOpponent=8 speedDecrFactorOpponent=0.25 damageTrackBorder=8 speedDecrFactorTrackBorder=0.25 oilcanPowerPerClick=90 stoneSpawnInterval=10 #Level1 // percentage of dragonitems to collect to unlock this level minPercentage=0.1 minSpeedPrinzProtz=5000 maxSpeedPrinzProtz=6000 accelerationPrinzProtz=0.2 minSpeedSergeant=5000 maxSpeedSergeant=6300 accelerationSergeant=0.2 minSpeedRitterRost=5000 maxSpeedRitterRost=11000 steeringRitterRost=3000 minSpeedKoks=5000 maxSpeedKoks=6000 accelerationKoks=0.2 laps=3 damageObstacle=8 speedDecrFactorObstacle=0.3 damageOpponent=8 speedDecrFactorOpponent=0.3 damageTrackBorder=8 speedDecrFactorTrackBorder=0.3 oilcanPowerPerClick=85 stoneSpawnInterval=7 #Level2 // percentage of dragonitems to collect to unlock this level minPercentage=0.1 minSpeedPrinzProtz=5000 maxSpeedPrinzProtz=7000 accelerationPrinzProtz=0.25 minSpeedSergeant=5000 maxSpeedSergeant=7300 accelerationSergeant=0.25 minSpeedRitterRost=5000 maxSpeedRitterRost=12000 steeringRitterRost=3000 minSpeedKoks=5000 maxSpeedKoks=7000 accelerationKoks=0.25 laps=3 damageObstacle=8 speedDecrFactorObstacle=0.35 damageOpponent=8 speedDecrFactorOpponent=0.35 damageTrackBorder=8 speedDecrFactorTrackBorder=0.35 oilcanPowerPerClick=80 stoneSpawnInterval=6 #Level3 // percentage of dragonitems to collect to unlock this level minPercentage=0.1 minSpeedPrinzProtz=5000 maxSpeedPrinzProtz=8000 accelerationPrinzProtz=0.28 minSpeedSergeant=5000 maxSpeedSergeant=8300 accelerationSergeant=0.28 minSpeedRitterRost=5000 maxSpeedRitterRost=13000 steeringRitterRost=3000 minSpeedKoks=5000 maxSpeedKoks=8500 accelerationKoks=0.28 laps=3 damageObstacle=8 speedDecrFactorObstacle=0.4 damageOpponent=8 speedDecrFactorOpponent=0.4 damageTrackBorder=8 speedDecrFactorTrackBorder=0.4 oilcanPowerPerClick=75 stoneSpawnInterval=5 #Level4 // percentage of dragonitems to collect to unlock this level minPercentage=0.1 minSpeedPrinzProtz=4000 maxSpeedPrinzProtz=9000 accelerationPrinzProtz=0.3 minSpeedSergeant=4000 maxSpeedSergeant=9000 accelerationSergeant=0.3 minSpeedRitterRost=5000 maxSpeedRitterRost=14000 steeringRitterRost=3000 minSpeedKoks=5000 maxSpeedKoks=9000 accelerationKoks=0.3 laps=3 damageObstacle=8 speedDecrFactorObstacle=0.45 damageOpponent=8 speedDecrFactorOpponent=0.45 damageTrackBorder=8 speedDecrFactorTrackBorder=0.45 oilcanPowerPerClick=70 stoneSpawnInterval=4 #Level5 // percentage of dragonitems to collect to unlock this level minPercentage=0.1 minSpeedPrinzProtz=5000 maxSpeedPrinzProtz=9000 accelerationPrinzProtz=0.35 minSpeedSergeant=5000 maxSpeedSergeant=5900 accelerationSergeant=0.35 minSpeedRitterRost=5000 maxSpeedRitterRost=15000 steeringRitterRost=3000 minSpeedKoks=5000 maxSpeedKoks=9500 accelerationKoks=0.35 laps=3 damageObstacle=8 speedDecrFactorObstacle=0.5 damageOpponent=8 speedDecrFactorOpponent=0.5 damageTrackBorder=8 speedDecrFactorTrackBorder=0.5 oilcanPowerPerClick=65 stoneSpawnInterval=3