WIP Pokemon Diamond, Pearl, Platinum

Discussion in 'Mods and Skins' started by chris_lucas, May 20, 2017.

  1. chris_lucas

    chris_lucas
    Expand Collapse

    Joined:
    Dec 12, 2012
    Messages:
    1,444
    This is a mod

    Map is being worked on by @Firepower

    Things implemented atm:
    -walking
    -collision with walls

    Things worked on
    -map
    -stairs

    Planned
    -stuff
    --- Post updated ---
    Warps have been implemented
    Easy to add yourself on the map, so community can work on it too.

    Before adding stuff to the map like warps and blocked tiles, etc, please let me know


    To start this mess, select the pokemon vehicle and in console select vehicle lua and type "pokemon.start()"
     
    #1 chris_lucas, May 21, 2017
    Last edited: May 22, 2017
    • Like Like x 5
    • Informative Informative x 1
  2. EruptionTyphlosion

    EruptionTyphlosion
    Expand Collapse

    Joined:
    Sep 24, 2016
    Messages:
    2,927
    Diamond was my life when I was a little kid. Should be interesting to see in 3d! Keep up the good work! :D
     
  3. jonthefuzz

    jonthefuzz
    Expand Collapse

    Joined:
    Aug 6, 2013
    Messages:
    164
    But can it run doom?
     
  4. BannedByAndroid

    BannedByAndroid
    Expand Collapse

    Joined:
    Jan 29, 2017
    Messages:
    1,236
    "A wild Ibishu Pessima AWS has appeared!"
    "Go, Gavril D-15!"
     
  5. chris_lucas

    chris_lucas
    Expand Collapse

    Joined:
    Dec 12, 2012
    Messages:
    1,444
    Here's le plan, I'll release 1st version soon, if you want to help adding collision to map then pm me what area you want to do, bulbapedia so you can see what the areas are http://bulbapedia.bulbagarden.net/wiki/Jubilife_City
    Will upload tutorial soon to explain my collision code.
    --- Post updated ---
    Also stairs will take some time to implement so they're currently replaced with warps
    --- Post updated ---
     
    • Like Like x 5
  6. chris_lucas

    chris_lucas
    Expand Collapse

    Joined:
    Dec 12, 2012
    Messages:
    1,444
    @Firepower touched up the map, removed duplicate materials, other things.
    Touched up the code, still fixing warps.
    First release soon
     
  7. D-Troxx

    D-Troxx
    Expand Collapse

    Joined:
    Oct 4, 2013
    Messages:
    1,321
    Very interesting. Didn"t expect such mod to be made in BeamNG.
     
    • Agree Agree x 2
  8. chris_lucas

    chris_lucas
    Expand Collapse

    Joined:
    Dec 12, 2012
    Messages:
    1,444
    The result of me being to lazy to learn unity. :p
     
  9. Nissan Skyline

    Nissan Skyline
    Expand Collapse

    Joined:
    Aug 11, 2013
    Messages:
    228
    Awesome idea! Keep it up!
     
  10. Y4123

    Y4123
    Expand Collapse

    Joined:
    Feb 15, 2017
    Messages:
    421
    Looks sweet can't wait :)
     
  11. chris_lucas

    chris_lucas
    Expand Collapse

    Joined:
    Dec 12, 2012
    Messages:
    1,444
    How to do stuff:
    Pokemon works in tiles, as seen in this picture.

    The player moves from tile to tile, these tiles have specific coordinates.
    The first command is for blocked tiles.
    Code:
        block(X,Y,Z)
    X, Y, Z coordinates can be found in console.

    Next up we have fences, these are the same as blocked tiles but block a large area in one line.
    Code:
        fence(X,X1,Y,Y1,Z)
    it blocks the tiles from X to X1 and Y to Y1,etc make sure Y1 is a bigger number then Y and X1 is a bigger number then X.

    Next we have warp tiles
    Code:
        tp(X,Y,Z,X1,Y1,Z1,dir)
    Teleports player from X,Y,Z to X1,Y1,Z1
    dir is what direction the player steps on the tile
    1=up
    2=down
    3=right
    4=left

    Next up ledges, you know those annoying things.
    Code:
        ledge(X,Y,Z,dir)
    XYZ is location of ridge, dir is the only direction the player can jump over.

    If you want to add collision and warps to my map, please leave a message here, tell me what route or city you want to do.
    --- Post updated ---
     
    #11 chris_lucas, May 22, 2017
    Last edited: May 22, 2017
    • Informative Informative x 3
  12. Firepower

    Firepower
    Expand Collapse

    Joined:
    Nov 17, 2015
    Messages:
    576
    I'm done with the map :D
     
    • Like Like x 2
  13. chris_lucas

    chris_lucas
    Expand Collapse

    Joined:
    Dec 12, 2012
    Messages:
    1,444
    Props will be added to the map tomorrow, finally found the meshes.
     
  14. Tsutarja495

    Tsutarja495
    Expand Collapse

    Joined:
    Mar 16, 2014
    Messages:
    819
    YESSSSSS.


    Unova region next pls.
     
  15. gigawert

    gigawert
    Expand Collapse

    Joined:
    Sep 6, 2015
    Messages:
    2,029
    You might as well make this a standalone game :p
     
    • Agree Agree x 1
  16. Blood-PawWerewolf

    Blood-PawWerewolf
    Expand Collapse

    Joined:
    Jan 18, 2016
    Messages:
    654
    just a huge warning: Nintendo and GameFreak don't like people using their game assets in other ways (fan games, for example). so don't be surprised if you get a C&D letter from Nintendo. they have a very strict copyright policy.

    just wanting to say that because of past indents last year.
     
  17. chris_lucas

    chris_lucas
    Expand Collapse

    Joined:
    Dec 12, 2012
    Messages:
    1,444
    Sadly, due too high risk of Nintendo taking legal action against fan games, there won't be a release.
     
  18. Nissan Skyline

    Nissan Skyline
    Expand Collapse

    Joined:
    Aug 11, 2013
    Messages:
    228
    Will there be a file on the forums?:(
     
    • Agree Agree x 1
  19. chris_lucas

    chris_lucas
    Expand Collapse

    Joined:
    Dec 12, 2012
    Messages:
    1,444
  20. Tsutarja495

    Tsutarja495
    Expand Collapse

    Joined:
    Mar 16, 2014
    Messages:
    819
    Well, it was released for about 4 seconds. Fortunately, I downloaded it when the download was still available.
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice