Jump to content

Sedimin

Members
  • Posts

    25
  • Joined

  • Last visited

Everything posted by Sedimin

  1. When I try scroll in the console window (for example to view maps or messages) using mouse wheel, it always scrolls up, when I turn the mousewheel up or down. It does this also on my friend's computer. Sedimin
  2. maybe it's too hard to fix nah, just joking.. we have to wait patiently
  3. Hello, my map editor is just lagging evilly (moving around the map is about about 3 times slower that empty map) when I build larger maps (with ~200 checkpoints) and some other objects, is it caused simple because there are too many objects, or is it a bug? Does this do also to the others? Or do I have little RAM? my config is AMD Mobile Sempron 3000+, 512 MB RAM and 128 MB ATI X700...
  4. Hello, my map editor is just lagging evilly (moving around the map is about about 3 times slower that empty map) when I build larger maps (with ~200 checkpoints) and some other objects, is it caused simple because there are too many objects, or is it a bug? Does this do also to the others? Or do I have little RAM? my config is AMD Mobile Sempron 3000+, 512 MB RAM and 128 MB ATI X700...
  5. but when anticheat is not enabled, there is no way wondering that some n00bs use cheats. (why n00bs? I think decent players do not cheat). But MTA:SA may not be as hacked as for example counter-strike, because it does exist for only a short period of time, so not many cheats and hacks were made), so there is not problem with cheating on anticheat servers. I have not seen MTA blue code and most probably I won't , so I can't tell how it does handle cheating attemps etc. But when you take other games, for example the aforementioned CS, there is high probability that online players will cheat even on anti-cheat servers, because it is endless loop the dealing with cheaters. New cheat is found, it becomes available, anticheat dudes will examine it and block it. Then another cheat comes, another anticheat comes. I hope for the good of all of us that MTA:SA servers in the future when it will become more popular won't be as crammed with cheaters as the other popular games are...
  6. but when anticheat is not enabled, there is no way wondering that some n00bs use cheats. (why n00bs? I think decent players do not cheat). But MTA:SA may not be as hacked as for example counter-strike, because it does exist for only a short period of time, so not many cheats and hacks were made), so there is not problem with cheating on anticheat servers. I have not seen MTA blue code and most probably I won't , so I can't tell how it does handle cheating attemps etc. But when you take other games, for example the aforementioned CS, there is high probability that online players will cheat even on anti-cheat servers, because it is endless loop the dealing with cheaters. New cheat is found, it becomes available, anticheat dudes will examine it and block it. Then another cheat comes, another anticheat comes. I hope for the good of all of us that MTA:SA servers in the future when it will become more popular won't be as crammed with cheaters as the other popular games are...
  7. Cheating is very bad indeed, I hate cheaters.. But isn't it right that the cheaters are always a step before the anticheaters? That it may seem as already lost battle?
  8. Cheating is very bad indeed, I hate cheaters.. But isn't it right that the cheaters are always a step before the anticheaters? That it may seem as already lost battle?
  9. this same does for me, i accidentally uploaded empty map and when I wanted to update, it fails.
  10. this same does for me, i accidentally uploaded empty map and when I wanted to update, it fails.
  11. btw I registered the project on sourceforge so new link to it is here: http://sourceforge.net/projects/mtasamapdld/ also the source is available.
  12. btw I registered the project on sourceforge so new link to it is here: http://sourceforge.net/projects/mtasamapdld/ also the source is available.
  13. yes, 1.03 screenshot? I think text output will do: Multi Theft Auto: San Andreas Map Downloader ###### Feed: http://center.mtasa.com/rss.php?h=0ca62 ... 91d939f2eb Map save path: mods/race/maps Updating every 120 seconds with a full update every 50 updates Downloading up to a maximum of 5 maps per update. ###### Checking RSS feed... Failed Error downloading RSS feed: Failed reading out response Checking RSS feed... Failed Error downloading RSS feed: Failed reading out response Checking RSS feed... Failed Error downloading RSS feed: Failed reading out response Checking RSS feed... Failed Error downloading RSS feed: Failed reading out response Checking RSS feed... Failed Error downloading RSS feed: Failed reading out response
  14. yes, 1.03 screenshot? I think text output will do: Multi Theft Auto: San Andreas Map Downloader ###### Feed: http://center.mtasa.com/rss.php?h=0ca62 ... 91d939f2eb Map save path: mods/race/maps Updating every 120 seconds with a full update every 50 updates Downloading up to a maximum of 5 maps per update. ###### Checking RSS feed... Failed Error downloading RSS feed: Failed reading out response Checking RSS feed... Failed Error downloading RSS feed: Failed reading out response Checking RSS feed... Failed Error downloading RSS feed: Failed reading out response Checking RSS feed... Failed Error downloading RSS feed: Failed reading out response Checking RSS feed... Failed Error downloading RSS feed: Failed reading out response
  15. ok, so my config.xml is set to the default setup and the tag is set for example to http://center.mtasa.com/rss.php?h=0ca624ac86b9e5ccc1352491d939f2eb I run the rss map downloader, it parses config file and then writes "Checking RSS feed..." When I run netstat to see where it is connected, there is no connection to center.mtasa.com or 67.19.87.235 even if i repeat netstatting in intervals and running the normal downloader. The same results with my firewall turned on or off, so there is no problem with the firewall. I am running Windows 2000 with latest updates on AMD CPU and cable connection to internet (this goes for my system setup)..
  16. ok, so my config.xml is set to the default setup and the tag is set for example to http://center.mtasa.com/rss.php?h=0ca624ac86b9e5ccc1352491d939f2eb I run the rss map downloader, it parses config file and then writes "Checking RSS feed..." When I run netstat to see where it is connected, there is no connection to center.mtasa.com or 67.19.87.235 even if i repeat netstatting in intervals and running the normal downloader. The same results with my firewall turned on or off, so there is no problem with the firewall. I am running Windows 2000 with latest updates on AMD CPU and cable connection to internet (this goes for my system setup)..
  17. I don't know if it runs in Mono, but .NET 2 was the best alternative I found. I don't know what the other developers think, but when I want to make something quickly and neat looking, I choose .net. I could do it in native C++ and MFC or C++ and GTK, but I admit that it will take me much much more time to complete something easy like that. By the way, it has about 30 lines of functional code, so it's very easy to port to something other, and it could compile in .net 1 or mono.. and I am not against Linux, I don't love Microsoft. I just think that new visual studio and alternatives is gift from heavens for developing small stuff like this.
  18. I don't know if it runs in Mono, but .NET 2 was the best alternative I found. I don't know what the other developers think, but when I want to make something quickly and neat looking, I choose .net. I could do it in native C++ and MFC or C++ and GTK, but I admit that it will take me much much more time to complete something easy like that. By the way, it has about 30 lines of functional code, so it's very easy to port to something other, and it could compile in .net 1 or mono.. and I am not against Linux, I don't love Microsoft. I just think that new visual studio and alternatives is gift from heavens for developing small stuff like this.
  19. What's wrong with .net 2? Everybody will use it one day, I think when Vista comes and more apps will come, it would be almost necessary. But no offence Do you think that remake to .net 1 or to native code would be better? why I can't get RSS downloader to work? No idea. It just does not want to connect, it does not initiate connection (as my firewall tells me) and netstat command does not show connection. So I had to download maps myself.
  20. What's wrong with .net 2? Everybody will use it one day, I think when Vista comes and more apps will come, it would be almost necessary. But no offence Do you think that remake to .net 1 or to native code would be better? why I can't get RSS downloader to work? No idea. It just does not want to connect, it does not initiate connection (as my firewall tells me) and netstat command does not show connection. So I had to download maps myself.
  21. Hello all, I have a problem with uploading my map - it still says that it is not valid XML, but I validated it and it works fine in map editor. Its code: Sedimin This is my first map ever. With many vehicle changes - use it as funny race map. 0:0 2285.141113 -1163.976318 26.093578 573 2288.075684 -1163.212402 26.093578 573 2193.350098 -700.083496 44.949661 2099.818604 -360.666260 59.305374 2474.974121 -279.521637 16.736795 2356.206055 -312.475006 26.959579 2243.416504 -371.367828 47.418934 2530.853027 -389.998962 77.161819 2547.624023 -622.894653 129.646118 2615.458008 -937.099548 78.534500 2724.526611 -1063.920898 68.437500 2893.404785 -1043.965576 9.875000 2907.814453 -1592.446045 10.046875 2827.133301 -1583.902588 13.308846 2845.169434 -2151.287598 6.753170 2395.644775 -2190.797607 23.011765 2680.616211 -2498.314697 12.492188 2610.938965 -2496.803223 32.075771 2514.420898 -2505.495850 12.563035 123 123 123 2288.503906 -1124.124146 27.362608 repair 2283.621582 -1118.304688 25.898438 repair 2163.530762 -679.239624 51.103985 vehiclechange 568 2356.194824 -312.284424 28.453327 vehiclechange 468 2891.402588 -1043.556030 11.375000 vehiclechange 576 2907.219971 -1591.019531 11.546875 vehiclechange 510 2826.077393 -1582.959839 15.445313 vehiclechange 522 I just want to upload it and it does not work [/code]
  22. Hello all, I have a problem with uploading my map - it still says that it is not valid XML, but I validated it and it works fine in map editor. Its code: Sedimin This is my first map ever. With many vehicle changes - use it as funny race map. 0:0 2285.141113 -1163.976318 26.093578 573 2288.075684 -1163.212402 26.093578 573 2193.350098 -700.083496 44.949661 2099.818604 -360.666260 59.305374 2474.974121 -279.521637 16.736795 2356.206055 -312.475006 26.959579 2243.416504 -371.367828 47.418934 2530.853027 -389.998962 77.161819 2547.624023 -622.894653 129.646118 2615.458008 -937.099548 78.534500 2724.526611 -1063.920898 68.437500 2893.404785 -1043.965576 9.875000 2907.814453 -1592.446045 10.046875 2827.133301 -1583.902588 13.308846 2845.169434 -2151.287598 6.753170 2395.644775 -2190.797607 23.011765 2680.616211 -2498.314697 12.492188 2610.938965 -2496.803223 32.075771 2514.420898 -2505.495850 12.563035 123 123 123 2288.503906 -1124.124146 27.362608 repair 2283.621582 -1118.304688 25.898438 repair 2163.530762 -679.239624 51.103985 vehiclechange 568 2356.194824 -312.284424 28.453327 vehiclechange 468 2891.402588 -1043.556030 11.375000 vehiclechange 576 2907.219971 -1591.019531 11.546875 vehiclechange 510 2826.077393 -1582.959839 15.445313 vehiclechange 522 I just want to upload it and it does not work [/code]
  23. Hello guys, I have not succeeded in running the RSS map downloader supplied with MTA:SA, so I made my own one link to it is here: http://sourceforge.net/projects/mtasamapdld/ Usage is simple. Paste URL to your RSS (from center.mtasa.com) to the textbox, then click "Download maps". The program will then download each map from the RSS to the "maps" folder, which will be created in same place where is the program. (if the program is in c:\stuff, maps will be stored in c:\stuff\maps). After downloading it will show message about "download completed" and then it exits. So, very simple tool with GUI. Try it out! Sedimin
  24. Hello guys, I have not succeeded in running the RSS map downloader supplied with MTA:SA, so I made my own one link to it is here: http://sourceforge.net/projects/mtasamapdld/ Usage is simple. Paste URL to your RSS (from center.mtasa.com) to the textbox, then click "Download maps". The program will then download each map from the RSS to the "maps" folder, which will be created in same place where is the program. (if the program is in c:\stuff, maps will be stored in c:\stuff\maps). After downloading it will show message about "download completed" and then it exits. So, very simple tool with GUI. Try it out! Sedimin
×
×
  • Create New...