Rob Janes Posted October 14, 2012 Author Share Posted October 14, 2012 I've added stackable items, in the item editor you can choose to flag an item as 'Stackable' or not.I will look into multiple NPC drops in a bit. Link to comment Share on other sites More sharing options...
Vus Posted October 14, 2012 Share Posted October 14, 2012 > I've added stackable items, in the item editor you can choose to flag an item as 'Stackable' or not.> > I will look into multiple NPC drops in a bit.Cool. Link to comment Share on other sites More sharing options...
Mal Posted October 14, 2012 Share Posted October 14, 2012 Keep hearing tell of the networking being pretty inconsistent in terms of how many players it can support without lagging or causing packet loss; have you looked into that yet? Link to comment Share on other sites More sharing options...
Rob Janes Posted October 14, 2012 Author Share Posted October 14, 2012 Can't give you an exact number of users it can support. It will require some severe stress testing in the future. At the moment, there's a lot of traffic being sent too and from which will obviously impact performance. I've cut down on some of the useless data by adding a few extra checks server-side before sending data to a client. That being said, it also depends on the type of server you're running. We use a dedicated server from Rackspace and another from GoDaddy. I'll throw up a stress test when I'm done and comfortable with the game, and hopefully try to really stress test the game. Link to comment Share on other sites More sharing options...
Peaverin Posted October 14, 2012 Share Posted October 14, 2012 Hey Rob, im looking forward if someone is able to fix this bug that it's happening to every original eclipse version derivates (this bug is also happening to your version).The bug is related with the chat window refresh. It only refresh correctly for the last connected player and for the other players it stays like 5 seconds to refresh when someone sends any message or it refresh when the last player moves. Sorry if i can't explain the bug correctly. Just read this post and see what happens:[http://www.touchofdeathforums.com/community/index.php?/topic/130024-serious-chat-refresh-bug-official-version-and-nightly-eclipse/#entry859473](http://www.touchofdeathforums.com/community/index.php?/topic/130024-serious-chat-refresh-bug-official-version-and-nightly-eclipse/#entry859473) Link to comment Share on other sites More sharing options...
Rob Janes Posted October 14, 2012 Author Share Posted October 14, 2012 So what happens?Player 1 ConnectsPlayer 2 ConnectsPlayer 2 Says HiIt only shows up for player 1 after 5 seconds? Link to comment Share on other sites More sharing options...
Peaverin Posted October 14, 2012 Share Posted October 14, 2012 Yes. The same if Player 1 Says Hi. It will only shown inmediately for the last connected player and then for the others(first for player 2 and then for player 1)Also if player 2 moves, the chat window of player 1 will refresh inmediately.I think you will have to test it because i don't know how to explain correctly.Also i have found a bug in your proyectiles system:[http://postimage.org/image/eu9mfi96n/](http://postimage.org/image/eu9mfi96n/)This happens if i shot the warp blocks. Link to comment Share on other sites More sharing options...
Rob Janes Posted October 14, 2012 Author Share Posted October 14, 2012 Thanks for picking out the warp block bug! I'll fix that right now!Let me look into the other bug right now and I'll post as soon as I find a fix to it. Link to comment Share on other sites More sharing options...
Peaverin Posted October 14, 2012 Share Posted October 14, 2012 Ok Rob thank you for your custom version and for trying to fix that bug.Hope you fix it, because the bug affects a lot of eclipse versions.Thanks for all!Edit: I saw the diagonal movement system and i think it will be nicer if it makes the player move speed decrease while walking in diagonal. As I said, it's just an opinion. Ah, and I also wanna know if there is a way to make the buffs don't dissapear after disconecting. Link to comment Share on other sites More sharing options...
Rob Janes Posted October 14, 2012 Author Share Posted October 14, 2012 I've got the warp bug fixed, I can't seem to recreate the issue with the chat messages showing. Maybe I'm just not fully understanding it though.Diagonal movement on the X/Y being slowed down is a little more complicated than it sounds. It uses the same math to calculate pixel movement as going from Left>Right>Up>Down. With the diagonal having more pixels to cover in the same amount of time, it appears to move faster. I'm not saying it can't be done, it's just a bit more work than I feel like adjusting for the minor speed difference. If it's a big issue though I will address it.As for buffs disappearing. I have this by design, though it's very easy to fix, all you need is to comment out the Call ClearBuffs(index) on the PlayerJoin command, as well as removed the ClearBuffs(index) on the PlayerDisconnect as well. Link to comment Share on other sites More sharing options...
Peaverin Posted October 14, 2012 Share Posted October 14, 2012 Ok don't worry about the directional movement and thanks for the buffs answer.The best you can do for understand the chat problem is just to test it and you will see that for player 1 it will be like if he were having lag (but isn't lag, because you can move without problems). Link to comment Share on other sites More sharing options...
Rob Janes Posted October 14, 2012 Author Share Posted October 14, 2012 So I should be able to connect with 2 players right? Send a message from Player 2, and it won't show up for player 1? Link to comment Share on other sites More sharing options...
Peaverin Posted October 14, 2012 Share Posted October 14, 2012 It will show up in like 5 or 6 seconds or if you move one step in any direction with the player 2 it will suddenly show up for player 1.The same if you send a message from player 1\. It will also be shown up first for player 2 and then for player 1, like if player 1 were having lag. Link to comment Share on other sites More sharing options...
TheLordOfTheManor Posted October 15, 2012 Share Posted October 15, 2012 I keep giving you suggestions but I think this one is a bit important too.Checkpoint map attribute? Made by Alatar, but you can make your own version, but don't make it say, "you've stepped on a checkpoint", that message is an annoyance!And are you going to use the Better item interface (Xppxdd)? Or are you making something similar/better? Because it looks really nice. Link to comment Share on other sites More sharing options...
Rob Janes Posted October 15, 2012 Author Share Posted October 15, 2012 What's the purpose of checkpoints with the event system?I'm unfamiliar with the Better Item Interface? Xppdxx? Link to comment Share on other sites More sharing options...
iSnow Posted October 15, 2012 Share Posted October 15, 2012 Dragon Eclipse has it, it trades a description with a lot of space for some premade fields that display common data as in most MMOs to date. Link to comment Share on other sites More sharing options...
Rob Janes Posted October 15, 2012 Author Share Posted October 15, 2012 No upload tonight sadly, I've not finished a few parts of the quest system that I believe are necessary before releasing the next build, mainly rendering textures above NPCs for Quest Givers, such as Exclaimation Marks or Quest Marks. I also need to do some work to the Quest Log to make it fit into the existing EO UI nicely without looking too ugly.Here's some screenshots of today's progress and the changelog:+ Fixed bug with projectiles on WarpTiles thanks to Peaverin for catching this.+ Items now have a 'Stackable' setting in the Item Editor, non-stackable by default. If you want an item to be able to be stacked (more than 1 per inventory slot) select "Stackable: Yes"+ Fixed Initialization Bug, will now try to Hardware, Software then Mixed in that order.+ Added Quest System (Need to finish UI and Textures above quest givers) Link to comment Share on other sites More sharing options...
Thor7 Posted October 15, 2012 Share Posted October 15, 2012 Nice updates mate! Doing some good stuff, keep it up  Link to comment Share on other sites More sharing options...
pooklove1911 Posted October 15, 2012 Share Posted October 15, 2012 I found a bug, if you have a character or create one and give him/her 30 gold or whatever amount, and log out. Create a new character and log in, you’ll notice that the new user will also be carrying the same amount of gold.. Link to comment Share on other sites More sharing options...
Sr_Sirius Posted October 15, 2012 Share Posted October 15, 2012 Rob when you finish you stable base of this engine, are you available for hiring? Link to comment Share on other sites More sharing options...
Rob Janes Posted October 15, 2012 Author Share Posted October 15, 2012 Sure Sr_Sirius, just PM me details. Link to comment Share on other sites More sharing options...
Peaverin Posted October 15, 2012 Share Posted October 15, 2012 Excelent updates, I like the idea of you doing all that system so there won't be any incompatibilities between that systems.It's looking very good Do you finally managed to fix that chat bug?Waiting for the src release, it looks reaally really nice  Link to comment Share on other sites More sharing options...
iSnow Posted October 15, 2012 Share Posted October 15, 2012 Consider a new GUI perhaps when your done? For a new engine of standards that your going by the thing should have a new presentation. Link to comment Share on other sites More sharing options...
TheLordOfTheManor Posted October 15, 2012 Share Posted October 15, 2012 > What's the purpose of checkpoints with the event system?> > I'm unfamiliar with the Better Item Interface? Xppdxx?So that let's say I have a cave and I want whoever dies in the cave to respawn in front of it. I put a checkpoint on the ground in front of the cave entrance so the person is forced to step on it before they enter the cave. The server keeps a record in a file of the last checkpoint each player has stepped on, when the person dies they teleport to the last check point they stepped on, being the front of the cave in this example. It's a very useful thing!Oh, and for the item interface check out Dragon Eclipse same with the checkpoints! Link to comment Share on other sites More sharing options...
Rob Janes Posted October 15, 2012 Author Share Posted October 15, 2012 I'd love to have a new UI, but I am HORRIBLE with Photoshop.if someone wants to design a new user interface, I will impliment it. It can look, feel however they want as long as it looks professional.I just finished an Anatomy and Physiology exam, and heading to work tonight, so I may not get a chance to work on or upload the engine tonight. Though my goal is to get the quest system live for people to test by Wednesday.Thanks ! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now