The Players Corner Archive

Any programmers here?

Anyone here a serious programmer? I don't mean like a scripter or HTML, but more along the lines of C++, assembler, or other compiler based programming.

Have any neat programs you've made? I'm interested in looking at source code in C++ especially for RPG oriented games. I'm currently working on my own RPG but it would be interesting to see how my method of implementing an RPG system compares to other methods.

- Lord Kranar, human Archwizard reg

What engine ya using Kranar?

-=Insomniac=- reg

The Ultraverse is using my own engine I named The Chronosoft Tilemap System.

It's a bunch of systems I made that handle anything from battles, to layering, to map triggers, people walking around, menus etc etc...

As far as I'm concerned I'm done the system, it's good enough to support a pretty damn long RPG game and has a simple to use tilemap editor.

- Lord Kranar, human Archwizard reg

Might want to check out www.vbsquare.com

They have a forum for all sorts of programming languages, and they seem to attract a lot of game designers. You might find some good open source stuff there.

Roberta
reg

I checked it out, but problem is that practically everything on that site is for Visual BASIC, and well, I'm not a fan of VB.

My preference for programming sites are ones that aren't language specific but instead will just have tons of articles on programming concepts and ideas. The examples are generally just pseudocode and they allow you learn the a more theoretical concept behind how to program rather than teaching a specific way to do something.

Hands down the best site to go to for programming is:

http://www.gameprog.com/

- Lord Kranar, human Archwizard

[This message has been edited by LordKranar (edited 06-17-2001).] reg

I know some C++, but I'm not an expert. I do have a little C++ game I made last year, I'll post it in a different thread if I can manage to find it. Unfortunately, the game's not RPG based, but maybe you can get something out of it. reg