Game World
Would you like to react to this message? Create an account in a few clicks or log in to continue.


Gaming Galore
 
HomePortalGallerySearchLatest imagesRegisterLog in

 

 RigidChips

Go down 
AuthorMessage
Chewbacca-Loca
Co-Admistrator
Co-Admistrator
Chewbacca-Loca


Male
Number of posts : 76
Age : 30
Location : My Happy Place
points :
RigidChips Left_bar_bleue0 / 1000 / 100RigidChips Right_bar_bleue

Registration date : 2008-02-26

RigidChips Empty
PostSubject: RigidChips   RigidChips Icon_minitimeSat May 17, 2008 8:42 pm

This is a really fun game where you make models out of different kinds of square chips, then play with them in a freeform, sandbox environment. It's a lot of fun, especially making working models. Here are some links:

http://www.iamas.ac.jp/~takeya04/softwareE.html The site to download it from (download version 1.5.B26, not 1.2)

http://yasu.rank.nu/yasu/count.cgi?n=rcd&l=http://hp.vector.co.jp/authors/VA013928/bin/rcd021.lzh The download for the Model Viewer and Makerhttp://rigidchips.ipbfree.com/ The only English fanforum for RigidChips

And here's one of my best models for you to try ^_^


Code:
// [RCD]
Val
{
    GO(default=0, min=-2000, max=2000, step=1000)
    TURBO(default=0, max=20000, step=10000)
    TURN(default=0, min=-10, max=10, step=1)
}
Key
{
    0:GO(step=1000)
    1:GO(step=-1000)
    2:TURN(step=-1)
    3:TURN(step=1)
    6:TURBO(step=10000)
}
Body
{
    Core() {
        N:Frame() {
            N:Frame() {
                E:RudderF(angle=TURN) {
                    E:Frame(angle=-135) {
                        E:Wheel(angle=-135, power=GO, option=0, effect=2) { }
                        S:Trim(angle=-45) { }
                    }
                }
                W:RudderF(angle=TURN) {
                    W:Frame(angle=-135) {
                        W:Wheel(angle=-135, power=-GO, effect=2) { }
                        S:Trim(angle=45) { }
                    }
                }
            }
        }
        W:Frame(angle=-40, spring=0.5, damper=0.5) {
            W:Wheel(angle=120, power=-GO, effect=2) { }
            N:Weight() {
                N:Chip() { }
                S:Chip() { }
            }
        }
        E:Frame(angle=-40, spring=0.5, damper=0.5) {
            E:Wheel(angle=120, power=GO, effect=2) { }
            N:Weight() {
                S:Chip() { }
                N:Chip() { }
            }
        }
    }
}
Back to top Go down
 
RigidChips
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
Game World :: Computers/Desktops :: Computer Gaming-
Jump to: