NOTE: CURRENTLY GOOGLE CHROME WILL DECLARE MY SOFTWARE MALICIOUS BECAUSE IT IS A .EXE FILE INSIDE A ZIP. I CAN ASSURE YOU THAT FORUM ASSIST IS ---NOT--- MALICIOUS IN ANY WAY.
-Disclaimer-
I'm not sure this is the correct place to post this, but due to it only really assisting people in the Wi-Fi forum I posted it here (Pls no send to technical area where nobody will find it =( ). I even asked in SQSA to no response. To any mods who stumble across this pls no lock the thread itself still needs formatting improvement, I know.
-Forum Assist-
Forum assist is a small C# application which generates a block HTML text which can be directly pasted into the forums to create neatly formatted trade threads using a simple GUI. The aim being to save the user trawling through websites for resources and manually typing the HTML code. The application supports multiple preset formats and the ability to save and reload Pokemon information for editing at a later date
For example:
I want to list my nice, freshly hatched 31/31/31/xx/31/00 Nest Ball Ferroseed with egg moves in a way that's easily read by potential visitors to my trade thread. By filling out the fields of the program I can easily generate such a listing:
Can create multiple different listing formats by selecting the format at the top and clicking the "Create" button, then by Clicking the "Copy" button (which copies the required text) and pasting it into my thread. Easy.
For example by entering what I have above, I get this result:
-=Blu=-/49000
Species: Ferroseed
Ability: Iron Barbs
Nature: Relaxed
IVs: 31/31/31/xx/31/0
Move 1: Bullet Seed
Move 2: Spikes
Move 3: Stealth Rock
Move 4: Leech Seed
Non-Redis
Notes: -0 Speed for most damage out of Gyro Ball!
-Can be Nicknamed!
By selecting "Format 2" I get this result:
Species: Ferroseed
-=Blu=-|49000|
Ability: Iron Barbs|Nature: Relaxed
IVs: 31/31/31/xx/31/0
Move 1: Bullet Seed|Move 2: Spikes
Move 3: Stealth Rock|Move 4: Leech Seed
Non-Redis
Notes: -0 Speed for most damage out of Gyro Ball!
-Can be Nicknamed!
And by selecting "Format 3" I get:
Ferroseed(
)
IVs: 31/31/31/xx/31/0
Nature: Relaxed Ability: Iron Barbs
Moves:
-Bullet Seed
-Spikes
-Stealth Rock
-Leech Seed
OT: -=Blu=- ID: 49000
Non-Redis
-0 Speed for most damage out of Gyro Ball!
-Can be Nicknamed!
(And in case you were wondering I created all of those in about 20 seconds =D)
-Saving and loading-
What if I thought I might make changes to my Ferroseed in the future, but want to list it as is for the moment anyway?
I'm able to save the entries to my computer using the save feature!
By clicking the "Save" button I'm prompted by a menu to enter a file name and location. Name the file whatever you like with the extension .txt, I named mine "Ferroseed.txt" because I'm creative.
Now whenever I want to change something about Ferroseed I can load the file by clicking the "Load" button and selecting my file.
This can be used to keep a back up of all the Pokemon you have listed on your thread in case you manage to mess something up.Like turn the entire thread into a link to photobucket like I did one time.
-CUSTOM FORMATS-
Sorry people who aren't very good with computers, at this time the process is kinda difficult.
Forum Assist can now run your own custom format! to create a custom format:
First create an ordinary .txt file somewhere convenient on your computer and call it whatever you like
Next, you must obtain the BB code for your format. Don't be scared! its easy, follow these steps.
Edit your thread
Click the "Show BB code" button, it should look like this
now locate a Pokemon you have listed previously and copy the BB code
Now here is the tricky part. Paste your code into your text document
Now you must replace parts of the code with these tags depending on what's ment to appear there.
[SPECIES] = This will display the species name in text eg: "Ferroseed"
[SPRITE] = This will display the appropriate sprite
[BALL]= This will display the appropriate Poke Ball
[GENDER]= This will display the Appropriate gender icon
[OT]= This will display the Pokemon's OT eg: "-=Blu=-"
[ID]= This will display the Pokemon's OT's ID eg: "49000"
[MOVE1]= This will display a move eg: "Splash"
[MOVE2]= This will display a move eg: "Splash"
[MOVE3]= This will display a move eg: "Splash"
[MOVE4]= This will display a move eg: "Splash"
[ABILITY]= This will display the pokemon's Ability
[IVS]= This will display the pokemons Iv's in the conventional format
[NATURE] =This will display the pokemon's nature
[KB]= This will display the Kalos born star if appropriate
[SHINY]= This will display the Shiny star if appropriate
[REDIS]= This will display the pokemons distribution rights
[NOTES]= This will display notes.
So my code from above becomes this:
An example is included in the download package =).
Now all you have to do is load your format with the "Load" button, select "Custom format" and you're done.
Forum Assist V1.1 can be downloaded Here
Requirements:
Net framework 4.3 or higher.
Notes:
-I am always looking for ways to improve the application and NEW FORMATTING STYLES I can add. Please suggest below.
This is a work in progress, and I'm fairly inexperienced in programming. You may encounter some bugs particularly with loading saved data at this point.
-Use the save feature with cation at the time being, I may change the format I use in the saved files as I add more features.
-Please check back every so often for updates, often will include added features and bug fixes.
-Please report any issues you find with the software here.
-I know my method of saving was probably used by cavemen, but I'm a noob, Okay?
Change log:
23/09/2014, v1.1.0.0
-Added the ability to load custom formats!
-Added a "Not for trade" option if no redis option in selected
-Added an error message for failed load.
-Massive optimization to the method by which the HTML strings are generated
22/09/2014, v1.0.0.0.
-Initial release.
Credits:
-PkPariso For providing the animated Pokemon gifs!
-Serebii For providing the Pokeball sprites!
-My friends for putting up with my spamming about progress I was making and providing early feedback, namely: *Trev*, <Totes>, awiec, flargananddingle, Lady Valkyrie, lockiegengar12, Mewdraco, Slashari and Valzy.
- .com for providing me with a file containing the data to allow me to make drop-down menus instead of text boxes.
-Disclaimer-
I'm not sure this is the correct place to post this, but due to it only really assisting people in the Wi-Fi forum I posted it here (
-Forum Assist-
Forum assist is a small C# application which generates a block HTML text which can be directly pasted into the forums to create neatly formatted trade threads using a simple GUI. The aim being to save the user trawling through websites for resources and manually typing the HTML code. The application supports multiple preset formats and the ability to save and reload Pokemon information for editing at a later date
For example:
I want to list my nice, freshly hatched 31/31/31/xx/31/00 Nest Ball Ferroseed with egg moves in a way that's easily read by potential visitors to my trade thread. By filling out the fields of the program I can easily generate such a listing:
Can create multiple different listing formats by selecting the format at the top and clicking the "Create" button, then by Clicking the "Copy" button (which copies the required text) and pasting it into my thread. Easy.
For example by entering what I have above, I get this result:
-=Blu=-/49000
Species: Ferroseed
Ability: Iron Barbs
Nature: Relaxed
IVs: 31/31/31/xx/31/0
Move 1: Bullet Seed
Move 2: Spikes
Move 3: Stealth Rock
Move 4: Leech Seed
Non-Redis
Notes: -0 Speed for most damage out of Gyro Ball!
-Can be Nicknamed!
By selecting "Format 2" I get this result:
Species: Ferroseed
-=Blu=-|49000|
Ability: Iron Barbs|Nature: Relaxed
IVs: 31/31/31/xx/31/0
Move 1: Bullet Seed|Move 2: Spikes
Move 3: Stealth Rock|Move 4: Leech Seed
Non-Redis
Notes: -0 Speed for most damage out of Gyro Ball!
-Can be Nicknamed!
And by selecting "Format 3" I get:
Ferroseed(
IVs: 31/31/31/xx/31/0
Nature: Relaxed Ability: Iron Barbs
Moves:
-Bullet Seed
-Spikes
-Stealth Rock
-Leech Seed
OT: -=Blu=- ID: 49000
Non-Redis
-0 Speed for most damage out of Gyro Ball!
-Can be Nicknamed!
(And in case you were wondering I created all of those in about 20 seconds =D)
-Saving and loading-
What if I thought I might make changes to my Ferroseed in the future, but want to list it as is for the moment anyway?
I'm able to save the entries to my computer using the save feature!
By clicking the "Save" button I'm prompted by a menu to enter a file name and location. Name the file whatever you like with the extension .txt, I named mine "Ferroseed.txt" because I'm creative.
Now whenever I want to change something about Ferroseed I can load the file by clicking the "Load" button and selecting my file.
This can be used to keep a back up of all the Pokemon you have listed on your thread in case you manage to mess something up.
-CUSTOM FORMATS-
Sorry people who aren't very good with computers, at this time the process is kinda difficult.
Forum Assist can now run your own custom format! to create a custom format:
First create an ordinary .txt file somewhere convenient on your computer and call it whatever you like
Next, you must obtain the BB code for your format. Don't be scared! its easy, follow these steps.
Edit your thread
Click the "Show BB code" button, it should look like this
now locate a Pokemon you have listed previously and copy the BB code
Now here is the tricky part. Paste your code into your text document
Now you must replace parts of the code with these tags depending on what's ment to appear there.
[SPECIES] = This will display the species name in text eg: "Ferroseed"
[SPRITE] = This will display the appropriate sprite
[BALL]= This will display the appropriate Poke Ball
[GENDER]= This will display the Appropriate gender icon
[OT]= This will display the Pokemon's OT eg: "-=Blu=-"
[ID]= This will display the Pokemon's OT's ID eg: "49000"
[MOVE1]= This will display a move eg: "Splash"
[MOVE2]= This will display a move eg: "Splash"
[MOVE3]= This will display a move eg: "Splash"
[MOVE4]= This will display a move eg: "Splash"
[ABILITY]= This will display the pokemon's Ability
[IVS]= This will display the pokemons Iv's in the conventional format
[NATURE] =This will display the pokemon's nature
[KB]= This will display the Kalos born star if appropriate
[SHINY]= This will display the Shiny star if appropriate
[REDIS]= This will display the pokemons distribution rights
[NOTES]= This will display notes.
So my code from above becomes this:
An example is included in the download package =).
Now all you have to do is load your format with the "Load" button, select "Custom format" and you're done.
Forum Assist V1.1 can be downloaded Here
Requirements:
Net framework 4.3 or higher.
Notes:
-I am always looking for ways to improve the application and NEW FORMATTING STYLES I can add. Please suggest below.
This is a work in progress, and I'm fairly inexperienced in programming. You may encounter some bugs particularly with loading saved data at this point.
-Use the save feature with cation at the time being, I may change the format I use in the saved files as I add more features.
-Please check back every so often for updates, often will include added features and bug fixes.
-Please report any issues you find with the software here.
-I know my method of saving was probably used by cavemen, but I'm a noob, Okay?
Change log:
23/09/2014, v1.1.0.0
-Added the ability to load custom formats!
-Added a "Not for trade" option if no redis option in selected
-Added an error message for failed load.
-Massive optimization to the method by which the HTML strings are generated
22/09/2014, v1.0.0.0.
-Initial release.
Credits:
-PkPariso For providing the animated Pokemon gifs!
-Serebii For providing the Pokeball sprites!
-My friends for putting up with my spamming about progress I was making and providing early feedback, namely: *Trev*, <Totes>, awiec, flargananddingle, Lady Valkyrie, lockiegengar12, Mewdraco, Slashari and Valzy.
- .com for providing me with a file containing the data to allow me to make drop-down menus instead of text boxes.
Last edited: