Search results

  1. Praxiiz

    UO Compendium

    Type [editpage gumpname
  2. Praxiiz

    UltimaLive Lumber Harvesting

    I'm not in front of any code at the moment, but if memory serves me right, I thought it had something to do with the targeting. You might check the packet and targeting class being used, and as a last resort target something out of range and capture the packet.
  3. Praxiiz

    UO Compendium

    I'm mocking up some gumps for an XML Based Addon Generator I'm building. I prefer this method over Gump Studio (GS) even though it doesn't generate any code. GS still doesn't seem to get the labels right in gumps. GS also allows you to hue things that you can't hue, such as tiled images. By...
  4. Praxiiz

    UltimaLive Map Streamer and Editor [Deleted]

    You're welcome, I am glad that it works! On another note, gone are the days of playing Ultima Online on a 486 with 16 megs of ram.....
  5. Praxiiz

    UltimaLive Map Streamer and Editor [Deleted]

    Not a problem at all. Not many people have attempted this so, and I want to make this system as stable as possible. I don't mind at all.
  6. Praxiiz

    UltimaLive Map Streamer and Editor [Deleted]

    The fastest way of doing it is running the visual studio command prompt: start -> all programs -> visual studio version -> visual studio command prompt Then change directory to where your client.exe is and use editbin /largeaddressaware client.exe Make sure you backup your client.exe first.
  7. Praxiiz

    UltimaLive Map Streamer and Editor [Deleted]

    It is actually both simple and quick :)
  8. Praxiiz

    UltimaLive Map Streamer and Editor [Deleted]

    If you notice the note under x86, it says: Up to 3 GB with IMAGE_FILE_LARGE_ADDRESS_AWARE and 4GT That extra 1GB should be enough to load the client reliably. It's a flag that you can set on the client.exe, and will increase the limit. There is a utility that is included with visual studio...
  9. Praxiiz

    UltimaLive Map Streamer and Editor [Deleted]

    I am pretty confident about what is causing this issue. http://msdn.microsoft.com/en-us/library/aa366778%28v=vs.85%29.aspx What essentially means is that 32 bit applications (like client.exe) have a virtual address space of 2 GB. Virtual address space isn't the amount of physical memory you...
  10. Praxiiz

    UO Compendium

    Thanks, I hope you like it. It has a nice plugin system for additional widgets if you're ever inclined to write one.
  11. Praxiiz

    UO Compendium

    On the main page you can click on wiki / source, which will take you here: https://www.assembla.com/code/vita-nex_core/subversion/nodes Click on the button that says download on the far right. It's under the compare button and to the right of the previous version button. Or you can use SVN to...
  12. Praxiiz

    UltimaLive Map Streamer and Editor [Deleted]

    Did you compile the debug version also? I think I have it capturing the messagebox call so it may just appear to exit immediately, but you'll catch a glimpse of the message as the debug version closes.
  13. Praxiiz

    UO Compendium

    http://core.vita-nex.com/
  14. Praxiiz

    UltimaLive Map Streamer and Editor [Deleted]

    Check that my math is correct: 10,000 tiles / 8 tiles per block = 1250 blocks 1250 x 1250 = 1562500 total blocks 1562500 blocks x 196 bytes per block = 306,250,000 bytes for the map file correct? UltimaLive by default allocates 100,000,000 bytes for a single map file. What you're saying...
  15. Praxiiz

    UltimaLive Map Streamer and Editor [Deleted]

    Ok, I will gen a 10kx10k map and see if I can replicate it.
  16. Praxiiz

    UltimaLive Map Streamer and Editor [Deleted]

    I may not be able to replicate the issue if that is the problem - can you grab a stock client and try to log in?
  17. Praxiiz

    UltimaLive Map Streamer and Editor [Deleted]

    It just means that if you used a hex editor on the client to change the map dimensions, you need to change it back so that UltimaLive can find the correct location for the map dimensions structure. Basically UltimaLive goes through and searches for the adjacent numbers 7168 and 4096. When it...
  18. Praxiiz

    UltimaLive Map Streamer and Editor [Deleted]

    Actually, you may need to use an unmodified client. I don't remember how I'm searching for the client map size structure, but if I'm using the map size then it could throw the searching function off.
  19. Praxiiz

    UltimaLive Map Streamer and Editor [Deleted]

    It's crashing in Igrping.dll - I'll need to try to replicate the error and attach a debugger.
  20. Praxiiz

    UO Compendium

    Praxiiz submitted a new resource: UO Compendium - Build informational gumps in game and display them. Uses a gump studio like interface. Read more about this resource...

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back