This server looks great! TQ patch 5292 pretty new stuff huh? Well, good luck! I would join your server, all of these other server's use really old TQ patches & are out dated.
Well I'll keep you in mind when pre-testing starts
basically I wanna get BASE game systems working, then do a initial test where it will just be pvp with limited actual content (no events/quests or anything. Just free pvp and commands to test out game features). That will allow the server to be stress tested and things sorted out for future.
After that We'll go into content creation mode which would last another month or so before the actual server will be 'ready'
A CHALLENGER APPROACHES!
Noah has joined the team as a non conquer related programing expert. He will be working on server tools using C# or C++. His current task is... lofty... and secret for the time
Lets just say if he succeeds with the full extent of his program, every single server out there will be kissing our *** in terms of custom content (except yakuza which **** knows when will be released if ever)
Adding character creation packets. I haven't had a chance to write the rest of the database functions though (valid name, etc). I'll write them when I'm finally not working >.< 9 hr shift today so no real time.
Well I'll keep you in mind when pre-testing starts
basically I wanna get BASE game systems working, then do a initial test where it will just be pvp with limited actual content (no events/quests or anything. Just free pvp and commands to test out game features). That will allow the server to be stress tested and things sorted out for future.
After that We'll go into content creation mode which would last another month or so before the actual server will be 'ready'
A CHALLENGER APPROACHES!
Noah has joined the team as a non conquer related programing expert. He will be working on server tools using C# or C++. His current task is... lofty... and secret for the time
Lets just say if he succeeds with the full extent of his program, every single server out there will be kissing our *** in terms of custom content (except yakuza which **** knows when will be released if ever)
Adding character creation packets. I haven't had a chance to write the rest of the database functions though (valid name, etc). I'll write them when I'm finally not working >.< 9 hr shift today so no real time.
Uhhhh, Meaning newestcoservers/lotf server :S "also every single server out there will be kissing our ***" AcidCO?
Uhhhh, Meaning newestcoservers/lotf server :S "also every single server out there will be kissing our ***" AcidCO?
No.
Definition of lofty:
exalted: of high moral or intellectual value; elevated in nature or style; "an exalted ideal"; "argue in terms of high-flown ideals"- Oliver Franks; "a noble and lofty concept"; "a grand purpose"
Yah, just meant the side project noah will be focusing on is rather ambitious...
Not going into too much detail cause it's all going to be either ppl saying
A: can't be done
B: wanting it released
or the inevitable
C: it doesn't get finished and there is no point going into details before it's even really made any progress.
But yes, Noah will be in charge of program creation not related to the source. Content creation tools we'll call them (for all sorts of things).
Arco is going to be working on character items and inventory/equipment over the next day or two now that I've finished structuring the item info packet.
I unfortunately won't really have any time for coding as I work 32 hours this weekend (long weekend) and have no time off until next tuesday... to add to that my housemates start getting back into town + other random commitments so yah... very little progress on my end next lil bit.
I'll finish up character creation packets either tonight or tomorrow hopefully (all structured, just need to write the database checks really... simple shit)
NOTE: I have no intention of 'insulting' acidco but their alleged content simply consists of pvp events and nothing more really... As far as I know they have very little actual custom stuff. They are a great server, have a very stable custom source and definitely know what they are doing but they honestly have very little in the way of custom stuff. Just alot of epvp events.
<edit x2>
Finished basic character creation... took me longer than it should have but w/e.
Checks are in place for...
Name exists already
Name contains invalid characters
Name is too short/long
On create right now it just dc's you back to login screen. I'll do the proper response as soon as I have time to load up my proxy and log a valid one (the "your character has been created, please re-log in" msg)
Things to do...
- Load itemtype into server
- Write items database/character dictionaries for invent/gear
- Log/create the damn spawn entity packet! (been working k?)
- Add in stat calculation so that I can calculate max hp/mana for characters properly (Eg: on char creation right now you have 0/x hp cause I'm not able to just set your hp to your max value without first calculating it based on starting stats, level and profession)
Those are the next things on the list..
Also for the lulz. I am making our 'background' project "Project Indigo", cause I'm a nerd like that.
Ok so no real update here. Just revived a bunch of the old hellmouth information outlets I had.
Our youtube chanel!
Our Twitter!
This thread and those two places will be GREAT areas to get information about server progress and features. I will be trying to upload video clips as new things are added, twittering about what's being worked on, how things are progressing, etc and as always I will be updating this thread with all sorts of information and links. Subscribing/following just gives you more instant notification.
First vid of new source. Nothing really added in this vid except for basic login and char creation system.
Mostly just to show that the source DOES exist and DOES work with new client. Nothing fancy ^^
On create right now it just dc's you back to login screen. I'll do the proper response as soon as I have time to load up my proxy and log a valid one (the "your character has been created, please re-log in" msg)
Yah, just meant the side project noah will be focusing on is rather ambitious...
Not going into too much detail cause it's all going to be either ppl saying
A: can't be done
B: wanting it released
or the inevitable
C: it doesn't get finished and there is no point going into details before it's even really made any progress.
But yes, Noah will be in charge of program creation not related to the source. Content creation tools we'll call them (for all sorts of things).
Arco is going to be working on character items and inventory/equipment over the next day or two now that I've finished structuring the item info packet.
I unfortunately won't really have any time for coding as I work 32 hours this weekend (long weekend) and have no time off until next tuesday... to add to that my housemates start getting back into town + other random commitments so yah... very little progress on my end next lil bit.
I'll finish up character creation packets either tonight or tomorrow hopefully (all structured, just need to write the database checks really... simple shit)
NOTE: I have no intention of 'insulting' acidco but their alleged content simply consists of pvp events and nothing more really... As far as I know they have very little actual custom stuff. They are a great server, have a very stable custom source and definitely know what they are doing but they honestly have very little in the way of custom stuff. Just alot of epvp events.
<edit x2>
Finished basic character creation... took me longer than it should have but w/e.
Checks are in place for...
Name exists already
Name contains invalid characters
Name is too short/long
On create right now it just dc's you back to login screen. I'll do the proper response as soon as I have time to load up my proxy and log a valid one (the "your character has been created, please re-log in" msg)
Things to do...
- Load itemtype into server
- Write items database/character dictionaries for invent/gear
- Log/create the damn spawn entity packet! (been working k?)
- Add in stat calculation so that I can calculate max hp/mana for characters properly (Eg: on char creation right now you have 0/x hp cause I'm not able to just set your hp to your max value without first calculating it based on starting stats, level and profession)
Those are the next things on the list..
Also for the lulz. I am making our 'background' project "Project Indigo", cause I'm a nerd like that.
Forgetting about the Duelist? The one you really liked? Just defending AcidCO here...
Strange, when I sent ANSWER_OK (from SYSTEM, to ALLUSERS, same as I do for normal login), it just sticks at Loading...
Then again I AM having some strange mini problems so could just be my source not wanting to cooperate. I'll log full char creation sequence later. Will save me some time prob
HellMouth Client 02/18/2011 - CO2 Weapon, Armor, Effects & Interface edits - 17 Replies Basically I've done the client for HellMouth and would like some feedback and some input to what can be done to improve it. The logo is already going to be removed since its blurry.
Thanks.
http://i47.tinypic.com/2i1h0km.png
## Updated
-Removed Logo
-Added new background to top and bottom
I'm happy with what it has turned out as.