Monster Hunter Wiki Forum
Welcome to the Monster Hunter Wiki Forum!
MHFU Guide Application - Page 3 Logo311
Monster Hunter Wiki Forum
Welcome to the Monster Hunter Wiki Forum!
MHFU Guide Application - Page 3 Logo311
Monster Hunter Wiki Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Monster Hunter Wiki Forum

Monster Hunter Information and Talk (What are you Hunting?)
 
Get ConnectedHomeLatest imagesSearchRegisterLog in

 

 MHFU Guide Application

Go down 
+11
Silver
Chipou
Yamatsu
DannyLee94
wellywinardy
Phazon Xenomorph
Deridor
Tomderdepp
BoredForLife
blackice
Silverneo188
15 posters
Go to page : Previous  1, 2, 3, 4, 5, 6  Next
AuthorMessage
Silverneo188
Diablos
Silverneo188


Thank you Points : 6

Monster Hunter Information
3DS friends code:
Primary MH Title: Monster Hunter 3 Ultimate 3ds
Country of Origin (for connection Speed use): USA

MHFU Guide Application - Page 3 Empty
PostSubject: MHFU Guide Application   MHFU Guide Application - Page 3 Icon_minitimeTue Jan 03, 2012 11:26 pm

First topic message reminder :

Not sure how useful this will be for everyone (as in everyone plays MHTri) but I am making it anyways!

I am currently in development of a application that will display information about creatures, weapons, and quests. Possibly an item Database. It is being developed in C# It is actually being developed in Visual Basic now due to ease. I will release a beta when I complete the monster section for anyone interested :3

I am developing it as an alternative source to the MHwikia website. So people can easily access monster info without an internet connection

--------------------------------------------------------------------
Pics
Spoiler:

--------------------------------------------------------------------
Features

  • Monster Database - List of All Monsters and their weakness (Current)
  • Monster Viewer - Low/High/G Rank carves and Rates (Current)
  • Monster Viewer - Picture of Monster (Temp. Removed)
  • Monster Viewer - Monster Bio (Current)
  • Monster Viewer - Monster's Average HP (Possible)
  • Item Combo Viewer - Required Items / Rate (Planned)
  • Item Combo Viewer - Where Required Items Can Be Found (Planned)
  • Armor Set Generator (Planned) : Suggested by Tomderdepp


--------------------------------------------------------------------
Downloads
Alpha 0.1 - Download
Alpha 0.2 - Download
--------------------------------------------------------------------

--------------------------------------------------------------------
Wanna Help

Submit data with this template and post here on this topic if you are gonna code a creature, that way no one else does the same creature

Code is in the language VB/.NET
Code:

Public Class #MonsterName
    Public picString As String = "#MonsterName"

    'Carve Names - Like Rathalos ruby, Kut-ku scale, etc...
    Public lowCarves() As String = {"Low Rank Carve 1", "Low Rank Carve 2", "Low Rank Carve 3", "Etc..."}
    Public highCarves() As String = {"High Rank Carve 1", "High Rank Carve 2", "High Rank Carve 3", "Etc..."}
    Public GCarves() As String = {"G Rank Carve 1", "G Rank Carve 2", "G Rank Carve 3", "Etc..."}

    'Body Part - Like body carve, tail carve etc...
    Public lowPart() As String = {"Low Rank Carve 1 Carve Area", "Low Rank Carve 2 Carve Area", "Low Rank Carve 3 Carve Area", "Etc..."}
    Public highPart() As String = {"High Rank Carve 1 Carve Area", "High Rank Carve 2 Carve Area", "High Rank Carve 3 Carve Area", "Etc..."}
    Public GPart() As String = {"Low Rank Carve 1 Carve Area", "Low Rank Carve 2 Carve Area", "Low Rank Carve 3 Carve Area", "Etc..."}

    'Rates - the percentage of getting the carve, make sure the order of the numbers matches the corresponding carve in the array
    Public lowRates() As Integer = {37, 34, 18, 8, 3, 55, 45} 'so the first number would be low rank carve 1's chance and so on
    Public highRates() As Integer = {33, 25, 15, 12, 7, 5, 3, 40, 40, 20}
    Public GRates() As Integer = {33, 25, 15, 12, 7, 5, 40, 40, 20}

    'General Monster Info
    Public mInfo As String = "#MonsterName's description, I generally use the description given by MH Wiki"
