159th_Viper Posted March 21, 2009 Posted March 21, 2009 Great news! Where is the public beta? Every server would test it and give you feedback and suggestions... Release public beta! :) Great job mate! +1 :) Novice or Veteran looking for an alternative MP career? Click me to commence your Journey of Pillage and Plunder! [sIGPIC][/sIGPIC] '....And when I get to Heaven, to St Peter I will tell.... One more Soldier reporting Sir, I've served my time in Hell......'
Quirkitized Posted March 21, 2009 Posted March 21, 2009 yes please release to public, not just one server, more feedback, tons more.
Acedy Posted March 21, 2009 Author Posted March 21, 2009 (edited) Hey fellas, thanks for your encouragement! Sorry, I don't want to release the beta publicly. If you want to speed up the testing process, play on one of the servers running the beta and report your opinion here. --------- I am happy to announce that SimHQ are also hosting the mod now. Their server password is: redbird. Many thanks to guod for helping!! More info here: http://simhq.com/forum/ubbthreads.php/topics/2681804/New_IP_address_for_Game_Server.html http://www.simhq.com/_multiplayer/multiplayer.html Edited March 21, 2009 by Acedy [sIGPIC][/sIGPIC] *** SERVMAN SERVER MANAGEMENT MOD V2 FOR DCS:BS V1.0.1 *** *** VERSION FOR FC2 ***
Acedy Posted March 21, 2009 Author Posted March 21, 2009 My server is online again, info above has been updated. [sIGPIC][/sIGPIC] *** SERVMAN SERVER MANAGEMENT MOD V2 FOR DCS:BS V1.0.1 *** *** VERSION FOR FC2 ***
nemises Posted March 24, 2009 Posted March 24, 2009 Hi Acedy.. Great stuff, really great! I wonder if I could be so cheeky as to request a feature ? Since it is not implemented in the game, I wonder, is it possible to implement for Servman to rotate to the "next" map based on ingame functions (perhaps flag set, or even a triggered text event?) .. I guess to extend this idea out, is the implication that a mission builder can build multiplayer "campains" in such that is a triggered event is set (ie mission victory, or a flag, or whatever) , then Servman will load the new mission. This allows mission builders to keep the maps discreet, and not have to design them to be too dense. This can allready be done manually using Servman, and /mvotes , so , just a thought. Issues I can see with this request are, I don't know if flags are correctly parsed, or their states can be exposed. I'm also not sure how servman would "know" which particular map to rotate to. Still... just thought I'd pitch the idea.. Thanks for your great work mate. PPS. I believe the 104th Dedicated server (running Mondays and Tuesdays) is also beta testing the Servman admin mod, and will look to add a bunch of new missions to the pool ASAP as a result. 1
Acedy Posted March 24, 2009 Author Posted March 24, 2009 (edited) Hi Acedy.. Great stuff, really great! I wonder if I could be so cheeky as to request a feature ? Sure, however I don't know yet when I will have time to write a v2 of the mod, but I already have a wishlist for additional features, so keep 'em coming. :) Since it is not implemented in the game, I wonder, is it possible to implement for Servman to rotate to the "next" map based on ingame functions (perhaps flag set, or even a triggered text event?) .. I guess to extend this idea out, is the implication that a mission builder can build multiplayer "campains" in such that is a triggered event is set (ie mission victory, or a flag, or whatever) , then Servman will load the new mission This allows mission builders to keep the maps discreet, and not have to design them to be too dense. No, at the moment there is no function/hook in the original scripts that is being called when overall mission score changes or triggers/mission goals are activated, and the API also provides no function that you can call yourself to get the current missions score(s). I have suggested these features to Eagle, as they would indeed be very powerful tools that could make it possible, as you said, to write MP campaigns with advancing/retreating/branching missions. I'm also not sure how servman would "know" which particular map to rotate to. Well, for example one could simply add a file in which the server host can specify what should happen if certain conditions (scores, activated triggers) are met, using a syntax that the mod can "understand". Or add some kind of menu to faciliate this, if there will be a GUI one day. ;) Thanks for your great work mate. You are welcome, but writing this mod was/is actually quite fun (apart from debugging, hehe ;) ). PPS. I believe the 104th Dedicated server (running Mondays and Tuesdays) is also beta testing the Servman admin mod, and will look to add a bunch of new missions to the pool ASAP as a result. Oh, alright, yes I told PoleCat that he could also test the mod, but I didn't know that the server is public. I will talk to him and add your server to the list above. Thanks for the heads up! Edited March 24, 2009 by Acedy [sIGPIC][/sIGPIC] *** SERVMAN SERVER MANAGEMENT MOD V2 FOR DCS:BS V1.0.1 *** *** VERSION FOR FC2 ***
graywo1fg Posted March 25, 2009 Posted March 25, 2009 This is incredible :D excellent! i'll be watching this closely... let me know if you need another beta tester i can run it on the DFA server ;) 1 Voice of Jester AI Death From Above =DFA= Squadron Discord - https://discord.gg/deathfromabove http://www.twitch.tv/graywo1f https://www.youtube.com/user/Lonewo1fg
nemises Posted March 25, 2009 Posted March 25, 2009 No, at the moment there is no function/hook in the original scripts that is being called when overall mission score changes or triggers/mission goals are activated, and the API also provides no function that you can call yourself to get the current missions score(s). I have suggested these features to Eagle, as they would indeed be very powerful tools that could make it possible, as you said, to write MP campaigns with advancing/retreating/branching missions. I wonder then if it could hook onto a triggered message ... set a trigger to send a particular message, which acts like a /load:x command in servman ? ...allthough, then i guess its tricky as im not sure what sort of context triggered messages are sent in, or if servman can see them, or just chat log. anyway, sorry, wont keep hounding on it...I guess I should STFU and try to see how it's done in the scripts instead ;)
Acedy Posted March 26, 2009 Author Posted March 26, 2009 This is incredible :D excellent! i'll be watching this closely... let me know if you need another beta tester i can run it on the DFA server ;) Thanks for your offer mate, but I want to release the mod soon and I think we have enough beta servers for the time being. If I start to work on a v2 I will let you know. I wonder then if it could hook onto a triggered message ... set a trigger to send a particular message, which acts like a /load:x command in servman ? ...allthough, then i guess its tricky as im not sure what sort of context triggered messages are sent in, or if servman can see them, or just chat log. No, unfortunately trigger messages are not chat (they are displayed in their own little "window"), and there is no way at the moment that the mod could react to them, or any other trigger related events. anyway, sorry, wont keep hounding on it...I guess I should STFU and try to see how it's done in the scripts instead ;) I really like the idea with reacting to trigger messages, and I don't want to discourage you or anybody else to suggest features, so keep 'em coming, its just that not everything is possible (yet)! :) [sIGPIC][/sIGPIC] *** SERVMAN SERVER MANAGEMENT MOD V2 FOR DCS:BS V1.0.1 *** *** VERSION FOR FC2 ***
korrea Posted March 26, 2009 Posted March 26, 2009 I play now in your server and I love this mod ;). I wait the download. Good job men! :thumbup: 1
Acedy Posted March 27, 2009 Author Posted March 27, 2009 I play now in your server and I love this mod ;). I wait the download. Good job men! :thumbup: Glad you like it, and thanks for playing on the server! [sIGPIC][/sIGPIC] *** SERVMAN SERVER MANAGEMENT MOD V2 FOR DCS:BS V1.0.1 *** *** VERSION FOR FC2 ***
Acedy Posted March 27, 2009 Author Posted March 27, 2009 I am happy to announce that, thanks to Fudd, the 159th dedicated server is now also testing the mod. :thumbup: [sIGPIC][/sIGPIC] *** SERVMAN SERVER MANAGEMENT MOD V2 FOR DCS:BS V1.0.1 *** *** VERSION FOR FC2 ***
Quirkitized Posted March 27, 2009 Posted March 27, 2009 Would you be able to give a timetable for a release? Just curious, when this mod gets released I'll put my small coop server back up, and maybe get me back into playing again. Hopefully within a few weeks? :D
Acedy Posted March 27, 2009 Author Posted March 27, 2009 There is no date or timetable, but I definitely want to release the mod "within a few weeks". ;) [sIGPIC][/sIGPIC] *** SERVMAN SERVER MANAGEMENT MOD V2 FOR DCS:BS V1.0.1 *** *** VERSION FOR FC2 ***
Boberro Posted March 27, 2009 Posted March 27, 2009 Good work Acedy. keep goin' ;] 1 Reminder: Fighter pilots make movies. Bomber pilots make... HISTORY! :D | Also to be remembered: FRENCH TANKS HAVE ONE GEAR FORWARD AND FIVE BACKWARD :D ಠ_ಠ ツ
Acedy Posted April 5, 2009 Author Posted April 5, 2009 The mod has been released! :) http://forums.eagle.ru/showthread.php?t=40143 I would like to thank everybody who helped with beta testing and/or suggested additional features! Great community, reallly! :beer: [sIGPIC][/sIGPIC] *** SERVMAN SERVER MANAGEMENT MOD V2 FOR DCS:BS V1.0.1 *** *** VERSION FOR FC2 ***
Recommended Posts