Another thing to point out what does OpenGlad end and OpenGlad-E begin. To me, there are a few issues that need to be fixed about the original code: 1)speed...
Since I mentioned it last week and before anybody tries to accuse of bluffing about working on a version of Gladiator written in Java, I will promise that is...
One question that I want to ask: what do you guys consider the smallest viewing screen you need to see to play gladiator? I was thinking if your character was...
Just so you guys know, I made a mistake with my math. 5 tiles above/below/left/right from the center tile amounts to 11 tiles by 11 tiles or 352 by 352...
I'm halfway through step 1 of phase 1 of Java Gladiator plan: http://home.windstream.net/melvinsh/gladiator/GladMapDraw1.htm displays 1st half of the graphics....
I ran into a small problem trying to work on the graphics, mainly figuring out how the animation works in the game. Plus I got to find a program to convert...
Hi everyone... Hopefully this isn't too obviously shameless self-promotion. But I wrote a post about Gladiator in my blog that might be interesting to some...
I solved that problem all ready :) I wrote a C utility that converts PIX files to targa (TGA) graphic files. You can use any graphics program to convert the...
There are a couple of issues I ran into. 1)I couldn't find the code in the code where it changes a character's color to match a specific team. That's a very...
1) Gladiator uses a 255 color palette so each color can be addressed as an individual byte. In the PIX files, the team color is defined as any color above...
Thanks. That solves a lot of my problems. ... as an individual byte. In the PIX files, the team color is defined as any color above color index 247 (colors...
... around? I still have my old floppy disk but lost my password ages ago. Plus how do you make in run on a totally new computer with windows XP? Can it be...
a soldier is an enlisted man or woman who serves in an army a warior is someone engaged in or experienced in warfare, or a person habitually engaged in...
Bjorn Hansen
grethel@...
Mar 25, 2008 10:16 pm
2335
Would you rather have a trained soldier by your side or a warrior? To bring on-topic, if logically, it would make sense if there was a promoted class for...
I think that would be a very appropriate upgrade. A soldier serves in an army, so one he is experienced enough, he could leave the army position to fight on...
Yesterday, I finished manually coding into the program the initial loading of all map tiles. I'm hoping to have something to show by the end of the week....
Hi, does anyone know the function of the file editor.exe that was included with the original version of gladiator? I assume it has something to do with...
Hello, just thought I'd ask for your input about special abilities on existing characters. As you may know, Gladiator originally intended to have six special...
... The function of the original editor.exe program was to create brand new maps of any size and fill the maps relatively easily with tiles of the same type....
... Go to the Files Section -> Char Info folder for where we started. http://games.groups.yahoo.com/group/gladiator/message/2284 <- summary of my policy about...
I finally stopped to get the basic map tile graphics to load in a Java Applet. http://home.windstream.net/melvinsh/gladiator/GladMapDraw1.htm You'll have to...
Does the coding for gladiator show that the game 1st starts up it automatically loads all maps or does it generate the maps as a player selects to go through...
I haven't looked at the code, but I'm sure it only loads the current map....
Bjorn Hansen
grethel@...
Jun 23, 2008 2:45 am
2345
I'm hoping by the end of this week to have things set where we can view real maps. I'm still very interested in anyone coming along to supply better versions...
Openglad loaded all the tile images and sprites when the program started but only loaded the specific map's scen and pix files when they were needed...
Thanks. I already sent a question to a java developer's group about the possibility of reading in an image into an array of color variable type. It'll be a...