End Class

Try to get as accurate data as possible replace any term with a # sign in front of it with the appropriate data, Here is a list of current monsters needing data.
Spoiler:

Wanna code a little better? Well nothing can replace experiance in code but you can use Notepad++ to help with the syntax, if you use NP++ be sure to set the language to VB
--------------------------------------------------------------------
Updates
(11/20/2012)
Released Alpha 0.2! Which has an updater for when I update the monster database that way I don't have to re-release the program, Enjoy Yes by vort

(11/18/2012)
Added a way for people to contribute data to the project and yes your name will go in the program ;)

(8/14/2012)
Added a download link to the alpha build Yes by vort enjoy

(3/26/2012)
I have been in a long hiatus due to programming complications and schooling. So I am back to working on it and will hopefully have a beta soon

(2/27/2012)
:chag:
This is the result of 6 straight hours of programming
Spoiler:


Last edited by Silverneo188 on Wed Nov 21, 2012 1:26 am; edited 33 times in total
Back to top Go down

AuthorMessage
wellywinardy
Kelbi
wellywinardy


Thank you Points : 0

Monster Hunter Information
3DS friends code:
Primary MH Title: Monster Hunter Freedom Unite
Country of Origin (for connection Speed use): 8

MHFU Guide Application - Page 3 Empty
PostSubject: Re: MHFU Guide Application   MHFU Guide Application - Page 3 Icon_minitimeWed Feb 08, 2012 3:45 am

wow...a nice project...anything i can do to help? such as data entry or anything easy to help..just let me know..i have a lot of free time next week :D
Back to top Go down
Silverneo188
Diablos
Silverneo188


Thank you Points : 6

Monster Hunter Information
3DS friends code:
Primary MH Title: Monster Hunter 3 Ultimate 3ds
Country of Origin (for connection Speed use): USA

MHFU Guide Application - Page 3 Empty
PostSubject: Re: MHFU Guide Application   MHFU Guide Application - Page 3 Icon_minitimeWed Feb 08, 2012 10:07 am

Thanks Yes by vort

Development has been a little slow because I have been working on my website recently, as you probably have seen blackice I no longer have the forums. I'm working on making it an actual website. I will be hosting my videos, flash. and my programs on there. It's almost done.

BUT I am still working diligently on the application. So don't worry I am still working on it I didn't just die off haha. or did I O.O
Back to top Go down
blackice
Tigrex
blackice


Thank you Points : 17

Monster Hunter Information
3DS friends code:
Primary MH Title: Monster Hunter Tri
Country of Origin (for connection Speed use): USA

MHFU Guide Application - Page 3 Empty
PostSubject: Re: MHFU Guide Application   MHFU Guide Application - Page 3 Icon_minitimeWed Feb 08, 2012 9:02 pm

are you dead??? 0.0 jk lol
Back to top Go down
http://binocularorder.fullboards.com/
blackice
Tigrex
blackice


Thank you Points : 17

Monster Hunter Information
3DS friends code:
Primary MH Title: Monster Hunter Tri
Country of Origin (for connection Speed use): USA

MHFU Guide Application - Page 3 Empty
PostSubject: Re: MHFU Guide Application   MHFU Guide Application - Page 3 Icon_minitimeWed Feb 08, 2012 9:05 pm

who the folk gave the original post a minus?!
Back to top Go down
http://binocularorder.fullboards.com/
Silverneo188
Diablos
Silverneo188


Thank you Points : 6

Monster Hunter Information
3DS friends code:
Primary MH Title: Monster Hunter 3 Ultimate 3ds
Country of Origin (for connection Speed use): USA

MHFU Guide Application - Page 3 Empty
PostSubject: Re: MHFU Guide Application   MHFU Guide Application - Page 3 Icon_minitimeWed Feb 08, 2012 9:38 pm

probably someone who was pissed that the program isn't out yet or something haha
Back to top Go down
blackice
Tigrex
blackice


Thank you Points : 17

Monster Hunter Information
3DS friends code:
Primary MH Title: Monster Hunter Tri
Country of Origin (for connection Speed use): USA

MHFU Guide Application - Page 3 Empty
PostSubject: Re: MHFU Guide Application   MHFU Guide Application - Page 3 Icon_minitimeFri Feb 10, 2012 12:37 am

who ever it is needs to die.
Back to top Go down
http://binocularorder.fullboards.com/
Silverneo188
Diablos
Silverneo188


Thank you Points : 6

Monster Hunter Information
3DS friends code:
Primary MH Title: Monster Hunter 3 Ultimate 3ds
Country of Origin (for connection Speed use): USA

MHFU Guide Application - Page 3 Empty
PostSubject: Re: MHFU Guide Application   MHFU Guide Application - Page 3 Icon_minitimeFri Feb 10, 2012 8:16 am

thats too rational, whoever it is needs to have their marrow sucked from their bones and forced to listen to Justin Bieber haha
Back to top Go down
blackice
Tigrex
blackice


Thank you Points : 17

Monster Hunter Information
3DS friends code:
Primary MH Title: Monster Hunter Tri
Country of Origin (for connection Speed use): USA

MHFU Guide Application - Page 3 Empty
PostSubject: Re: MHFU Guide Application   MHFU Guide Application - Page 3 Icon_minitimeFri Feb 10, 2012 8:45 pm

or have the marrow sucked out of thier bones by justin beiber /scar/ while his mom sucks the marrow out of my bone :evil:
Back to top Go down
http://binocularorder.fullboards.com/
Silverneo188
Diablos
Silverneo188


Thank you Points : 6

Monster Hunter Information
3DS friends code:
Primary MH Title: Monster Hunter 3 Ultimate 3ds
Country of Origin (for connection Speed use): USA

MHFU Guide Application - Page 3 Empty
PostSubject: Re: MHFU Guide Application   MHFU Guide Application - Page 3 Icon_minitimeFri Feb 10, 2012 9:27 pm

Giggity
Back to top Go down
blackice
Tigrex
blackice


Thank you Points : 17

Monster Hunter Information
3DS friends code:
Primary MH Title: Monster Hunter Tri
Country of Origin (for connection Speed use): USA

MHFU Guide Application - Page 3 Empty
PostSubject: Re: MHFU Guide Application   MHFU Guide Application - Page 3 Icon_minitimeFri Feb 10, 2012 10:30 pm

ikr :D
Back to top Go down
http://binocularorder.fullboards.com/
DannyLee94
Felyne
DannyLee94


Thank you Points : 11

Monster Hunter Information
3DS friends code:
Primary MH Title: Monster Hunter Portable 3rd/Import
Country of Origin (for connection Speed use): 8

MHFU Guide Application - Page 3 Empty
PostSubject: Re: MHFU Guide Application   MHFU Guide Application - Page 3 Icon_minitimeTue Feb 14, 2012 3:13 pm

Keep up the good work there mate. Its really uplifting to still see people working on increasing the accessibility of the monster hunter games, esp. someone from the West Yes by vort. BTW, don't worry about us getting impatient, I'm keeping busy trying to work myself through HR8 with my trusty Shadow of the Moon. Good Luck anyway mate, sorry I can't really help but your clearly way out of my league /yes/ .

EDIT: Just realised my use of the word 'mate' reminded me of Trenya... damn you Speech>Text mental conversion!!
Back to top Go down
blackice
Tigrex
blackice


Thank you Points : 17

Monster Hunter Information
3DS friends code:
Primary MH Title: Monster Hunter Tri
Country of Origin (for connection Speed use): USA

MHFU Guide Application - Page 3 Empty
PostSubject: Re: MHFU Guide Application   MHFU Guide Application - Page 3 Icon_minitimeTue Feb 14, 2012 8:36 pm

im impatient! if you dont finish in 3 hours from this post im gonna capture you put u in my trunk and drive you to Canada where you will die cause its Canada!!!!! ;)
Back to top Go down
http://binocularorder.fullboards.com/
Silverneo188
Diablos
Silverneo188


Thank you Points : 6

Monster Hunter Information
3DS friends code:
Primary MH Title: Monster Hunter 3 Ultimate 3ds
Country of Origin (for connection Speed use): USA

MHFU Guide Application - Page 3 Empty
PostSubject: Re: MHFU Guide Application   MHFU Guide Application - Page 3 Icon_minitimeWed Feb 15, 2012 9:35 pm

