Search results

  1. ervinzed

    Request Server team

    do you like this server version or i can program your own ideas https://www.lomcn.net/forum/threads/a-crystal-mir-2-concept-server.114789/
  2. ervinzed

    Release Official Mir 2 Companion App

    very cool i had this idea of adding mini games last week i created a match 3 game
  3. ervinzed

    [2.3] AutoPatcher Needed ASAP - Paying £$$$£

    forgot to change due to neglect
  4. ervinzed

    [2.3] AutoPatcher Needed ASAP - Paying £$$$£

    do you like this design
  5. ervinzed

    [2.3] AutoPatcher Needed ASAP - Paying £$$$£

    do you need server side or client side or both
  6. ervinzed

    Request Save entire map as image file bmp

    i was planning on importing a map from bmp image is this possible to create and add to the map editor or do i need an extra program
  7. ervinzed

    Request Save entire map as image file bmp

    i made it work replace lines 5306 to 5400 with this code public void createMiniMap() { Bitmap miniBitmap = new Bitmap(mapWidth * CellWidth, mapHeight * CellHeight, System.Drawing.Imaging.PixelFormat.Format32bppArgb); //backimage for (int y = 0; y <= mapHeight - 1; y++) {...
  8. ervinzed

    Help help with mir3x-server-files

    that got fixed i had forgotten to add a password in an ini file now i get this error
  9. ervinzed

    Release Mir3x server files

    http://www.mediafire.com/download/b5lqls0hu88sr3a/mssql2014.iso
  10. ervinzed

    Help help with mir3x-server-files

    i get this error everything runs perfect except this from this thread https://www.lomcn.net/forum/threads/mir3x-server-files.113400/page-3#post-1213240
  11. ervinzed

    Release Mir3x server files

    what and where is this locale 1743738538 i get this error everything runs perfect except this
  12. ervinzed

    C# project open test server

    guys @Sanity can you split the source code files every 600 lines of code a new source code file it will have potential if the code files were 600 lines long maximum each we could program with chatgpt
  13. ervinzed

    My Good News :)

    w00t!!! congrats
  14. ervinzed

    Request Save entire map as image file bmp

    Could pay someone 50$ on upwork.com to fix it
  15. ervinzed

    Request Save entire map as image file bmp

    I thought of adding an option on the client to save maps as jpg
  16. ervinzed

    Request Save entire map as image file bmp

    it's the crystal mir2 map editor modified the minimap button there's something i'm missing
  17. ervinzed

    Request Save entire map as image file bmp

    so i wrote some code to change the minimap to a full map save public void createFullMap() { // Create a bitmap for the full-size map (adjust size as needed) Bitmap fullMapBitmap = new Bitmap(mapWidth * 32, mapHeight * 32...
  18. ervinzed

    Request Save entire map as image file bmp

    thanks now it builds but doesnt start when 2x clicked
  19. ervinzed

    Request Save entire map as image file bmp

    thank you now i found the source code that throws only one error who can fix it it's only 400 lines of code