Showing posts with label Gaslands. Show all posts
Showing posts with label Gaslands. Show all posts

Thursday, 17 October 2024

Mega City Block Upgrade - The Okey Dokey Chef

Once you start pimping out your Mega City One Block Storage Case it's hard to know when to stop...

The Okey Dokey Chef Animated Sign

I wanted my sign to be an advertising hoarding and one of the most famous signs in Mega City One is the Okey Dokey Chef as featured in the Supersurf 7 race story Midnight Surfer (progs 424-429).  I was also inspired by the famous Vegas Vic neon sign whose arm waving welcomed gamblers from all around the globe since 1951.

He wold make an excellent starting point to learn about how to control low voltage RC servos with Arduino.

The Chef

I found a nice piece of clipart online which had the vibe I was going for and imported this into GIMP for editing.  

I cut out the "Chef's Kiss" hand using the lasso tool and moved this over into  a seperate file.  This is going to be the sweeping hand which we will animate later using a servo.

I added a speech bubble with some appropriate text coming out of the side of the chef's head. 

Okey Dokey Chef Sign

Preparing for Tinkercad

I have learned that Tinkercad is a pretty simplistic modelling tool and it does not particular like creating complex curved or polygonal shapes.  The easiest way to solve this conundrum is to simply create a solid black mask version of your line drawn artwork.  This can be used as a background and because both shapes are exactly the same image size, they will register perfectly together when you import them into Tinkercad.

When I was happy with both files, I and exported them (and their solid black mask counterparts) as a PNG then converted into an SVG using convertio.com.  Each line drawn SVG is imported into Tinkercad for extrusion into a 3D object using the same technique I used to create my badges and Index Card RPG Card Back Stamps. I use an extrusion height of 30mm.

The black mask variant is then imported and the combined shapes exported as a single STL.  This gives me an STL file for the chef and a file for the arm which can be printed on the Anycubic Photon M5.

Okey-dokey-sign-002

The Electronics

The core of this project is an Arduino nano.  These little boards are stupidly cheap and really easy to start your coding adventure.  Seriously, if an idiot like me can do it then anyone can.

The bit doing all of the moving is a 9g 5v 180 degree hobby servo which I bought in a twinpack from Ali Express for £1.79.

Okey Dokey Chef with servo hand
This was superglued across the gap between the Speech bubble and the chef's arm.

The Wiring and Code

I used the excellent How to Control Servo Motors tutorial on the makerguides website.  The servo has 3 wires Red (5v Power) goes to the 5v pin,  Brown (Ground) goes to the GND pin and the Yellow (Signal) goes to Pin 9.

The code example given is perfect for my purposes, but I did need to customise the start and end positions for the hand as it does not need to run the full 180 that the servo is capable of.  I also added a 500 millisecond delay at the end of each travel.


#include 

Servo myServo;  // Create a Servo object

void setup() {
  myServo.attach(9);  // Attach the servo to pin D9
}

void loop() {
  // Move from 30 to 135 degrees
  for (int pos = 30; pos <= 135; pos += 1) {
    myServo.write(pos);  // Tell servo to go to position in variable 'pos'
    delay(45);           // Wait 15 milliseconds for the servo to reach the position
  }
  delay (500);
  // Move from 135 to 30 degrees
  for (int pos = 135; pos >= 30; pos -= 1) {
    myServo.write(pos);  // Tell servo to go to position in variable 'pos'
    delay(45);           // Wait 15 milliseconds for the servo to reach the position
  }
   delay (500);
}

Troubleshooting

In my naievete I thought that the Arduino nano would be able to power this whole project.  However, the little servo apparently draws too much power to run continuously causing the nano to reset itself and creates some erattic animation.

I tried to mitigate this by adding increasing the dealy to 45 thereby slowing down the move, but sadly this was not enough.  It would have been nice to know all this from the start as an alternative board such as an ESP32.  

Anyway that is another story.  In the meantime check out the final result


Download the Files

I have also uploaded the Okey Dokey Sign STL files to Thingiverse if you should want to make your own version of this iconic comic book sign.

Okey Dokey Chef Sign with Supports

Let me know if you found this useful or if you have made your own animated signs for your own games


Sunday, 24 January 2021

Gaslands: A Question of Scale

 I recently joined the Gaslands facebook group and a user posed the interesting question of what scale models can you use when building your post apocalypse road warrior gang?

The simple answer is quite a few.  Pictured below are a selection of miniatures from my own collection.

1:72 - Airfix kits are an obvious go to for those military inspired builds especially the tanks and helicopters of Rutherford and Mishkin 

Gaslands Scale Comparisons
Gaslands Scale Comparison

1:64 - Hotwheels and Matchbox are nominally 1:64th scale but there's a lot of leg room and models tend to besized to fit in a blister pack rather than be true scale.

