Hello Guest, please login or register.
Did you miss your activation email?
Login with username, password and session length.

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - Kren

Pages: 1 [2] 3 4 ... 78
21
Updates / Re: GAME JAM GAMES ARE HERE
« on: September 03, 2014, 01:19:33 am »
omg, I love all the games so easy and simple to play :P, good job everyone, I am somewhat sad that we didn't make it on time.. here is a small teaser of what I had come up with..

testing the tiles:


and boss mockup:


I will probably dump everything in another thread, and congratz to the ones who completed their game, making a game in one month is really hard, so goodluck to whomever wins!.

22
Updates / Re: ZFGC Game Jam '14 - NOW OPEN
« on: September 01, 2014, 11:18:31 pm »
It will be interesting to ser what people made... And who else used only original art.. Btw rayo first u need to win this   8)

23
Updates / Re: ZFGC Game Jam '14 - NOW OPEN
« on: August 19, 2014, 03:25:57 am »
I would like to see a list of people participating :P.

24
Updates / Re: ZFGC Game Jam '14 - NOW OPEN
« on: August 14, 2014, 02:57:42 am »
What do you mean with second team mamo? you are going to submit two games?

25
Updates / Re: ZFGC Game Jam '14
« on: July 28, 2014, 11:53:11 pm »
I'm in, I just need a programmer, if anyone interested just send me a pm

26
Coding / Small HTML Bug
« on: April 16, 2014, 09:39:56 pm »
I have been learning how to make websites and was able to make one, yet I got into a bug that involves FlexSlider, I have to add multiple flexsliders one in each accordion, everything looks fine, yet the slider doesn't work all the time, it seems that the hidden attribute of the accordion is messing with it, the website is: http://iplagunera.com/modelos.html the first two accordions have flexslider, sometimes it works sometimes it doesn't, the code I'm using is the following:

Quote
<div class="accordion">
            <div class="accord_cont">
                <div class="flexslider">
                    <ul class="slides">
                        <li>
                        <img src="./index2_files/sa/1.jpg" alt="">
                        </li>
                        <li>
                        <img src="./index2_files/sa/2.jpg" alt="">
                        </li>
                    </ul>
                </div>
            </div>
</div>
While the Jscript code is the following:

Quote
<!-- CALL FLEX SLIDER -->
<script>
      $(".accordion h3").click(function(){
        $('.flexslider').flexslider({
        pauseOnHover: false,   
        slideshow: true,     
        slideshowSpeed: 4000
        animationSpeed: 1300,
        animation: "slide",
        easing: "swing",
        direction: "horizontal",
        controlNav: false,
        directionNav: true
        });
      });
</script>   
<!-- CALL ACCORDION -->
<script>
    $(".accordion h3").eq(0).addClass("active");
    $(".accordion .accord_cont").eq(0).show();
    $(".accordion h3").click(function(){
        $(this).next(".accord_cont").slideToggle("slow")
        .siblings(".accord_cont:visible").slideUp("slow");
        $(this).toggleClass("active");
        $(this).siblings("h3").removeClass("active");
    });
</script>
I'm pretty sure it's something simple, like the accordion loading at the same time as the flexslider, while it should be first the accordion and once loaded the flexslider, so zfgc any help D:?

27
Entertainment / [spoiler?]Iron man 3
« on: April 27, 2013, 01:18:08 am »
Soo I watched Iron man 3 ( it was released yesterday here in mexico) and I must admit that wow, I am so dissapointed, I was expecting a better movie that reminded me to ironman 1 but instead it was just crap, I started laughing at the action scenes, they were too cheesy and some stuff was just out of context, ironman1 was completely realistic for a movie, but this one is just different from the moment you start not listening the typical AC/DC song you know something is wrong, and so it goes, just getting from bad to worse, seriously what is wrong with marvel movies do they suddenly started sucking or whut?

28
Coding / Re: HTML5/HTML/PHP to C#?
« on: March 03, 2013, 11:01:17 pm »
Zaeranos, is WPF for browsers right? it does look amaizng :P will look into it : ).

29
Coding / HTML5/HTML/PHP to C#?
« on: February 28, 2013, 03:03:45 am »
hello, I am a newb in web programming, but somewhat experienced in C#, trying to do a house automation, which I want to control through a website, my process is something like this:


your computer -> website-> send a value -> another computer receives the value -> arduino -> light bulb


my main concern is how I send from a website to a specific computer and how that computer interprets it :/. I can do the website and the c# program that will receive it but not sure about how to send D:, any ideas guys :D?

EDIT: found some guide not sure if it's the right way but..

http://www.codeproject.com/Articles/463947/Working-with-Sockets-in-Csharp

http://html5labs.interoperabilitybridges.com/prototypes/websockets/websockets/info

30
Entertainment / Re: Anime recommendations?
« on: December 11, 2012, 04:29:36 am »
Exactly.
Naruto, Bleach and the like spoil anime. These shows aren't as bad as some may say. Actually, they are even acceptable -that is as long as you don't watch the English dubbed versions, which are also excessively censored.  It's just that -because of these more popular, rather mediocre shows for the younger audience- people bias anime. There are also many fans of those shows who don't give other, much better animes a chance, which makes them even less liked. So, I wouldn't recommend such animes, especially if you haven't watched much anime yet. There are far superior animes out there. However, if you really like long animes of that type you should check out Fairy Tail. It's similar but done right.
I must agree on Fairy Tail, you should also try Hunter X Hunter 2011, I'm surprised how well done it is, for example  there aren't plenty of fights but you know !@#$% can get serious in any episode, and the story is so well done that it's intriguing to continue watching, the creator is the same of yuyu Hakusho.

and if you want to watch something shorter you should try Red Line it's an ova but it's so !@#$% epic
here is the trailer:
<a href="http://www.youtube.com/watch?v=lM43iPZf8J8" target="_blank">http://www.youtube.com/watch?v=lM43iPZf8J8</a>

31
Entertainment / Re: Anime recommendations?
« on: November 20, 2012, 01:26:28 am »


Full Metal Alchemist
Full Metal Alchemist Brotherhood(much better)

whaaa Brotherhood suck!

-Steins;Gate
So worth watching :3!


-Mirai Nikki

I loved it yet it got way to boring at the second half, it was such a big dissapointment.

32
Entertainment / Re: Fairy Tail - An awesome anime tv series
« on: October 28, 2012, 06:36:40 pm »
I have been following Fairy Tail since a year or two, and I must say it is really good, each arc is 10 episode, so it's really fast. Apart from that it is not far from the manga, it was even closer but they added a filler. I must say I enjoy it I would love to see it get more serious.

33
After watching the 30min some thing that really gets noticed in the video is how generic all levels are, yet they are insanely well done for the limitations they have.

34
Friendly & Neutral / Re: [Submission] NOT Tetra and HER crew
« on: September 16, 2012, 12:37:22 am »
how about the crew appears without tetra, and they are more like mentors to Link and friends with Faron, yet you find them in different parts, they are also good thieves like Link.

Interesting. You mean, something like a side-quest? Something you must get them together?
not really quest, more like part of the story you will find them in different areas to help you or the other way around.

35
Friendly & Neutral / Re: [Submission] NOT Tetra and HER crew
« on: September 16, 2012, 12:09:41 am »
how about the crew appears without tetra, and they are more like mentors to Link and friends with Faron, yet you find them in different parts, they are also good thieves like Link.

36
King of Thieves / Re: Are we still alive here?
« on: September 12, 2012, 01:30:28 am »
Well, I apply then :D

37
King of Thieves / Re: Are we still alive here?
« on: September 12, 2012, 12:12:39 am »
Eh, can you mind answerind what are the things a art Director will do?

38
Entertainment / Re: Pokemon Should Do This!
« on: September 08, 2012, 10:13:59 pm »
I must agree in almost everything but not all:

Quote
Gym Order:  Why make it an order?  What they need to do here, is instead of making the region setup so you HAVE to do Gyms in a certain order, why not make it so you can get to every Gym of the game right from the start?  But how would this work, some might ask?   
I like the idea of going to any gym you would want to go, but you are saying go from A gym to Z gym, just to battle Z gym first sounds weird, why would someone go to the last gym and not beat the first one? perhaps more than changing the orders is to make a good map that allows the player to go from gym A to gym G without realizing he is not going in the "right" order, the deal here is trick the player to not know what order there is, and whatever path he takes he is doing a right thing.


the other ones I really agree on that, here are some other solutions:

Random start:
Start in a random  city, this will probably benefit more the beat any gym in whatever order,and make it so professor X is in town searching for new trainers, so he gives you a pokemon, this also heavily depends on the map, if the HM still apply you must make the map in a way that the player can beat or can reach all areas without getting stuck.

No lvl up:
This might sound weird but in the anime if pikachu was in a game he would be lvl 100 and he still fails to win sometimes, now  in game how about making each pokemon not level up? so even if you are in route 1 with a last evolution pokemon you can still die to a pidgey, or if you have a magikarp caught at the start of the game you can win any other pokemon, this might sound crazy, but perhaps making the player win xp and suddenly learning a new move, so now you might be wondering what would be the difference between a pidgey in route 1 and a pidgey in route 35? well it's easy, the route 35 pidgey will have different or more moves than a route 1 pidgey, this way it will not only be easier to make people go in whatever direction they want but if done right each time you fight it might be a fight you will actually lose.

And lastly one that might not work:
Perhaps limiting the pokeballs or the pokemons you can catch will make player appreciate more their pokemon or think twice before knowing what to catch, and once you beat the league this rules are nullified, this can be done by saying Bill's PC is broken and can only handle X quantity of pokemons.


And lastly any Nuzlocke's rule applied to the actual gameThis takes the game to a whole new level making you appreciate the game even more and making a really crazy challenge.  The first pokemon of each area is the only pokemon you can catch in that area or if your pokemon dies in a battle it actually DIES not faint
 

39
Entertainment / Re: What are you currently listening to?
« on: August 31, 2012, 05:39:23 am »
Reading 1Q84 and the first thing they mention is that music being played.
<a href="http://www.youtube.com/watch?v=d5QBSMjdIFI" target="_blank">http://www.youtube.com/watch?v=d5QBSMjdIFI</a>

40
Graphics / Re: Deku Throne
« on: August 14, 2012, 02:10:33 am »
Show content



Malefor,
I based this picture to compose Trone.


What do you think?
you have some readability issues in the chair it gets confused with the wood tiles.

Pages: 1 [2] 3 4 ... 78

Contact Us | Legal | Advertise Here
2013 © ZFGC, All Rights Reserved



Page created in 0.109 seconds with 32 queries.

anything