Nintendo 3DS Forums
Go Back   Nintendo 3DS Forums > General > The Studio

The Studio Show us your creations! Be it art, music, videos, writings, or even programs. (Not for advertising websites.) The work you post MUST be your own!

Random RPG Team Generator
Old 07-04-2014, 02:14 AM
sonic260's Avatar
Senior Member
 
Join Date: Dec 2011
Location: Terca Lumireis
Posts: 760
Default Random RPG Team Generator

I made my first fairly crappy program on my own, yaaay!



First time ever distributing a program, so if I somehow left out a data signature or anything that prevents anti-virus software from mistaking a program as a virus, I apologize in advance. No idea how to prevent that.

Anyway, you just enter the names of your party members and get back a random team. I made this for people like myself who can never decide on a team to use when there are multiple party members. I originally intended it for the Tales series to assist in hunting down Vesperia's elusive group victory quotes and to break out of using the same party over and over. If need be, I can increase the number of party slots if 12 isn't enough, but I don't recommend using this for Pokemon. I might make a separate program for that (I can feel my fingers hurting already...)

So anyway, here's the download link: http://www.mediafire.com/download/68...m+Selector.exe
__________________
"Ideas are only stupid if they fail. And ideas fail once they have been given up on.

Last edited by sonic260; 07-04-2014 at 05:36 PM. Reason: Update
Old 07-04-2014, 04:13 AM
Senior Member
 
Join Date: Sep 2013
Posts: 945
Default

What language did you use to develop this?

Visual Basic? C#? C++? It has to be one of these three.

Also, here's some virus scan results: https://www.virustotal.com/en/file/a...is/1404446364/
Old 07-04-2014, 02:46 PM
sonic260's Avatar
Senior Member
 
Join Date: Dec 2011
Location: Terca Lumireis
Posts: 760
Default

Thanks for the virus scan results, Gaborg

I used Visual Basic.
__________________
"Ideas are only stupid if they fail. And ideas fail once they have been given up on.
Old 07-04-2014, 03:04 PM
Senior Member
 
Join Date: Sep 2013
Posts: 945
Default

Quote:
Originally Posted by sonic260 View Post
I used Visual Basic.
Yup, my first time ever programming was using Visual Basic. Fun language to get into coding.

It's one of your first programs, right? Looks good for a starter.

Good luck with your upcoming programs!
Old 07-04-2014, 04:33 PM
Charok's Avatar
Lurker
 
Join Date: Mar 2011
Location: US
Posts: 431
Default

Opening the program didn't set off my antivirus, just prompted a warning stating that it had an unknown publisher and only to run a program from a publisher you trust.

It works well, I had no issues with it. I'm also glad I'm not the only one who has a problem deciding which party members to use. XD I might actually use this next time I play Pokemon, cause I've always got a list of favorites and I can never choose which ones to use.
__________________
AKA: DragonMaster (KH13)
Old 07-04-2014, 05:40 PM
sonic260's Avatar
Senior Member
 
Join Date: Dec 2011
Location: Terca Lumireis
Posts: 760
Default

Le derp. I tested the application again, and I found out that sometimes the last party member will show up as a blank line in the results list when you're fighting with an odd-numbered party. Here's the updated version (It's already in the first post if you've downloaded it already). Now everything should work as intended:

http://www.mediafire.com/download/68...m+Selector.exe
__________________
"Ideas are only stupid if they fail. And ideas fail once they have been given up on.

Last edited by sonic260; 07-04-2014 at 05:47 PM.
Old 07-04-2014, 06:17 PM
Senior Member
 
Join Date: Sep 2013
Posts: 945
Default

Virus-scanned it again.

https://www.virustotal.com/en/file/c...is/1404497865/
Old 07-06-2014, 07:49 AM
Member
 
Join Date: Mar 2014
Location: SA, Australia
Posts: 51
Default

Looks good for a first program. One thing you should keep in mind if you haven't already is always use good naming conventions for controls for example form is frm, button is btn, it makes your program easier to keep organised, give things names like txtPartyMember1 rather than label1.

I use http://en.wikipedia.org/wiki/Hungarian_notation
Old 07-06-2014, 02:06 PM
sonic260's Avatar
Senior Member
 
Join Date: Dec 2011
Location: Terca Lumireis
Posts: 760
Default

Quote:
Originally Posted by audaciousgamer View Post
Looks good for a first program. One thing you should keep in mind if you haven't already is always use good naming conventions for controls for example form is frm, button is btn, it makes your program easier to keep organised, give things names like txtPartyMember1 rather than label1.

I use http://en.wikipedia.org/wiki/Hungarian_notation
Thanks, but I guess I should have made that clearer: It's not my first first program. Up until now I've been turning in assignments for class or copying what was written in the book. Now that my semester of programming class is complete, this is the first program I've written without a guide.
__________________
"Ideas are only stupid if they fail. And ideas fail once they have been given up on.