Welcome to the 42 Amsterdam multiserver.
Page 3 of 4 FirstFirst 1234 LastLast
Results 31 to 45 of 51
  1. #31
    Senior Member
    Join Date
    Oct 2012
    Location
    Russia
    Posts
    400
    Quote Originally Posted by ZIP View Post
    still says the same thing. <_<

    P.S Win XP (SP2)
    Program update - see the next posts

    p.s.

    This is my error.
    When creating an archive (sam servers list program.zip) - pulled a file from another window (debug) , instead of (release).
    it happens to everyone

    ---------- Post added 27-10-2013 at 23:04 ----------

    If anyone is interested - here is the source codes of the projects for MS Visual Studio 2010 c++

    Program update - see the next posts

    ms_listDLL (source code).zip - 23 Kb Updated 14.11.2012

    and a little console program using the library ms_list.dll (for example):

    Name:  2013-10-27_230741.png
Views: 184
Size:  96.3 KB

    sam_list (source code and program) - 26 Kb
    Last edited by [Rocketers] Alex; 19-11-2013 at 11:19. Reason: update code 14.11.2013
    [Rocketers] Alex

  2. #32
    Senior Member
    Join Date
    Oct 2012
    Location
    Russia
    Posts
    400
    This is last version of sam servers list:

    Program update - see the next posts



    The code is pretty much changed.
    added progress bar, and DB class - for servers,players list.
    table(ListView) made of color
    And also fixed some bugs in ms_list.dll.

    Name:  2013-11-05_202831.png
Views: 166
Size:  360.1 KB

    Name:  2013-11-05_202859.png
Views: 173
Size:  749.9 KB

    Name:  2013-11-05_202914.png
