chronic4

Would you like to react to this message? Create an account in a few clicks or log in to continue.

chronic 4 gamemaker team


4 posters

    MK.000001 engine :P

    avatar
    Flyboymonkey
    Admin


    Posts : 93
    Join date : 2010-03-29
    Age : 42

    MK.000001 engine :P Empty MK.000001 engine :P

    Post  Flyboymonkey Sun Apr 04, 2010 9:55 pm

    http://www.mediafire.com/?yzyzkzjdkjj

    edit it ... but post a changelog (E:G : added movement.. the ability to breathe etc Smile )

    I currently have : smooth-ish movement
    weapon changing system..
    2 weapons
    bullets
    Jimmynator
    Jimmynator
    Admin


    Posts : 71
    Join date : 2010-03-30
    Age : 28
    Location : Spain

    MK.000001 engine :P Empty Re: MK.000001 engine :P

    Post  Jimmynator Mon Apr 05, 2010 5:50 am

    Did some changes:

    1- added a mouse sprite.
    2- changed resolution to 800 x 600 (it was 800 x 800).
    3- changed sprite origins. Now they are in the head (42,49).
    4- changed player collisions. Now they are better.
    5- added two scripts to calculate where to create the bullets.

    http://www.mediafire.com/?wiljxmmjugr
    codyyo2
    codyyo2
    Admin


    Posts : 57
    Join date : 2010-03-29

    MK.000001 engine :P Empty Re: MK.000001 engine :P

    Post  codyyo2 Mon Apr 05, 2010 6:09 pm

    Added
    1-Easier implementation of obstacles
    2-Fixed player rotation on create(Didn't face drection when it was created)
    3-Added a circle obstacle(Not much of a change lol)
    http://www.mediafire.com/?zmojq2yjymg


    Last edited by codyyo2 on Mon Apr 05, 2010 6:11 pm; edited 1 time in total
    Jimmynator
    Jimmynator
    Admin


    Posts : 71
    Join date : 2010-03-30
    Age : 28
    Location : Spain

    MK.000001 engine :P Empty Re: MK.000001 engine :P

    Post  Jimmynator Mon Apr 05, 2010 6:10 pm

    Did you do this changes with my file?
    codyyo2
    codyyo2
    Admin


    Posts : 57
    Join date : 2010-03-29

    MK.000001 engine :P Empty Re: MK.000001 engine :P

    Post  codyyo2 Mon Apr 05, 2010 6:11 pm

    Yes, edited in link now.
    codyyo2
    codyyo2
    Admin


    Posts : 57
    Join date : 2010-03-29

    MK.000001 engine :P Empty Re: MK.000001 engine :P

    Post  codyyo2 Mon Apr 05, 2010 6:13 pm

    I just changed the obstacles to a parent object, so just have that parent for all move blockers.
    Sorry about double post.
    Jimmynator
    Jimmynator
    Admin


    Posts : 71
    Join date : 2010-03-30
    Age : 28
    Location : Spain

    MK.000001 engine :P Empty Re: MK.000001 engine :P

    Post  Jimmynator Mon Apr 05, 2010 7:41 pm

    New version.
    1- Better collisions
    2- Triangular block
    3- Now the player doesn't change the image angle when collides

    Here:
    http://www.mediafire.com/?mjko1v1t2cm


    Last edited by Jimmynator on Tue Apr 06, 2010 5:04 am; edited 2 times in total
    avatar
    Flyboymonkey
    Admin


    Posts : 93
    Join date : 2010-03-29
    Age : 42

    MK.000001 engine :P Empty Re: MK.000001 engine :P

    Post  Flyboymonkey Mon Apr 05, 2010 9:02 pm

    Working on it now
    avatar
    Flyboymonkey
    Admin


    Posts : 93
    Join date : 2010-03-29
    Age : 42

    MK.000001 engine :P Empty Re: MK.000001 engine :P

    Post  Flyboymonkey Mon Apr 05, 2010 10:25 pm

    I may have added more since I forgot...

    but I remember
    1: (OPT) Mouse movement inaccuracy
    2:A jeep sprite for the jeep I'm working on
    3:changed view control to obj_view_control for integration of scopes later on
    4:removed capital letters to avoid errors
    5 added a few scripts. Not sure if they work.. imported straight from my Iphone.

    Most of these were done after a beer at the pub so dont expect perfection ^^ .

    http://www.mediafire.com/?nomnbn3jnww


    Last edited by Flyboymonkey on Tue Apr 06, 2010 3:07 pm; edited 1 time in total
    Jimmynator
    Jimmynator
    Admin


    Posts : 71
    Join date : 2010-03-30
    Age : 28
    Location : Spain

    MK.000001 engine :P Empty Re: MK.000001 engine :P

    Post  Jimmynator Tue Apr 06, 2010 4:56 am

    Borken link Shocked
    avatar
    Flyboymonkey
    Admin


    Posts : 93
    Join date : 2010-03-29
    Age : 42

    MK.000001 engine :P Empty Re: MK.000001 engine :P

    Post  Flyboymonkey Tue Apr 06, 2010 3:16 pm

    Fixed
    Jimmynator
    Jimmynator
    Admin


    Posts : 71
    Join date : 2010-03-30
    Age : 28
    Location : Spain

    MK.000001 engine :P Empty Re: MK.000001 engine :P

    Post  Jimmynator Tue Apr 06, 2010 5:20 pm

    New version:
    1- better aiming
    2- mouse object invisible
    3- cursor sprite changed to spr_mouse
    4- changed the spr_mouse sprite and mask

    Here:

    http://www.mediafire.com/?3wxgn3zillw
    avatar
    Flyboymonkey
    Admin


    Posts : 93
    Join date : 2010-03-29
    Age : 42

    MK.000001 engine :P Empty Re: MK.000001 engine :P

    Post  Flyboymonkey Wed Apr 07, 2010 1:24 am

    http://www.mediafire.com/?4yy2dqegg54

    1:new armour type
    2:Non-object menu and button system.
    3:pause button
    4: new cursor for menus



    Suggestion for next update: ( I may do this but I gotta work all day tomorrow.)

    A "floor" system. Essentially set a variable "my_z" if your distance to a staircase < 20 if my_z = 1 my_z=2 else my_z=1 and set a timer so you don't get caught in a loop Smile depth=my_z
    and trying to think of a way to draw the floor without alot of objects.. maybe a stretched sprite..

    Anywho I'll try to work on it
    Jimmynator
    Jimmynator
    Admin


    Posts : 71
    Join date : 2010-03-30
    Age : 28
    Location : Spain

    MK.000001 engine :P Empty Re: MK.000001 engine :P

    Post  Jimmynator Wed Apr 07, 2010 5:09 am

    New version:
    1- new view system
    2- changed some things in the pause menu
    3- deleted some unusual things

    Here:
    http://www.mediafire.com/?fmqg30kndnz
    Jimmynator
    Jimmynator
    Admin


    Posts : 71
    Join date : 2010-03-30
    Age : 28
    Location : Spain

    MK.000001 engine :P Empty Re: MK.000001 engine :P

    Post  Jimmynator Wed Apr 07, 2010 3:55 pm

    Anyone working on it?
    avatar
    Flyboymonkey
    Admin


    Posts : 93
    Join date : 2010-03-29
    Age : 42

    MK.000001 engine :P Empty Re: MK.000001 engine :P

    Post  Flyboymonkey Thu Apr 08, 2010 4:05 am

    I just got in from work at 1:00 (AM!!).. Sorry.. I dont know what you added to the pause menu btw..
    avatar
    Flyboymonkey
    Admin


    Posts : 93
    Join date : 2010-03-29
    Age : 42

    MK.000001 engine :P Empty Re: MK.000001 engine :P

    Post  Flyboymonkey Thu Apr 08, 2010 4:07 am

    BTW my inaccuracy engine with your view engine make for one big kick-ass effect
    xxjacik5xa
    xxjacik5xa


    Posts : 30
    Join date : 2010-04-04

    MK.000001 engine :P Empty Re: MK.000001 engine :P

    Post  xxjacik5xa Thu Apr 08, 2010 5:09 am

    i dont know if this is good or not have i improved the main player sprite ? its only on one gun Very Happy
    http://www.upurload.com/file.php?name=17edad6fcfcb407d0e8100bf229ed81a.gmk
    Jimmynator
    Jimmynator
    Admin


    Posts : 71
    Join date : 2010-03-30
    Age : 28
    Location : Spain

    MK.000001 engine :P Empty Re: MK.000001 engine :P

    Post  Jimmynator Fri Apr 09, 2010 8:29 am

    ? Now the player is like a zombie with little eyes?
    Sorry, don't like it.
    Post the sprites in the graphics forum.
    avatar
    Flyboymonkey
    Admin


    Posts : 93
    Join date : 2010-03-29
    Age : 42

    MK.000001 engine :P Empty Re: MK.000001 engine :P

    Post  Flyboymonkey Sat Apr 10, 2010 2:24 am

    I'm afraid I have to agree Sad

    Although it would be fine for some projects (more cartoonistic) It seems to contradict the style I envisioned. Right now helping could be making more armor types and etc?

    -Fly
    Jimmynator
    Jimmynator
    Admin


    Posts : 71
    Join date : 2010-03-30
    Age : 28
    Location : Spain

    MK.000001 engine :P Empty Re: MK.000001 engine :P

    Post  Jimmynator Sat Apr 10, 2010 7:24 am

    I agree.
    BTW are you working on the project? Else I can work on it.
    xxjacik5xa
    xxjacik5xa


    Posts : 30
    Join date : 2010-04-04

    MK.000001 engine :P Empty Re: MK.000001 engine :P

    Post  xxjacik5xa Sat Apr 10, 2010 8:42 am

    sorry , i didnt know about the style , next time ill post in the graphics forum , as im new here i feel a bit noobish Embarassed
    Jimmynator
    Jimmynator
    Admin


    Posts : 71
    Join date : 2010-03-30
    Age : 28
    Location : Spain

    MK.000001 engine :P Empty Re: MK.000001 engine :P

    Post  Jimmynator Sat Apr 10, 2010 8:45 am

    OK. Are you a programmer or a spriter?
    xxjacik5xa
    xxjacik5xa


    Posts : 30
    Join date : 2010-04-04

    MK.000001 engine :P Empty Re: MK.000001 engine :P

    Post  xxjacik5xa Sat Apr 10, 2010 8:47 am

    spriter and musician , im not very good at gml
    Jimmynator
    Jimmynator
    Admin


    Posts : 71
    Join date : 2010-03-30
    Age : 28
    Location : Spain

    MK.000001 engine :P Empty Re: MK.000001 engine :P

    Post  Jimmynator Sat Apr 10, 2010 12:25 pm

    OK. Start doing the music.
    NOTE: Action music.

    Sponsored content


    MK.000001 engine :P Empty Re: MK.000001 engine :P

    Post  Sponsored content


      Current date/time is Sun May 19, 2024 10:31 am