20mm - A popular modern wargaming scale designed to fit in with 1:72 plastic kits.  This seems to be the scale that most 3rd Party companies like Stan Johansen Miniatures have adopted

15mm - Popular with Sci-Fi wargamers but cheap as chips and there are lots of manufacturers out there.

Thursday, 21 January 2021

Gaslands in Lockdown: Build a Team Competition

I've been a fan of vehicular combat games since I first saw Mad Max way back when.

Lockdown sees me with plenty of time on my hands and some creative urges which need to be sated, so I propose a build off.


The Rules

1. Visit the Gaslands Refueled Team Builder and build a 50 can team (no Gyros, Helicopters, Tanks or War Rigs)

2. Scratch-build as accurate a model of them as you can taking into account every weapon, crew member and upgrade you can squeeze in.  Base vehicles must be Matchbox / Hotwheels (or similar) so no 3D printing an entire vehicle.

3. Subscribe to the Roleplay Geek Pubishing facebook page and post a photo in the comments with your Teams stats.

4. Closing date for entries is Fri 26th Feb 2021.

5. Winner receives a £10 amazon gift voucher and bragging rights for the best vehicle.

Wednesday, 10 June 2020

Jessie's Prints Episode 10 - Soda Bottle Stacking Planters

This week, I are mostly been printing...

Soda Bottle Stacking Planters - https://www.thingiverse.com/thing:4437199

Living in an apartment I have very limited garden space, basically it is my kitchen window ledge.  I was challenged by my 80 year old Dad (who has an alllotment channel on YouTube) to start growing some microgreens.

I used to have a ramshackle mix of pots and planters which did not take advantage of the one thing I do have which is ample amounts of vertical space and a chance encounter with an image on Pinterest made me think "I can do that with my printer". 

Minutes later, the Soda Bottle Stacking Planter was born.

Soda Bottle Stacking Planter
Soda Bottle Stacking Planter

Just print twice, glue the halves together and combine with your favourite 2 Litre bottle of soda.

"But this is a gaming blog! What the heck has this to do with gaming?" I hear you say. 

Well this is a perfect example of a crossover print.  With the addition of this ladder from Thingiverse designer Cheng Huat Wan it becomes a multi-purpose Bulk Liquid Storage Tank for use in all your Sci-Fi miniature wargames and RPGs.

I know that I'll be using mine in my Gaslands and Judge Dredd RPG games.

Bulk Liquid Storage Tank

Sci-Fi Bulk Liquid Storage Tank
Sci-Fi Bulk Liquid Storage Tank



 

Wednesday, 3 June 2020

Jessie's Prints Episode 9 - Car Wars

This week, I are mostly been printing...

Classic Car Wars Vehicles 15mm / 1:64 - https://www.thingiverse.com/thing:4403771

Steve Jackson's classic automobile apocalypse game Car Wars was a big part of my childhood.  The tiny scale (and cardstock counters) meant that the whole epic game could fit  into a case slightly smaller than a video cassette.  

Many expansions were released over the years including The AADA Vehicle Guide.  By now SJG had developed a sort of short hand for describing these vehicles but the AADA Vehicle Guide was unusual in that it included a full set of elevation drawings for each vehicle.  A further expansion pack of AADA Counters was also available for play in the game. 

These are perfect for my 15mm Judge Dredd game so I thought I would have a go at modelling and printing some of these futuristic looking things.  They are also perfect for Gaslands with a bit of postapolcalyptifying and each model prints out in about 30 minutes, so faster than you can say "Can we go to the shops and buy some Hotwheels, mum?".

If you download them please remember to collect, share your makes and tip the designer if you fancy it.

Reminds me of the Volvo Ad catchphrase in the 1990 movie Crazy People "They're boxy, but good"

Superflash

Car Wars Superflash

Tonto

Car Wars Tonto


Spring Surprise

Car Wars Spring Surprise

Painted

Car Wars Cars Painted

Wednesday, 13 May 2020

Jessie's Prints Episode 6 - Spool Walls Tower Block

This week, I are mostly been printing... 

Spool Walls Tower Blockhttps://www.thingiverse.com/thing:4343675 / https://www.thingiverse.com/thing:4345022 


Spool Walls Tower Block
Recycle those empty filament spools into Sci-Fi Scenery and... save the planet!

Owning an FDM 3D Printer causes you to inevitably collect empty spools of filament.  I designed this to repurpose those spools into sci-fi scenery for my Judge Dredd and Gaslands games.  The two models can be downloaded for free using the Thingilinks above.  I fully intend to add more models and accessories to this series to help recreate your little piece of Mega City 1.

Stay tuned for more updates and if you like the model don't forget to like, share, add a make and tip the designer.