Search found 60 matches

by Renavoid
Thu Mar 07, 2013 1:52 pm
Forum: MMO Makers
Topic: MMORPG Engine
Replies: -1
Views: 11070

Re: MMORPG Engine

Well, I was right. I lost two-three days of development to playing around with the CryEngine (amazing engine. I don't feel like I actually lost those days. Just used them on learning a bit about something else), and I'm now going all out with Unity as my platform of choice. I got the core piece of m...
by Renavoid
Wed Mar 06, 2013 10:54 pm
Forum: Off-Topic
Topic: Some funny game dev videos
Replies: -1
Views: 204

Re: Some funny game dev videos

I love the content in these! Though, they're a bit distracting at just 5-7 minutes.
by Renavoid
Wed Mar 06, 2013 2:11 pm
Forum: HTML5/Web Engines
Topic: HTML5 Game Competition!
Replies: -1
Views: 1060

Re: HTML5 Game Competition!

You're welcome for the input. I just realized that I automatically converted MMO into MMORPG in my head. Ha! But, the gist is the same for these purposes. As to your second point... Taking a concept and building it in your own fashion is how most games... okay, really ANYTHING is made. Assuming you ...
by Renavoid
Wed Mar 06, 2013 1:47 pm
Forum: Say Hello
Topic: A little hello from sunny ole England.
Replies: -1
Views: 2295

Re: A little hello from sunny ole England.

Welcome, enjoy your stay!
by Renavoid
Tue Mar 05, 2013 9:10 pm
Forum: HTML5/Web Engines
Topic: HTML5 Game Competition!
Replies: -1
Views: 1060

Re: HTML5 Game Competition!

Given the timeframe of the contest, I recommend choosing a particular gameplay mechanic or two that you want to experiment with, and cohesively polish a game based on those. A unique, polished game can outshine an unfinished mmorpg very quickly (and I love mmorpgs!). A perfect example of this is a g...
by Renavoid
Tue Mar 05, 2013 4:37 pm
Forum: Beginner Help and Support
Topic: More JS Help [Solved, Thanks Renavoid!]
Replies: -1
Views: 992

Re: More JS Help

OH!!! hahaha, nice. Of course this doesn't work! When you ADD a player, you don't get back a new button for ADDING the player, you get back a button for REMOVING the player! (genius, right? Of course, you already knew that. ;)) There aren't any errors because the JS is valid. It tries to find the ne...
by Renavoid
Tue Mar 05, 2013 4:17 pm
Forum: Coding
Topic: Help Display Javascript Seconds As Real Time
Replies: -1
Views: 984

Re: Help Display Javascript Seconds As Real Time

I recommend using some sort of plugin to format the date, though you don't have to do this. That would allow you to do something like date.toString('hh:mm:ss'), though it depends on the implementation you can find. Since you're trying to display one time, I suggest manipulating a single Date object,...
by Renavoid
Tue Mar 05, 2013 2:11 pm
Forum: Off-Topic
Topic: Bought my first mac... :shock:
Replies: -1
Views: 2712

Re: Bought my first mac... :shock:

This thread has made me remember these hilarious clips:

http://www.youtube.com/watch?v=9BnLbv6QYcA
http://www.youtube.com/watch?v=q9ZnwvyAk8k

The REALLY funny part (especially for the second one) is when you show this to someone who matches the profile and watch their reaction. :lol:
by Renavoid
Tue Mar 05, 2013 12:09 am
Forum: Beginner Help and Support
Topic: More JS Help [Solved, Thanks Renavoid!]
Replies: -1
Views: 992

Re: More JS Help

I don't really see any immediate problems jumping out at me. Have you tried opening developer tools to see if there are any JS errors being thrown? IF you're in Chrome, IE, or have Firebug installed on FireFox, hit F12 on the page. Go over to the Console. Click on one of the add or remove buttons. D...
by Renavoid
Mon Mar 04, 2013 9:03 pm
Forum: Beginner Help and Support
Topic: More JS Help [Solved, Thanks Renavoid!]
Replies: -1
Views: 992

Re: More JS Help

Err.. can you specify what doesn't work? I am kind of creating this on the fly, so if you just copy-pasted, it's entirely possible that I have typos. Mind you, these are only for adding players. You'd have to duplicate the code for removing players, if you missed that point (but I don't think you di...

Go to advanced search