20-09-2008, 05:15 AM
These are some useful links I've found throughout the previous year. Personally, I find many of these useful, so I hope they can help you guys too.
I'll update this every once in a while when I find some more links. I know I had more I just forgot to bookmark the URLs I guess xD Hope it helps abit
- -http://www.gamedev.net/ - A website with tons of articles on many things related to gaming and programming. Has many neat articles on AI and other useful snippets.
-http://www.tar.hu/gamealgorithms/index.html - Many algorithms on many different topics. However, none of these are in VB6, but you can still use them, since you can easily convert them to VB6.
-http://web.njit.edu/~kevin/rgb.txt.html - Loads of RGB colors, great for when playing around with values for chat and such.
-http://mu.ranter.net/theory/ - Quite a few good articles on things such as balancing and economy design.
-http://www.devmaster.net/articles.php - Once again, a site with many algorithms. Once again, these are not in VB6, but you can easily change them to VB6.
-http://tobolds.blogspot.com/2004/04/disa...onomy.html - A good article on how an economy can easily be ruined by loot.
-http://www.justvb.net/index.htm - A few good tutorials/snippets. Also has a few pages with some good optimizing ideas.
-http://www.programmers-corner.com/viewTutorial.php/4 - Shows how to make a C++ .dll and use it in VB6. Great for optimizing certain functions since C++ is faster.
-http://www.geocities.com/SiliconValley/L...tutor.html - A good tutorial on the API and how to use it in VB6
-http://directx4vb.vbgamer.com/ - A great website, especially for DirectX tutorials among others.
-http://rookscape.com/vbgaming/ - The old Lucky's VB website, has loads of good tutorials on it
-http://www.persistentrealities.com/vbfib...=0&item=51 - A in-line assembly add-in to VB6. Very useful for making code run fast. A few tutorials are on the website to help you
-http://www.aivosto.com/vbtips/vbtips.html - Great website with loads of optimizing techniques
I'll update this every once in a while when I find some more links. I know I had more I just forgot to bookmark the URLs I guess xD Hope it helps abit