Views: 166
Size:  422.0 KB
    Last edited by [Rocketers] Alex; 19-11-2013 at 10:00. Reason: Program update
    [Rocketers] Alex

  3. #33
    Senior Member
    Join Date
    Oct 2012
    Location
    Russia
    Posts
    400
    Combined the two projects (ms_list and sam monitor) into one, for convenience.
    Added to the main thread another 5 threads - it has improved the program.
    Added a common list for all players FE and SE.
    Fixed bug in DB Class.
    Added minimize to tray program - when you start the game.
    Added splash screen at startup and exit.
    Made an installer for the program.

    Program update - see the next posts
    Last edited by [Rocketers] Alex; 19-11-2013 at 10:01. Reason: Program update
    [Rocketers] Alex

  4. #34
    Senior Member
    Join Date
    Oct 2012
    Location
    Russia
    Posts
    400
    In sam monitor - Found a bug:

    Code:
    	
                    if(FileExists(samse05gro) == 0 && FileExists(tempstr) == -1 )
    		{ 
    			 MessageBox(0,"Path is OK","Sam Monitor", MB_OK | MB_ICONINFORMATION );	
    		 }
    		else 
    		{
    			(0, "Invalid Path" ,"Sam Monitor", MB_OK | MB_ICONERROR);
    It must be so:
    Code:
    	
                    if(FileExists(samse05gro) == 0 && FileExists(tempstr) == -1 )
    		{ 
    			MessageBox(0,"Path is OK","Sam Monitor", MB_OK | MB_ICONINFORMATION );	
    		}
    		else 
    		{
    			MessageBox(0, "Invalid Path" ,"Sam Monitor", MB_OK | MB_ICONERROR);
    bug fixed.

    Program update - see the next posts
    Last edited by [Rocketers] Alex; 19-11-2013 at 10:00. Reason: Program update
    [Rocketers] Alex

  5. #35
    Magrathea Member
    Join Date
    Sep 2013
    Location
    Jungle near Moscow
    Posts
    344
    A preliminary issue.

    Do I need to first remove the older version ?
    Семь бед, один Reset.

    Seriousness - the path to immortality. Frivolity - the path to death. Serious not die. Frivolous like dead.
    (Buddha)

    Distribution Sam’s (Rus version) FE https://yadi.sk/d/ZYXXvgybnGeKy (new version pack)

    Only Serious Sam, ... Only hardcore

  6. #36
    Senior Member
    Join Date
    Oct 2012
    Location
    Russia
    Posts
    400
    Quote Originally Posted by ZIP View Post
    A preliminary issue.

    Do I need to first remove the older version ?
    Yes
    [Rocketers] Alex

  7. #37
    Magrathea Member
    Join Date
    Sep 2013
    Location
    Jungle near Moscow
    Posts
    344
    Installed
    With color stripes convenient.

    Questions :

    1. Is it possible to sort the list (on the server, map, game type, .....)
    As it is made search engine built into the game.
    (by pressing the button on the top table)

    2. Is it possible, as a highlight or mark the chosen server or IP ? (eg red)
    What would you see at a glance - in the network to the desired server or not.


    P.S Sorry if English is badly written by ....... autotranslation.
    P.P.S I want to thank you for the excellent and convenient program, and a great job.
    Семь бед, один Reset.

    Seriousness - the path to immortality. Frivolity - the path to death. Serious not die. Frivolous like dead.
    (Buddha)

    Distribution Sam’s (Rus version) FE https://yadi.sk/d/ZYXXvgybnGeKy (new version pack)

    Only Serious Sam, ... Only hardcore

  8. #38
    Senior Member
    Join Date
    Oct 2012
    Location
    Russia
    Posts
    400
    Quote Originally Posted by ZIP View Post
    1. Is it possible to sort the list (on the server, map, game type, .....)
    As it is made search engine built into the game.
    (by pressing the button on the top table)
    Sorting is already present:

    When you click on the column name - it will be sorted in ascending order (for example - the server, map, player)

    CLICK HERE: (Left mouse button)

    Name:  sort.png
Views: 137
Size:  47.2 KB



    The second question I don't understand - you can write in Russian.
    Quote Originally Posted by ZIP View Post

    2. Is it possible, as a highlight or mark the chosen server or IP ? (eg red)
    What would you see at a glance - in the network to the desired server or not.
    Name:  blue-to-red.png
Views: 144
Size:  449.7 KB

    When you double-click the left mouse button on the selected (blue) line - the game will launch and connect to the server - with parameters in the selected row (ip:port)
    Last edited by [Rocketers] Alex; 19-11-2013 at 15:13.
    [Rocketers] Alex

  9. #39
    Magrathea Member
    Join Date
    Sep 2013
    Location
    Jungle near Moscow
    Posts
    344
    Quote Originally Posted by [Rocketers] Alex View Post
    Sorting is already present:

    When you double-click on the column name - it will be sorted in ascending order (for example - the server, map, player)
    Do not react.
    I see that the button is pressed, but the table does not change.

    (Не реагирует.
    Жму на верхние кнопки, и двойным и одинарным, вижу что кнопки нажимаются, а реакции нету)


    The second question I don't understand - you can write in Russian.
    Угу, автоперевод... чтоб его....
    А по англицки, я разумею меньше чем по русски.

    Суть такова :
    Возможность отметить один или несколько серверов, как избранные.
    Например отмечаем сервер №11 и он постоянно выделяется в таблице цветом.
    Для чего собсно хотелось бы => некоторые сервера появляются в сети на короткое время, а так сразу будет видно - есть нужный серв или отключён.
    Да и нужный постоянно работающий серв, в таком случае сразу виден в таблице.
    (не придётся его искать в списке)


    P.S Это просто как мнение-пожелание обычного пользователя, желающего большего удобства.
    (а у пользователей, всегда полно безумных желаний )
    Семь бед, один Reset.

    Seriousness - the path to immortality. Frivolity - the path to death. Serious not die. Frivolous like dead.
    (Buddha)

    Distribution Sam’s (Rus version) FE https://yadi.sk/d/ZYXXvgybnGeKy (new version pack)

    Only Serious Sam, ... Only hardcore

  10. #40
    Senior Member
    Join Date
    Oct 2012
    Location
    Russia
    Posts
    400
    Вот теперь понял)

    Задумка понятна - как будет свободное время сделаю,
    и с сортировкой разберусь
    [Rocketers] Alex

  11. #41
    Senior Member
    Join Date
    Oct 2012
    Location
    Russia
    Posts
    400
    Вот - с отлаженной сортировкой (по возрастанию)

    Program update - see the next posts

    Раздел "избранное" - для выделенных серверов - добавлю потом - как время будет...
    Last edited by [Rocketers] Alex; 03-12-2013 at 01:20.
    [Rocketers] Alex

  12. #42
    Seems like a nice tool but needs a lot of fixes, good work, keep going

  13. #43
    Senior Member
    Join Date
    Oct 2012
    Location
    Russia
    Posts
    400
    Quote Originally Posted by CLICK View Post
    , keep going
    of course
    [Rocketers] Alex

  14. #44
    Senior Member
    Join Date
    Oct 2012
    Location
    Russia
    Posts
    400
    Sam Classic Online Monitor Program update:

    Sorting in both directions (up, down)

    Name:  2013-11-24_131912.png
Views: 106
Size:  140.5 KB

    Name:  2013-11-24_131930.png
Views: 104
Size:  169.8 KB


    Favorired servers have sam icon:

    Name:  2013-11-24_132043.png
Views: 105
Size:  258.1 KB

    Name:  2013-11-24_131832.png
Views: 106
Size:  470.4 KB


    Right-Click selected row - for add server to the favorites list:

    Name:  2013-11-24_132437.png
Views: 106
Size:  426.3 KB

    Name:  2013-11-24_132503.png
Views: 104
Size:  125.0 KB

    Do not forget to keep a list of selected servers before exiting the program:

    Name:  2013-11-24_132112.png
Views: 105
Size:  452.9 KB

    Name:  2013-11-24_132145.png
Views: 105
Size:  423.7 KB

    In the same table - you can select and remove the server from favorites:

    Name:  2013-11-24_132219.png
Views: 107
Size:  385.8 KB

    Program update - see the next posts
    Last edited by [Rocketers] Alex; 03-12-2013 at 01:19.
    [Rocketers] Alex

  15. #45
    Senior Member
    Join Date
    Oct 2012
    Location
    Russia
    Posts
    400
    Last edited by [Rocketers] Alex; 27-11-2013 at 23:29. Reason: Program update
    [Rocketers] Alex

 

 
Page 3 of 4 FirstFirst 1234 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Back to top