[Edit] Change game settings

Post here your released mods

[Edit] Change game settings

Postby Juroz » Wed Mar 14, 2012 3:55 pm

WARNING! DO THIS AT YOUR OWN RISK!

I started editing my game and i notice it made the game alot "funnier" for me.. Here, im going to show you some of the things i have change within the game files.

[Walking Speed] I like my game fast.
Open the file livingentities.xml (towns folder/data)

First, look for this code in livingentities.xml
Code: Select all
   <citizenmale>
      <type>CITIZEN</type>
      <altGraphics>citizenmale2</altGraphics>
      <altGraphics>citizenmale3</altGraphics>
      <altGraphics>citizenmale4</altGraphics>
      <altGraphics>citizenmale5</altGraphics>
      <altGraphics>citizenmale6</altGraphics>
      <attack>1d599+1700</attack>
      <attackSpeed>5</attackSpeed>
      <defense>1d599+1700</defense>
      <healthPoints>1d599+1700</healthPoints>
      <attackVerb esES="golpea">punches</attackVerb>
      <attackVerbInfinitive esES="golpear">punch</attackVerbInfinitive>
      <damage>1d59+170</damage>
      <LOS>1d3+2</LOS>

      <movePCT>1d4+3</movePCT>
      <walkSpeed>60</walkSpeed>

      <facingDirections>true</facingDirections>

      <drop>
         <item>corpse</item>
         <PCT>100</PCT>
      </drop>
   </citizenmale>


Where you see
Code: Select all
<walkSpeed>60</walkSpeed>


Change it too
Code: Select all
<walkSpeed>200</walkSpeed>


So now we have change the male walkspeed, we need to change female walkspeed. Look for
Code: Select all
   <citizenfemale>
      <type>CITIZEN</type>
      <altGraphics>citizenfemale2</altGraphics>
      <altGraphics>citizenfemale3</altGraphics>
      <altGraphics>citizenfemale4</altGraphics>
      <altGraphics>citizenfemale5</altGraphics>
      <altGraphics>citizenfemale6</altGraphics>
      <attack>1d599+1700</attack>
      <attackSpeed>5</attackSpeed>
      <defense>1d599+1700</defense>
      <healthPoints>1d599+1700</healthPoints>
      <attackVerb esES="patea">kicks</attackVerb>
      <attackVerbInfinitive esES="patear">kick</attackVerbInfinitive>
      <damage>1d59+170</damage>
      <LOS>1d3+2</LOS>

      <movePCT>1d4+3</movePCT>
      <walkSpeed>60</walkSpeed>

      <facingDirections>true</facingDirections>

      <drop>
         <item>corpse</item>
         <PCT>100</PCT>
      </drop>
   </citizenfemale>


Where you see
Code: Select all
<walkSpeed>60</walkSpeed>


Change it too
Code: Select all
<walkSpeed>200</walkSpeed>


Now male and female has a walkspeed of 200! F>A>S>T>!

Note: Any armor equipped male/female, their walkspeed will become normal.
Last edited by Juroz on Wed Mar 14, 2012 4:09 pm, edited 1 time in total.
Juroz
 
Posts: 25
Joined: Wed Mar 07, 2012 7:21 pm

Re: [Edit] Change game settings

Postby Juroz » Wed Mar 14, 2012 4:02 pm

[Less Eating] I like my villagers to keep building.. not eating!

Open the file items.xml (towns folder/data)
Look for this code
Code: Select all
   <bread>
      <name esES="Pan">Bread</name>
      <description esES="Algo insípido, pero llena">Kind of stale, but it'll still fill you up</description>
      <type>prepfood</type>
      <canBeEaten>true</canBeEaten>

      <stackable>true</stackable>
      <stackableSize>1</stackableSize>

      <foodValue>3</foodValue>
      <foodFillPCT>75</foodFillPCT>
      <foodEatTime>80</foodEatTime>
   </bread>


Where you see
Code: Select all
<foodFillPCT>75</foodFillPCT>


Change it to
Code: Select all
<foodFillPCT>1500</foodFillPCT>


Now all bread fill your villagers 1500%!
Juroz
 
Posts: 25
Joined: Wed Mar 07, 2012 7:21 pm

Re: [Edit] Change game settings

Postby Juroz » Wed Mar 14, 2012 4:18 pm

[Bring Happiness] I wanted more villagers and it all counts on "Happiness"


Open the file items.xml (towns folder/data)
Look for this code
Code: Select all
   <stonemalestatue>
      <name esES="Estatua de piedra">Stone statue</name>
      <description esES="Una estatua de piedra de un héroe legendario">A stone statue of a legendary hero</description>
      <type>decorative</type>

      <alwaysOperative>false</alwaysOperative>
      <happiness>1</happiness>

      <stackable>true</stackable>
      <stackableSize>1</stackableSize>
   </stonemalestatue>


Where you see
Code: Select all
<happiness>1</happiness>


Change it to
Code: Select all
<happiness>10</happiness>


Now every time you build stone statue (person holding sword top), it give 10 happiness!

Note: you must also build rooms for more villagers to come.
Juroz
 
Posts: 25
Joined: Wed Mar 07, 2012 7:21 pm

Re: [Edit] Change game settings

Postby T04dSt0n3d » Sat Mar 17, 2012 6:57 am

Hey thanx for the mod cheats. I get to the point where I'm about self sufficient in food supply; just to loose all of my citizens to hunger lock :evil: Thanx for the change up :D
T04dSt0n3d
 
Posts: 5
Joined: Sat Mar 17, 2012 5:10 am

Re: [Edit] Change game settings

Postby Kleko » Sat Mar 17, 2012 11:45 am

I never really used cheats in games, but if I ever wanted a 500 townie town I'll use your tips.
Image Stupid people are dangerous in large groups. Especially when we live in a world with water pockets in jungles.
User avatar
Kleko
 
Posts: 104
Joined: Wed Feb 29, 2012 9:17 am
Location: Norway

Re: [Edit] Change game settings

Postby JohnDevince » Wed Apr 04, 2012 2:47 am

Love these! Hm Making a tutorial for these would be allowed right? (Asking your permission)
~ Thank You!
~ John
I found a way to change the names of your newly spawned Townies MWHAHAHAHHAH
~ One of the original of community moddders
User avatar
JohnDevince
 
Posts: 60
Joined: Mon Apr 02, 2012 2:20 am


Return to Released mods

Who is online

Users browsing this forum: No registered users and 0 guests