Page 11 of 18 FirstFirst ... 9 10 11 12 13 ... LastLast
Results 101 to 110 of 172

Thread: Official "Post your Gmod Crap" thread!

  1. #101
    GLORY TO ARSTOTZKA rossmum's Avatar
    Join Date
    Sep 2006
    Location
    the atrocity exhibition
    Posts
    13,767

    Re: Official "Post your Gmod Crap" thread!

    Will be at a gunshow over the weekend, with any luck I'll find myself a nice 91/30.

    Also, I've heard mixed accounts on the TF2 ragdolls... some say they work fine, some say they can't fingerpose them at all. I've seen pictures with fingerposed TF2 ragdolls in the thread people were using to bitch about it, so I'm really not sure. I haven't actually made any TF2 poses so I wouldn't have a clue.
    Reply With Quote

  2. #102
    got blood on his suit MNC's Avatar
    Join Date
    Jun 2007
    Posts
    725

    Re: Official "Post your Gmod Crap" thread!

    Quote Originally Posted by rossmum View Post
    Protip: nocollide the knife.
    Yeah, I'm too lazy to go nocolliding. It was just a quicky.



    Smartwelding is fun. But I suck at placing props for contraptions.


    My first big contraption. Not finished, better pics coming up, but it's something imo. It's got sexy wire turrets though

    But I've got random gaps in, and they're not all aligned properly. Would the stacker tool help for that?
    Reply With Quote

  3. #103

    Re: Official "Post your Gmod Crap" thread!

    Quote Originally Posted by rossmum View Post
    Will be at a gunshow over the weekend, with any luck I'll find myself a nice 91/30.

    Also, I've heard mixed accounts on the TF2 ragdolls... some say they work fine, some say they can't fingerpose them at all. I've seen pictures with fingerposed TF2 ragdolls in the thread people were using to bitch about it, so I'm really not sure. I haven't actually made any TF2 poses so I wouldn't have a clue.
    I can fingerpose them... but if I try to do anything with faceposing, hilarity ensues.

    Quote Originally Posted by n00b1n8R View Post
    hanging out with pooky
    AHAHAH I remember that shit. Wasn't I trying to shrink the whole ragdoll and it ended up looking like fucking betty spaghetti or something?
    Last edited by Pooky; April 3rd, 2008 at 10:40 PM.
    Reply With Quote

  4. #104
    Hi everybody! Dr Nick's Avatar
    Join Date
    Jun 2007
    Posts
    1,267

    Re: Official "Post your Gmod Crap" thread!

    The fingerposer got fixed in one of the latest releases. Faceposer is massively twitchy, I guess Valve wanted more out of the characters.
    Reply With Quote

  5. #105
    Hi everybody! Dr Nick's Avatar
    Join Date
    Jun 2007
    Posts
    1,267

    Re: Official "Post your Gmod Crap" thread!

    Double Post, etc. I know, this is my GMod contraptions.

    First off, a car design that I did a while ago. It's huge, but I think it looks nice for a 10 minute job. It's not finished:


    Next is an airboat transport truck I made earlier. It took me about 10-15 minutes to make, and I'm not sure if I want to add anything to it. It barely pulls the trailer up a 20deg plane:



    This is how I designed the link. It's 2 PhX-Tri pieces Ballsocketed together. The rear piece is welded to most of the front of the trailer, while the front piece is welded only to the airboat(since it's the only thing to weld to on the front:



    Next is a hover-board that a friend showed me. It uses Wire generally, 6 thrusters(2-front, 2-rear, 1-each side), a wire Graphics Tablet(under Wire I/O) and an expression chip. Aside from that, it uses a board to put everything on, an Airboat seat and 4 hoverballs:


    * The arrows were roped together.



    And here's something I was just messing around with on a server and had a lot of fun with. It's a jeep, but a transport truck style. Plus, it has a follower-RT camera that I designed for a pretty 3rd person view:



    The Follower-Cam is designed to revolve around the vehicle, for a nice third-person view. It's simple, and special. I rigid roped the front corners of the base to one point on the jeep, and the front of the camera to the same point, then made the base weigh 200, and gave it the ice phys property(super ice makes it spin too much).
    It can watch you go over jumps from the side and it looks amazing!





    This is just some random stuff I felt like adding.

    If you mess with the brightness and contrast of the "Old Red Tint" in Colour Mod, you can get some pretty creepy effects!


    I don't think I have to explain this one:


    Bagel Poop! I made a large bagel and put it on my friends bank design, and he got an awesome idea to turn it into a coffee shop!


    That's it. The maps I used are:
    gm_mobenix_v01
    gm_mobenix_v2
    gm_megastruct_final
    gm_towerofterror*

    *TowerOfTerror is a remake of the Tower of Terror ride at the Walt Disney World Resort. It's originally for GMod9, but works perfectly with GMod 10.
    Reply With Quote

  6. #106
    +rep to cure coronavirus n00b1n8R's Avatar
    Join Date
    Oct 2006
    Location
    Australia
    Posts
    13,215

    Re: Official "Post your Gmod Crap" thread!

    I really like that thoverboard thingo. :O
    Reply With Quote

  7. #107
    Hi everybody! Dr Nick's Avatar
    Join Date
    Jun 2007
    Posts
    1,267

    Re: Official "Post your Gmod Crap" thread!

    Code:
    N@Graphics Tablet Turning
    I@GraphicX GraphicY OnScrn
    O@TurnR TurnL Up Down
    GraphicX > 0.3 & OnScrn == 1 -> TurnR = 1;
    GraphicX < -0.3 & OnScrn == 1 -> TurnL = 1;
    GraphicX > -0.3 & GraphicX < 0.3 & OnScrn == 1 -> TurnR = 0, TurnL = 0;
    GraphicX > -0.3 -> TurnL = 0;
    GraphicX < 0.3 -> TurnR = 0;
    OnScrn == 0 -> TurnR = 0, TurnL = 0;
    
    GraphicY > 0.4 & OnScrn == 1 -> Up = 1;
    GraphicY < -0.2 & OnScrn == 1 -> Down = 1;
    GraphicY > -0.2 & GraphicY < 0.4 & OnScrn == 1 -> Up = 0, Down = 0;
    GraphicY > -0.2 -> Down = 0;
    GraphicY < 0.4 -> Up = 0;
    OnScrn == 0 -> Up = 0, Down = 0;
    If you wanna make one, save this under garrysmod\data\expressiongate as graphicstabletturning.txt

    The wiring is really simple.
    Reply With Quote

  8. #108
    chilango Con's Avatar
    Join Date
    Aug 2006
    Location
    Victoria, BC, Canada
    Posts
    8,397

    Re: Official "Post your Gmod Crap" thread!

    beware the fail cannon:


    Reply With Quote

  9. #109
    +rep to cure coronavirus n00b1n8R's Avatar
    Join Date
    Oct 2006
    Location
    Australia
    Posts
    13,215

    Re: Official "Post your Gmod Crap" thread!

    sux u suk go keel ur self faget
    ALL HAIL THE IMMORTAL PROP CANNON
    Reply With Quote

  10. #110
    GLORY TO ARSTOTZKA rossmum's Avatar
    Join Date
    Sep 2006
    Location
    the atrocity exhibition
    Posts
    13,767

    Re: Official "Post your Gmod Crap" thread!

    Quote Originally Posted by Conscars View Post
    beware the fail cannon:


    A CHALLENGER APPEARS

    Reply With Quote

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •