Bak Posted December 22, 2010 Report Posted December 22, 2010 I've added an update for Discretion with all the recent progress. You can get it through the built-in update manager. The player position interpolation now works as expected, and floating point has been eliminated in the game physics. I told SS Council a year ago that there would be a beta by the end of the year so this is pretty much it. There is some bad news, however, in that my harddrive had crashed earlier in the year and although I had done an svn commit, I did not svn add some server-side files. So for now, reliable in-order checks and lag checks are disabled . I think I'm going to spend the next week or so working on a map / settings for a demonstration zone Quote
Samapico Posted December 22, 2010 Report Posted December 22, 2010 Cool... hit me up if you need anything specific... If I'm bored during the holidays it could keep me busy Quote
Bak Posted December 30, 2010 Author Report Posted December 30, 2010 Some fun screenshots. First kill: More fun: Quote
»gallitin Posted December 30, 2010 Report Posted December 30, 2010 (edited) was that really jeff and priit?!is this a serious question? Edited December 30, 2010 by Gallitin Quote
L.C. Posted December 30, 2010 Report Posted December 30, 2010 was that really jeff and priit?!is this a serious question?If Bak doesn't answer the question, it will become a conspiracy (not joking). Quote
Samapico Posted December 30, 2010 Report Posted December 30, 2010 Awesome... It's probably a known issue, or maybe even it has some debug purpose, but the second screenshot shows a trail in front of the bomb when it's near the edge of the screen (lower right) Quote
»Xog Posted December 30, 2010 Report Posted December 30, 2010 this was my intention... but then again why do we always check our pockets repeatedly when we leave our houses while knowing we do have everything? same deal i suppose was that really jeff and priit?!is this a serious question?If Bak doesn't answer the question, it will become a conspiracy (not joking). Quote
Bak Posted December 30, 2010 Author Report Posted December 30, 2010 a trail in front of the bomb when it's near the edge of the screen (lower right) That's a feature... took a few hours to code Quote
Samapico Posted December 30, 2010 Report Posted December 30, 2010 ? The trail in front of the bomb? And... why is it only the bombs near the edge of the screen that have it? Quote
»Xog Posted December 30, 2010 Report Posted December 30, 2010 (edited) i think those are like a laser aiming mechanism not a trail Edited December 30, 2010 by Xog Quote
Bak Posted December 30, 2010 Author Report Posted December 30, 2010 in front to help you dodge incoming bombs... if you can think of a better way that's easy enough to implement I'll change it. Try it with practice offline. Actually, there's now a trial Discretion server up. If y'all want to alpha test before the official announcement, do this: 1. download discretion from the sourceforge page ( http://sourceforge.net/projects/ss-discretion/ )2. unzip and double click the .bat file3. go to options -> update discretion4. it may crash here when it tries to restart, but basically rerun Discretion.bat5. click "Zones" to update the zone list6. You should see "Discretion Experimental Warfare" in the zone list, come on in. still lots of little bugs to work out (players get specced when someone new enters) and settings are plain, I'll get something in the next day or two Something you can do is use the ?chatbridge or ?cb command to link with an SSC account. This will login a player in Hockey Zone using chatnet and allow you to bridge your chats and private messages with an SSC server. you need to make an ssc account for this first though. Quote
Samapico Posted December 30, 2010 Report Posted December 30, 2010 hmmm... but why is that bomb the only one in the entire screenshot that shows that 'aiming line'? And from what I remember playing offline, it only appeared when the bomb was near the edge of the screen....... I'll check again when I get home Quote
aquarius Posted December 30, 2010 Report Posted December 30, 2010 When I click 'Zones' Experimental Warfare goes away. I also can't run it anymore missing a file. Anywyas, I'm on win 7 64bit http://www.jesse.pro/errorlog.txt Quote
Dr Brain Posted December 30, 2010 Report Posted December 30, 2010 I know it's not quite the same, but how about projecting a low opacity image over the expected bomb impact site for t <= 1000ms? You could have the opacity increase the closer the bomb gets. You could also have it highlight bombs (e.g. a semi-transparent image of a 50px radius circle underneath the bomb) with a trajectory that will bring them close to your ship. Again, you can vary the transparency. Perhaps as a function of how likely it is to hit you. It's pretty easy to cull the list of bombs down to the few that have any possibility of hitting you, so even complicated functions wouldn't necessarily be a burden on the CPU. Quote
Bak Posted December 31, 2010 Author Report Posted December 31, 2010 When I click 'Zones' Experimental Warfare goes away. I also can't run it anymore missing a file. Anywyas, I'm on win 7 64bit http://www.jesse.pro/errorlog.txt Hmm that's strange. Which file was missing? Did the update finish normally? Did you rerun the .bat file after the update? Anyways I added some debug to one of the modules which will help diagnose the problem. Delete Discretion, redownload, update, and try again thank you Quote
aquarius Posted December 31, 2010 Report Posted December 31, 2010 Deleted, downloaded, ..update pauses at ".... got 318464 bytes in 2.148 seconds (18.10 KB/sec)... Waited about 3 minutes and clicked close on the GUI update window. Didn't click zones, just saw experimental warfare and hit play and it said "Error in copyfile: Cannot open destination file, './Modules/FrontEnd/Discretion.exe'.ERROR: CHECK FOR UPDATES FAILED; ABORTING LAUNCH!" Exited Discretion, tried to re-open Discretion.bat, just a blink and nothing launches. No error log. Quote
aquarius Posted December 31, 2010 Report Posted December 31, 2010 Deleted, downloaded, ..update pauses at ".... got 318464 bytes in 2.148 seconds (18.10 KB/sec)... Waited about 3 minutes and clicked close on the GUI update window. Didn't click zones, just saw experimental warfare and hit play and it said "Error in copyfile: Cannot open destination file, './Modules/FrontEnd/Discretion.exe'.ERROR: CHECK FOR UPDATES FAILED; ABORTING LAUNCH!" Exited Discretion, tried to re-open Discretion.bat, just a blink and nothing launches. No error log. Letting it sit this time, again, stops at 318464 bytes. Quote
aquarius Posted December 31, 2010 Report Posted December 31, 2010 Got ridiculous waiting. I closed the terminal (which closed Discretion) and tried to re-launch, and again, no error log. The terminal does flash for a split second though, caught a tangible screenshot. See below. Quote
Bak Posted December 31, 2010 Author Report Posted December 31, 2010 Interesting... it seems that it updated either the module manager or settings handler before it messed up the update, then when it loaded it notices they're different versions so it can't go on. I'll have to think of the best way to fix it. Also strange that the updates are freezing for you. If can't maintain a TCP connection that may be a bad sign since you need to do that for the anti-cheat system. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.