Jump to content

duki

Donor
  • Posts

    34
  • Joined

  • Last visited

Reputation

74 Excellent

9 Followers

Recent Profile Visitors

883 profile views
  1. duki

    Web WDF Viewer

    Added: * Support for TPI/TPD files (ref from NetDragonDatPkg) * Support for CO Mobile data formats (MJP, PVR) CO Mobile resources posted HERE viewer_.mp4
  2. Here we go... Few resources: * Maps: 7z > DMap (around 100+ variants) * Sounds w/ ogg format (281 sounds) * TPI/TPD files > C3/MJP/PVR (map puzzles/objects, tons of icons, etc) MJP/PVR decoder is already implemented into this project (resource viewer). Doing a CO-mobile map viewer would be easy to make (if i don't do it soon ^_^) Download here (●'◡'●)
  3. duki

    Web WDF Viewer

    Ty guys, I'd try to keep uploading more stuff soon Added: - Page navigation & multiple file selection updatewdf.mp4
  4. I've done this to just extract a few assets & icons, maybe its useful for someone. Just select your game folder or choose the desired WDF to work with. WDF takes less than 2s to load & detect entirely (tested in 4217 <-> 5517). You can extract as raw/dds/tga/png/bmp. A Few features: WDF/DNP support, DDS/TGA preview, C3 chunk info, search by path or UID, grid view with thumbnails, export to multiple formats. GitHub: repo Live Preview: demo wdfviewer.mp4
  5. The web map viewer has been updated. I added a few official maps (about 85% quality, I'll upload lower/faster ones soon ). Updated / Added: - NPC positions and names - Mob and guard positions/zones with names - Mobile support - Removed the old dmap access grid format and switched to direct dmap access (https://co-stuff.github.io/web-floor-editor/) Maps ready to view (v6609 maps/npcs/mobs): - TwinCity (n-newplain) - Forest (woods) - Desert - MysticCastle (d_antre01) - Island - Stable (horse) - Canyon - MineCave (mine01) - NPCJail (mine-one) webmap3.mp4
  6. Thanks, I'm glad this can be useful for others in the future... and yeah, TQ always did funny stuff You're right. I forgot to import WDF, so many covers/objects and even some map textures were missing... silly me
  7. Thanks! Even though its far from being perfect, it still lacks some map effects (falling flowers, maze orbs, or even some covers/scenes from common maps), but I think its a good starting point to build something new on top. In the C++ version im still playing around with optimizations and stuff like this: cppmap.mp4
  8. Map viewer built around my export format (JSON + JPEG atlases + sprite strips). Three.js, no server needed, just open index.html. The C++ version will be posted in the next few days separately, both projects have enough features on their own to keep each post short and they can be used independently. Some ideas for usage: overlay Mobs/NPC/guard positions on the map, player backtrack/movement history, heatmaps for player activity zones, or just browsing maps without the client. I hope someone find this useful & get creative with it. References: wiki/Dmap, wiki/DmapLayerType & EO-Map implementation. Preview: webmappreview.mp4 There are few maps that you can try in the live demo, depending on the map, it will take longer to load. tc: 33MB, desert: 15MB, desert10: 5MB, island: 11MB Live demo: web-map-viewer-demo. Repository: web-map-viewer
  9. Based on surface values, refs: [og] [cpp] [web]. This was simply to improve the visual appearance, rather than relying on the usual green and red accent colors.
  10. Enjoy. References: wiki/Dmap & spirited/floor (so basically shoutout to: @Spirited ) Preview: floorEditorOld.mp4 Live demo: web-demo Repository: cpp-version (win32 + imgui/dx11 and basic optimizations) & web-version (three.js).
  11. Yeah... but would be cooler doing the entire client from ""scratch"" based on wiki's & old leaked bases... Few years ago i hooked their dx10/dx10.1, it was funny to play around w/ those clients, loved the fact they used Themida® to prevent RE easily. As far i know, there is a new dx11 client from other groups that is based on the EO-leak.
  12. Updated & moved code to repo (link) Cleaner & detailed info + added both dx8/dx9 addresses (ref)
  13. Updated & moved code to repo (link). The code is ready is ready to compile, the only thing you'll need to do is adding external libraries & including it to your own project which would take you less than 1 minute to do so.
×
×
  • Create New...