• ✨ ARCHIVE MODE ✨
    The forum has now been set to read-only mode, no new posts, resources, replies etc will not be possible.
    We recommend you join our Discord server to get real-time response: Discord Invite Link

Resource icon

Other How to: Create a GameMode

Status
Not open for further replies.
J

jianmingyong

Guest
jianmingyong submitted a new resource:

How to: Create a GameMode - A Walkthrough of how to create a gamemode if you really have zero knowledge.

Table of content:
  1. What is a GameMode?
  2. Basic Layout
  3. What does GameMode.dat do?
  4. Want a splash screen for your gamemode?
  5. What to do after all the above steps?
  6. Additional Resource you might need

1. What is a GameMode?
A GameMode is a feature in Pokémon 3D that allow you to use the Pokémon 3D engine to create a game.
It consist a few element in a GameMode.
  • GameMode.dat
  • Content
    • Content Packs
    ...
Read more about this resource...
 
J

jianmingyong

Guest
jianmingyong updated How to: Create a GameMode with a new update entry:

Added compatibility with v0.52 :p

After some changes in the game engine, this tutorial have changed a bit.

Now the basic structure of a gamemode is now updated to prevent unwanted crashes.

Also, I decided to change a little info for some section which is quite minor.

Be sure to add the new folder if you have not done so.

More updates and info is going to be added here and in the wiki soon.

// The Dialga team
Read the rest of this update entry...
 

Fanta

Content Developer
P3D Developer
Global Moderator
This is how .Poke files are formatted :

Code:
{A|B|C|D1,D2,D3|E1,E2}

A: Encounter Method
    0:Grass
    1:Headbutt
    2:Surf
    3:Old Rod
    31:Good Rod
    32:Super Rod

B: Pokemon Number

C: Encounter Rate

D: Time of Day
    -1:All Day
    0: Night
    1: Morning
    2: Day
    3: Evening

E: Level Range
    E1: Min level
    E2: Max Level
 
Status
Not open for further replies.
Top