BP Forums
Create Your Character - Printable Version

+- BP Forums (https://bpforums.info)
+-- Forum: Archived Forums (https://bpforums.info/forumdisplay.php?fid=55)
+--- Forum: Archived Forums (https://bpforums.info/forumdisplay.php?fid=56)
+---- Forum: VB.NET (Visual Basic 2010/2008) (https://bpforums.info/forumdisplay.php?fid=8)
+----- Forum: Share your programs! (https://bpforums.info/forumdisplay.php?fid=10)
+----- Thread: Create Your Character (/showthread.php?tid=542)



Create Your Character - Vinwarez - 06-12-2012

Hello, fellow programmers.

This is a feature which I will use in the software I intend to create.

This application is in its Alpha stages which means it will change dramatically in future, but in a positive way.

List of things I intend to do:
- Make RGB Color Selecting Style
- Add Save, Load and Delete Buttons.
- Add changable Hairstyle, Eyes, Eyebrows, Nose, Clothes etc.
- Make a 3D Character Model.

3D Character model will be added when I learn how to implement and work with 3D engines in Visual Basic, I guess. You will be able to rotate it.

Any suggestions would be greatly appreciated.

Download Link:
http://tinyurl.com/cnv6khy


Re: Create Your Character - brandonio21 - 06-12-2012

Wow, this is pretty nifty!!

But yeah, the RGB color selector will be very helpful. A color dropper (eyedropper) tool may also be useful, but so far, great job!


Re: Create Your Character - Vinwarez - 06-13-2012

I tried to make RGB color selector, but for some strange reason I couldn't get my form to open, so I thought, well I will make it simple first and then see what and how will I do things later on.

Eyedropper tool is actually a pretty nice idea, but I'm afraid it would be useless since I want to make it when you click on the part of the body, the part's color is automatically selected in RGB color selector. Maybe it's possible to create eyedropper which can grab a color from any window, in that case this would be very useful.

I'm glad that you liked this basic version.