Simski

Simski

  • Member since: 7/8/2010
  • Gender: Male
  • SteamID: aidsbeflackad@hotmail.com
 
 

About

I was born and raised on the Internet. This is where I came from, this is where I belong. I have come to love my place of birth, and as long as you stay clear of the trolls, I'm sure you will too.

0Games Rated 1Comments 49Forum Posts 0Games Submitted 0Merits

Simski's Quests (2)

Show All Quests

Friends

No friends added!

Favorite Games

No games faved yet!

The Messenger

Rules and Guidelines

You must be logged in to post a comment!

  1. CTC3 is coming out but since you are inactive, it will be difficult to give you the link.

  2. Hello! How are you??

  3. woop?

  4. Oops I forgot the last part.

    {"l":["tg","mg","bg","wc","id"],"r":["rw","rwc","rs","rsc","ri","ric","rb","rbc","rfb","rpb","rrb","rf","rl","rr","ra","rp"],"c":["bic,534.7,444,0.5,3,90"],"n":"CCC","t":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,0,0,0,0,0,0,0,0,230,0,0,0,0,0,0,0,0,0,0,0,0],"o":-1,"p":""}

    The "n" is the name of your castle, "p" is the name of the creator

  5. It took me a while to understand how to do it because I have no programming experience.

    Here's a simple example using a steel beam:

    You need to copy and paste the following code into a text editor so you can modify it. Once you're done, you need to copy then paste it using the load command in the castle builder. Create something simple, save it and using the "Export" command, paste it into a text editor. After modifying it, copy it and paste it back into the castle builder using the "Load" command

    {"l":["tg","mg","bg","wc","id"],"r":["rw","rwc","rs","rsc","ri","ric","rb","rbc","rfb","rpb","rrb","rf","rl","rr","ra","rp"],"c":["bic,534.7,444,0.5,10,89.9"],"n":"AAA","t":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"o":-1,"p":""}

    look at the part where it says bic ("bic,534.7,444,0.5,10,89.9") 534.7 = X axis, 444= Y axis, 0.5= width, 10 = length, and 89.9 = angle. You can modify these. I only experimented with the width and the lenght so far. The max height is 230 and the lowest is -20.

    This is the non modified code. Look at the lenght difference (3 instead of 10).

    {"l":["tg","mg","bg","wc","id"],"r":["rw","rwc","rs","rsc","ri","ric","rb","rbc","rfb","rpb","rrb","rf","rl","rr","ra","rp"],"c":["bic,534.7,444,0.5,3,90"],"n":"BBB","t":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"o":-1,"p":""}

    In this one I modified the terrain "t" ( I changed two of them from zero to 230)