vamflax

LD24

VAMflax in the house!!!

Hey!

Well, I’m VAMflax, or… Jamie Lowes. I’m a game programmer, check my stuff at jamielowesdev.com. I’ve just tonight started an indie gaming brand, VAMflax.com.

I’m working on Chopper Mike, it’ll be rad once it’s done. Should be out on Android and iOS, and I’ll probably do a web/PC version at some point too.

Give the micro-demo a wang!

 

I’m well up for this Ludum Dare business. I’ll probably enter the Jam to start, Rancho Relaxo style.

I’ll be using:

Unity
sfxr
nanoloop
Blender
MS Paint, if I need textures!!
And I’ll be aiming to use some Google Web Fonts, because they rule!

 

Take it easy!

J-Dogg

Comments

Puzzlem00n
08. Aug 2012 · 20:31 UTC
Interesting, you appear to be really in to developing a brand for yourself. As an indie developer, it really is crucial for repeated success, and it’s nice to see that you realize this early on. Good luck, you’ve made it into my “people to watch” bookmarks folder.
08. Aug 2012 · 20:59 UTC
It is early on! I’ve only been making *my* stuff for about a month! :)
09. Aug 2012 · 20:55 UTC
LOL, I liked my own post. I thought it would tell me who liked this post… Oh well…!! :)

Captain Jatobe!

Thought I’d prototype, in a rapid manner, in prep for LD24.

Made a boat control test in Unity, way happy with it.

Need to stop doing these if I’m going to get Chopper Mike done, but… they’re so much fun…!!

Singing

If your theme tune requires singing, is it okay for other people to sing too. Or in the solo comp do you have to do the singing yourself…?

Comments

sfernald
22. Aug 2012 · 19:57 UTC
Sadly you have to sing yourself I believe. All assets have to have been created by you.
23. Aug 2012 · 04:23 UTC
Cool. Thanks!

Shaders I’ll be using…

Okay, I’m going untextured for this game. In the interests of not messing about with shaders in Unity I hereby declare and share this shader for lit vertex colours…

 

Shader "Custom/VertexColourLit"
 {
 SubShader
 {
 BindChannels
 {
 Bind "vertex", vertex
 Bind "normal", normal
 Bind "color", color
 }
 
 Pass
 {
 ColorMaterial AmbientAndDiffuse
Lighting On
 }
 }
 }

And this one for lit verts with a specified colour, yay…

Shader "Custom/ColourLit"
 {
 Properties
 {
 _Color ("Main Color", Color) = (1,1,1,1)
 }
 
 SubShader
 {
 Pass
 {
 Material
 {
 Diffuse [_Color]
 Ambient [_Color]
 }
 
 Lighting On
 }
 }
 }

 

Music Practice

Fired up Garageband, this came out…

http://dl.dropbox.com/u/21495867/VAMflaxTheme.mp3

I’m ready…!!

Comments

24. Aug 2012 · 07:03 UTC
VAMflax makes the best games, yo! Hahaha, sounds awesome!
smn
24. Aug 2012 · 07:54 UTC
Damn! I don’t know what you’re going to make this weekend, but I feel weirdly compelled to play it, now!
24. Aug 2012 · 08:10 UTC
Cheers dudes.
chipcaramel
24. Aug 2012 · 08:33 UTC
If I have to play a game I’d play one by VAMflax!

Workstation… Powering Up!!

CPUs set to HYPE… VDUs set to VAMflax…

 

 

Beer is in refrigerator…!!  😀

Comments

Chinchilla
24. Aug 2012 · 14:59 UTC
VAMFLAX!!!
24. Aug 2012 · 15:05 UTC
That name again… 😉

Hip Hop Bass…

Can’t get past the hip hop bass in Garageband… It’s gonna feature HEAVILY   😀

Preparations…

Okay, going for beer, food and wine, then maybe a beer, to ready my systems…

Can’t wait…!!

See you on the other side…!!! 😀  😀  😀

Comments

24. Aug 2012 · 16:35 UTC
They normally say that alcohol is a bad idea, you know. But, you’re probably kidding. 😀

It begins…

Morning everyone….!

Evolution you say…

On target…

Nothing done as such so far.

Watching Evolution Of Dance while powering up…

Comments

jfroco
25. Aug 2012 · 05:08 UTC
Best mouse eva!!!
26. Aug 2012 · 18:15 UTC
It is, it’s pretty old, but it’s going nowhere…!! :)

Concept

Okay…

 

Level begins. Kill all the enemies except the Queen. Mate with the Queen. Play next level as your mutated offspring…

 

BAM!!!

First screen…

Core state and splash box done!

Want to get the guff out the way as I think the game out…

Woo, a box!

 

Music…

First smash at a tune… it’s not good, but it’s a tick in a box. Yay!!

Menu screen next… Still not thought the game through completely…

Main Menu

With concept… GET DAT QUEEN!!

 

Flow…

Oh yeah….!! I got that SuperCoreScript, and I totally called resetForNewGame… weeeeeeee-wooooooo!!

Level 01

Okay, it’s a side scroller, and here’s the first stage…

 

Core Gameplay Code

bool poop = Input.GetKey( KeyCode.D );

if( poop )
{
Debug.Log( “POOP” );
}

Comments

smn
25. Aug 2012 · 07:04 UTC
Love it.
feltiko
25. Aug 2012 · 07:22 UTC
Best game ever. 😀
Doctor Broccoli
25. Aug 2012 · 07:25 UTC
GENIUS!

11am build

Have follow cam, shadow and collision boundary…

http://dl.dropbox.com/u/21495867/LD24/Saturday11am/WebPlayer/WebPlayer.html

1pm Build…

Got boooritts!!

PLAY:

http://dl.dropbox.com/u/21495867/LD24/Saturday1pm/WebPlayer/WebPlayer.html

 

LOOKY: