What I did lately

Published July 18, 2005
Advertisement
For those curious on what I've been up to lately, development wise, here is a small update:
I didn't write any line of code, nor did I put down any design document. I spent most of my time doing various abstract thinking about what and how can be done to make EL more dynamic, such as, for example, adding some XML defined menus, which the server can request the client to open.
For example, the server would tell the client: "Open the Yes/No menu" then the client will open it and depending on what type of menu it is, either freeze the whole gamplay until the user presses a button, or just let the game continue. After the user makes a selection, the answer is relayed to the server which will do whatever is necesary.
I am also thinking about what is the best way to integrate the Small scripting language with the EL client. So far, I know that there will be at least two virtual machines, independent of eachother.
One virtual machine will be omnipresent (will be loaded when the game starts) and another one will be on demand, for the current map, if the current map has an associated Small script file.
Due to the fact that the Small VM is slightly different on 32 and 64 bitprocessors, the scripts will have to be compiled at runtime, and then cached, based on what kind of CPU we are dealing with (32b or 64b).
A dissadvantage is that the players will be able to read the script file and even modify it, but since this is an Open Source game, it shouldn't make a huge difference.
Finally, a 3rd VM might be needed for client scripts started at the request of the server. However, the problem is, I do not know how to handle multiple scripts. Normally a VM would be needed for every script, so this might have some negative impact on the performance, not to mention making it more difficult to implement.

On an unrelated note, I posted a rant about the GDnet rating system, rant which was locked.
If you wish to comment about it, please do so here.
0 likes 4 comments

Comments

noaktree
I rated you up. [smile]
July 18, 2005 11:13 PM
subflood
Why do you care about your rating anyway? It's not like you get a prize if you have a high rating.
July 19, 2005 10:11 PM
Will F
I like 1-3 on your list, but i'm not sure about 4 or 5.
4. I'm not a big fan of having 2 ratings. Next thing you know you'll have 4.
5. Very few people would get rated if only the mods were doing it, probably making the system even more meaningless.

July 20, 2005 01:50 AM
Raduprv
I don't care THAT much about my rating, because if I did I wouldn't have posted anything that could decrease my rating. Which I do quite often, because I like to say what I think.
As for why do I care at all about it? Well, you don't need a prize per se, the rating itself is supposed to be a prize. Is just like playing a game. Why would someone care about killing virtual monsters, or break a scroe record, and so on? Because it's a challange.
July 20, 2005 04:42 PM
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Profile
Author
Advertisement
Advertisement