Topic:   It's back!   (Read 9580 times)


0 Members and 1 Guest are viewing this topic.

Redd


  • GMG-er

  • **


  • Posts: 118

  • Silent, but very, very deadly.
It's back!
« on: July 04, 2012, 07:40:58 PM »
*dusts off account*

Hey everyone!

You may/may not know/remember me. I realize I haven't been on the GMG as much as the SC Plaza back when it was still somewhat visited/active, so if there are different people around here, hi!

I see a lot has changed from the last time I've been here. What's new with you guys? :)

I'm done with my Computing course and moved on to Interactive Media, just finished the first of three years. It's been so busy that I haven't had a social or online life for months, so my activity may be a little off until I get used to people again.


Gan


  • Administrator

  • ^ This guy is amazing.

  • *****


  • Posts: 4411
Re: It's back!
« Reply #1 on: July 04, 2012, 07:50:09 PM »
Hey Redd, it's been a long time.

Circuit


  • GMG-er

  • **


  • Posts: 299

  • blast from the past
Re: It's back!
« Reply #2 on: July 05, 2012, 02:11:13 AM »
Hey Redd!  I always wondered what happened to you.  Congratulations on finishing your computing course.  How are things in Malta?

Redd


  • GMG-er

  • **


  • Posts: 118

  • Silent, but very, very deadly.
Re: It's back!
« Reply #3 on: July 05, 2012, 04:26:00 AM »
Hey Redd, it's been a long time.
It feels like a million years!

Hey Redd!  I always wondered what happened to you.  Congratulations on finishing your computing course.  How are things in Malta?
Couldn't get used to being here over the plaza, so I decided to take a little break. Then one thing led to another and school took over my life.

Almost nothing has changed, with the exception of some serious weather we've been having.

Charlo


  • GMG-er

  • **


  • Posts: 451
Re: It's back!
« Reply #4 on: July 05, 2012, 02:42:47 PM »
Any progress on Mount Gigan or whatever your RPG was called? 

Redd


  • GMG-er

  • **


  • Posts: 118

  • Silent, but very, very deadly.
Re: It's back!
« Reply #5 on: July 05, 2012, 03:07:48 PM »
Any progress on Mount Gigan or whatever your RPG was called?
Yeah, was porting the engine from Javascript to C# on Unity during some free time throughout the year. Some 3D assets are almost done, what's left is someone to help me with reference images so I can start work on the characters.

WarHampster


  • GMG Extraordinaire

  • ***


  • Posts: 1501

  • The People's Moderator
    • Arcade of the Absurd
Re: It's back!
« Reply #6 on: July 06, 2012, 12:20:09 PM »
Hey Redd! What's studying interactive media like? I'm going down a similar route.

Redd


  • GMG-er

  • **


  • Posts: 118

  • Silent, but very, very deadly.
Re: It's back!
« Reply #7 on: July 06, 2012, 03:24:40 PM »
Hey Redd! What's studying interactive media like? I'm going down a similar route.
It's an adventure! The course was introduced at our school three years ago, the units change each year depending on the student output and we've gone through the toughest one yet. Mainly, it focuses on graphic design and web development, but we also got a chance to explore sound design and learn the basics of mobile gaming with Flash.

The course seems to vary depending on the school you attend. Some exchange students said they had it easy compared to us.

What's this similar route? :)
« Last Edit: July 06, 2012, 03:34:52 PM by Redd »

Charlo


  • GMG-er

  • **


  • Posts: 451
Re: It's back!
« Reply #8 on: July 15, 2012, 09:57:36 PM »
Any progress on Mount Gigan or whatever your RPG was called?
Yeah, was porting the engine from Javascript to C# on Unity during some free time throughout the year. Some 3D assets are almost done, what's left is someone to help me with reference images so I can start work on the characters.
Wait, Unity?  So it's 3D now?  If I remember right the Javascript engine you had was pretty good, did you implement full object-orientation with it?

Redd


  • GMG-er

  • **


  • Posts: 118

  • Silent, but very, very deadly.
Re: It's back!
« Reply #9 on: July 19, 2012, 02:47:25 PM »
Wait, Unity?  So it's 3D now?  If I remember right the Javascript engine you had was pretty good, did you implement full object-orientation with it?
The Javascript engine ran fine until I tried to up the sprite and canvas size by a few pixels to make better graphics. I never even managed to accomplish true object-orientation, inheritance being the main issue here. Almost everything needed its own function and it became messy over time.

I don't necessarily need to go 3D with Unity, 2D is still an option. Once the code is finalized, I'll explore with different styles and use whichever I'll like best.

Gan


  • Administrator

  • ^ This guy is amazing.

  • *****


  • Posts: 4411
Re: It's back!
« Reply #10 on: July 19, 2012, 05:59:46 PM »
There are certain tricks you can do to simulate inheritance.
The ability to just add functions with myObject.myFunction = function() {} makes it really handy.

x


  • GMG-er

  • **


  • Posts: 247
Re: It's back!
« Reply #11 on: July 20, 2012, 01:07:16 AM »
Can always use prototype:
ChildClassName.prototype = new ParentClass();
« Last Edit: July 20, 2012, 01:17:11 AM by x »

Redd


  • GMG-er

  • **


  • Posts: 118

  • Silent, but very, very deadly.
Re: It's back!
« Reply #12 on: July 20, 2012, 12:18:53 PM »
Believe it or not I find those methods incredibly messy...

Gan


  • Administrator

  • ^ This guy is amazing.

  • *****


  • Posts: 4411
Re: It's back!
« Reply #13 on: July 20, 2012, 12:44:27 PM »
I use them to make creatures in the chat box game. Truthfully, it is a little messy. But it gets the job done!

WarHampster


  • GMG Extraordinaire

  • ***


  • Posts: 1501

  • The People's Moderator
    • Arcade of the Absurd
Re: It's back!
« Reply #14 on: July 20, 2012, 02:38:36 PM »
What's this similar route? :)

Probably going to major/ minor digital media and computer science. I want to walk the line between academic and independent game designer.