• ✨ 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

[ Wiki ] Official Pokémon 3D Wiki Thread.

Darkfire

Administrator
Administrator
P3D Developer
Alright I made some stuff and edited the first post
as of now @jianmingyong is the official community member in-charge of this MASSIVE project
I will step in and help abit when hard code data is needed but other wise I wont be able to help too much so dont expect it too often :p
 

SViper

Active Member
Alright I made some stuff and edited the first post
as of now @jianmingyong is the official community member in-charge of this MASSIVE project
I will step in and help abit when hard code data is needed but other wise I wont be able to help too much so dont expect it too often :p
Do fantasticx.1991 will get he's own wiki account?
 

Fanta

Content Developer
P3D Developer
Global Moderator
I don't know if you can use any of these to update your OP, but here's the list of semi-major updates i did so far.
Code:
*Created a TM page.
*Created New move pages : (Conversion 2/Sketch).
*Created (8) New Pokemon Pages : (Phantump/Trevenant/Fletchling/Fletchinder/Talonflame/Salamence/Larvesta/Volcarona).
*Added (36) new moves to the new moves table.
*Updated HM page with all HM's and their locations.
*Added that last 2 zones to the "Safari Zone" page (Swamp/Garden).
*Updated the Poké Ball and TM tables - (Added all Poké balls and TM's available so far.).
*Updated the "Places" page to Ver. 0.46.2.
*Updated the "List of Pokemon" to Ver. 0.46.2 with 2 new Progress tables.
*Updated Legendary and starter Pokemon pages.
*Updated Gyms list.
*Finished the new Poke balls table.
 

Fanta

Content Developer
P3D Developer
Global Moderator
Are the item IDs the same as the games? If not, how would one find the IDs for the mail items?
Code:
300         
                 GrassMail
301         
                  BeadMail
302
                  DreamMail
303
                  FabMail
304
                  GlitterMail
305
                  HarborMail
306
                  MechMail
307
                  OrangeMail
308
                  RetroMail
309
                  ShadowMail
310
                  TropicMail
311
                  WaveMail
312
                  WoodMail
313
                  AirMail
314
                  BloomMail
315
                  BrickMail
316
                  BubbleMail
317
                  FlameMail
318
                  HeartMail
319
                  MosaicMail
320
                  SnowMail
321
                  SpaceMail
322
                  SteelMail
323
                  TunnelMail
324
                  BridgeMailT
325
                  BridgeMailD
326
                  BridgeMailS
327
                  BridgeMailV
328
                  BridgeMailM
329
                  FavoredMail
330
                  ThanksMail
331
                  InquiryMail
332
                  GreetMail
333
                  RSVPMail
334
                  LikeMail
335
                  ReplyMail
336
                  KolbenMail
 

SViper

Active Member
Actually when I did Berries list couple hours ago I didn't know IDs of Berries, but the period witten in Items List helped and that let me guess totally correct IDs.:D
 

Exemplary

Gym Leader
Code:
300        
                 GrassMail
301        
                  BeadMail
302
                  DreamMail
303
                  FabMail
304
                  GlitterMail
305
                  HarborMail
306
                  MechMail
307
                  OrangeMail
308
                  RetroMail
309
                  ShadowMail
310
                  TropicMail
311
                  WaveMail
312
                  WoodMail
313
                  AirMail
314
                  BloomMail
315
                  BrickMail
316
                  BubbleMail
317
                  FlameMail
318
                  HeartMail
319
                  MosaicMail
320
                  SnowMail
321
                  SpaceMail
322
                  SteelMail
323
                  TunnelMail
324
                  BridgeMailT
325
                  BridgeMailD
326
                  BridgeMailS
327
                  BridgeMailV
328
                  BridgeMailM
329
                  FavoredMail
330
                  ThanksMail
331
                  InquiryMail
332
                  GreetMail
333
                  RSVPMail
334
                  LikeMail
335
                  ReplyMail
336
                  KolbenMail
thanks :)

adding them now
 
J

jianmingyong

Guest
We shall have a table at the items page and it auto generate links for you to create new page.
============================
Individual Pokémon page will get a new update soon :) I am still fixing certain design bugs.
 

Darkfire

Administrator
Administrator
P3D Developer
Okay thoughts on stuff:
1) All Item Categories need an overall page
2) Not all items need a separate page for them if they are simple items(like mail items)
3) The table on the "List of Pokemon" page should not include those pokemon that are unobtainable in normal game-play(non-johto starters, fossils, etc)
4) It will be easier to count them if the location info for all of the pokemon is up-to date as well as the places pages so those should come first
 

Fanta

Content Developer
P3D Developer
Global Moderator
Okay thoughts on stuff:
1) All Item Categories need an overall page
2) Not all items need a separate page for them if they are simple items(like mail items)
3) The table on the "List of Pokemon" page should not include those pokemon that are unobtainable in normal game-play(non-johto starters, fossils, etc)
4) It will be easier to count them if the location info for all of the pokemon is up-to date as well as the places pages so those should come first
1) i'm not sure if i understood that fully ( you mean like we did with the Berries?)
2) that's what we are gonna do, since the tables already have information about each item, like berries and pokeballs.
3) in the table i added that these can be obtained through catching and trading, i can add another one for normal gameplay only
4)i'm working on updating the locations for all of them, and adding it for the new pages i create too.
 

Darkfire

Administrator
Administrator
P3D Developer
1) i'm not sure if i understood that fully ( you mean like we did with the Berries?)
2) that's what we are gonna do, since the tables already have information about each item, like berries and pokeballs.
3) in the table i added that these can be obtained through catching and trading, i can add another one for normal gameplay only
4)i'm working on updating the locations for all of them, and adding it for the new pages i create too.
1) yeah basically that is what I intend....A page for each category with the table for that category
2) well we need to include location data for some items though sometimes the location data won't warrant a new page...maybe it can be included in the category pages' tables
3) I dont want the pokemon that cant be obtained except because we released them early to be counted
4) cool :)
 

Fanta

Content Developer
P3D Developer
Global Moderator
1) yeah basically that is what I intend....A page for each category with the table for that category
2) well we need to include location data for some items though sometimes the location data won't warrant a new page...maybe it can be included in the category pages' tables
3) I don't want the Pokemon that cant be obtained except because we released them early to be counted
4) cool :)
2) that what i am going to do ( Specially for the TM's page, as soon as i know how many of them are implemented so far, i already updated it to the ones i already have in the game, not sure if i missed any)
3) i just thought by adding that, people will stop asking how many Pokemon can be obtained in the Pokédex sine the Pokédex in the game doesn't have a static number of Pokemon that it can register, it keeps changing every time you catch a new gen3+ Pokemon, but sure, np :p
 
Last edited:
Top