Calm down blackice :P I'm working on it as hard as I can but keep in mind I have other projects as well. I have videos I work on for my youtube channel, im still developing my website. Plus I just started up classes again so i'll have even less time to work on it, but I'll work my hardest
Back to top Go down
blackice
Tigrex
blackice


Thank you Points : 17

Monster Hunter Information
3DS friends code:
Primary MH Title: Monster Hunter Tri
Country of Origin (for connection Speed use): USA

MHFU Guide Application - Page 3 Empty
PostSubject: Re: MHFU Guide Application   MHFU Guide Application - Page 3 Icon_minitimeWed Feb 15, 2012 11:29 pm

I was kidding lol xD
Back to top Go down
http://binocularorder.fullboards.com/
Silverneo188
Diablos
Silverneo188


Thank you Points : 6

Monster Hunter Information
3DS friends code:
Primary MH Title: Monster Hunter 3 Ultimate 3ds
Country of Origin (for connection Speed use): USA

MHFU Guide Application - Page 3 Empty
PostSubject: Re: MHFU Guide Application   MHFU Guide Application - Page 3 Icon_minitimeThu Feb 16, 2012 3:18 am

then how do you explain me blacking out and ending up in Canada somehow?
Back to top Go down
Deridor
Yian Kut-Ku
Deridor


Thank you Points : 10

Monster Hunter Information
3DS friends code:
Primary MH Title: Monster Hunter Freedom Unite
Country of Origin (for connection Speed use): 8

MHFU Guide Application - Page 3 Empty
PostSubject: Re: MHFU Guide Application   MHFU Guide Application - Page 3 Icon_minitimeThu Feb 16, 2012 4:40 am

Silverneo188 wrote:
then how do you explain me blacking out and ending up in Canada somehow?

Alcohol?
Back to top Go down
Silverneo188
Diablos
Silverneo188


Thank you Points : 6

Monster Hunter Information
3DS friends code:
Primary MH Title: Monster Hunter 3 Ultimate 3ds
Country of Origin (for connection Speed use): USA

MHFU Guide Application - Page 3 Empty
PostSubject: Re: MHFU Guide Application   MHFU Guide Application - Page 3 Icon_minitimeThu Feb 16, 2012 5:54 am

Deridor wrote:
Alcohol?

well played Watson
Back to top Go down
DannyLee94
Felyne
DannyLee94


Thank you Points : 11

Monster Hunter Information
3DS friends code:
Primary MH Title: Monster Hunter Portable 3rd/Import
Country of Origin (for connection Speed use): 8

MHFU Guide Application - Page 3 Empty
PostSubject: Re: MHFU Guide Application   MHFU Guide Application - Page 3 Icon_minitimeThu Feb 16, 2012 10:27 am

Silverneo188 wrote:
Deridor wrote:
Alcohol?

well played Watson

Trolololololol!! :P
Back to top Go down
blackice
Tigrex
blackice


Thank you Points : 17

Monster Hunter Information
3DS friends code:
Primary MH Title: Monster Hunter Tri
Country of Origin (for connection Speed use): USA

MHFU Guide Application - Page 3 Empty
PostSubject: Re: MHFU Guide Application   MHFU Guide Application - Page 3 Icon_minitimeThu Feb 16, 2012 9:28 pm

i hate canada.... i walked all the way there for their canadian bacon and it turned out to just be ham.... thoes bastards...
Back to top Go down
http://binocularorder.fullboards.com/
Silverneo188
Diablos
Silverneo188


Thank you Points : 6

Monster Hunter Information
3DS friends code:
Primary MH Title: Monster Hunter 3 Ultimate 3ds
Country of Origin (for connection Speed use): USA

MHFU Guide Application - Page 3 Empty
PostSubject: Re: MHFU Guide Application   MHFU Guide Application - Page 3 Icon_minitimeMon Feb 20, 2012 2:44 am

Okay production is going well :D this is the time for suggestions for the program. I'll take all into consideration (Being that it's a reasonable)

Here is the current/planned features so that you do not suggest what I am already doing.

Features

  • Monster Viewer - Low/High/G Rank carves and Rates (Current)
  • Monster Viewer - Picture of Monster (Current)
  • Monster Viewer - Monster Bio (Current)
  • Monster Viewer - Monster's Average HP (Possible)
  • Item Combo Viewer - Required Items / Rate (Planned)
  • Item Combo Viewer - Where Required Items Can Be Found (Planned)
  • Armor Set Generator (Planned) : Suggested by Tomderdepp


[The List will also be posted on the first post]


Last edited by Silverneo188 on Mon Feb 20, 2012 7:45 am; edited 1 time in total
Back to top Go down
Tomderdepp
Seltas
Tomderdepp


Thank you Points : 15

Monster Hunter Information
3DS friends code:
Primary MH Title: Monster Hunter 4 Ultimate
Country of Origin (for connection Speed use): EU

MHFU Guide Application - Page 3 Empty
PostSubject: Re: MHFU Guide Application   MHFU Guide Application - Page 3 Icon_minitimeMon Feb 20, 2012 3:46 am

monster hitzones
Back to top Go down
Silverneo188
Diablos
Silverneo188


Thank you Points : 6

Monster Hunter Information
3DS friends code:
Primary MH Title: Monster Hunter 3 Ultimate 3ds
Country of Origin (for connection Speed use): USA

MHFU Guide Application - Page 3 Empty
PostSubject: Re: MHFU Guide Application   MHFU Guide Application - Page 3 Icon_minitimeMon Feb 20, 2012 4:19 am

Tomderdepp wrote:
monster hitzones

What about their hitzone?
Back to top Go down
Tomderdepp
Seltas
Tomderdepp


Thank you Points : 15

Monster Hunter Information
3DS friends code:
Primary MH Title: Monster Hunter 4 Ultimate
Country of Origin (for connection Speed use): EU

MHFU Guide Application - Page 3 Empty
PostSubject: Re: MHFU Guide Application   MHFU Guide Application - Page 3 Icon_minitimeMon Feb 20, 2012 4:40 am

a hitzone cahrt. to find their weakspots.

like the ones here: http://www.gamefaqs.com/psp/943356-monster-hunter-freedom-unite/faqs/53339
Back to top Go down
Silverneo188
Diablos
Silverneo188


Thank you Points : 6

Monster Hunter Information
3DS friends code:
Primary MH Title: Monster Hunter 3 Ultimate 3ds
Country of Origin (for connection Speed use): USA

MHFU Guide Application - Page 3 Empty
PostSubject: Re: MHFU Guide Application   MHFU Guide Application - Page 3 Icon_minitimeMon Feb 20, 2012 7:35 am

Hmm, I could simply state where the monster is weakest to for slice/impact weapons? I'm trying to make it simple as can be so I could do all the calculations then put them up as the monsters weakest spots are?
Back to top Go down
Silverneo188
Diablos
Silverneo188


Thank you Points : 6

Monster Hunter Information
3DS friends code:
Primary MH Title: Monster Hunter 3 Ultimate 3ds
Country of Origin (for connection Speed use): USA

MHFU Guide Application - Page 3 Empty
PostSubject: Re: MHFU Guide Application   MHFU Guide Application - Page 3 Icon_minitimeMon Feb 20, 2012 7:44 am

Tomderdepp wrote:
for the weapon trees:
http://monsterhunter.wikia.com/wiki/MHF2/MHFU:_Sword_and_Shield/Dual_Sword_Weapon_Tree

back to topic:
are you planning to build in an armor set generator? that would be really great because I wouldn't need to work with 3 different programms/websides and the game to make a new armor set

I know this is from a while ago but that's not a bad idea. Have you select the armor pieces and gems then have it keep a tally of all your stats automatically and also tell you the definitions of the skills. goin in :P
Back to top Go down
Sponsored content





MHFU Guide Application - Page 3 Empty
PostSubject: Re: MHFU Guide Application   MHFU Guide Application - Page 3 Icon_minitime

Back to top Go down
 
MHFU Guide Application
Back to top 
Page 3 of 6Go to page : Previous  1, 2, 3, 4, 5, 6  Next
 Similar topics
-
» Importing from mhfu to mhfu
» Hello MHFU!!
» New to MHFU
» MHFU! Help
» MHFU: Ad Hoc Problem

Permissions in this forum:You cannot reply to topics in this forum
Monster Hunter Wiki Forum :: Sony :: Playstation :: PSP/Vita (Western releases)-
Jump to: