Search results

  1. kion

    PSO Asset Exports

    I've been continuing to refine my PSO exports. And I've made a little bit of progress. I've started an FTP server were I upload the files to (PM if your interested). There aren't too many good options for managing assets. .obj can't use bones or animations, and file sizes get large dispite...
  2. kion

    Story writing

    Thought of? Yes. Actually written, no. God Machine. Several different scientific disciplines come together to make a government project for the sake of embezzlement. No one actually expects the project to succeed, so they could continue to continue to get government grants for several decades...
  3. kion

    AGDQ 2016

    A good portion of the stream is already up on the gamesdonequick youtube channel if anyone wants to check them out: https://www.youtube.com/user/gamesdonequick
  4. kion

    Xj Conversion Notes

    I guess I'm not surprised the exe doesn't work on its own. For that to realistically work I think I'd need to package node.exe with the source and a bat file or something. Try downloading the github repository, unzip it, copy the map file into the same folder as rel.exe and then drag and drop it...
  5. kion

    Xj Conversion Notes

    After getting stage exports fatigue caught up with me and I was out of it for about a week. For the models, I skipped over vertex normals, textures, vertex colors and indices alpha in favor of rendering the vertexes and faces correctly. So I need to go back to .nj and start adding those in...
  6. kion

    AGDQ 2016

    Schedule is posted here: https://gamesdonequick.com/schedule
  7. kion

    Xj Conversion Notes

    You need Nodejs installed on your computer and the exe file can be downloaded from github.
  8. kion

    Xj Conversion Notes

    You need Nodejs installed on your computer and the exe file can be downloaded from github.
  9. kion

    Xj Conversion Notes

    For weapons, right now the easiest thing to do is use PSO version 2 as all of the weapon models are in ItemModel.afs as .nj files. For .xj files, I can parse out most of the information from the file, and have managed to get some half decent model exports, but nothing complete yet. If I can get...
  10. kion

    Xj Conversion Notes

    I was just about to send you a message after seeing your post on Pso-World. If you need any help with extracting assets let me know. Stage models exports are still in the early stages, I'll be playing around with applying textures, and culling, so we'll see if/when I make progress on that end.
  11. kion

    Xj Conversion Notes

    Thanks! Planning to? Short answer: no. With exporting you can skip over a lot of tiny details to export the model. Going the other way you'd need to perfectly understand everything. On top of that, there's collision and lighting, qedit stuff. So it's a pretty massive time investment. So I'm...
  12. kion

    Xj Conversion Notes

    Good news, stage models can now be exported. Source code is here if anyone likes that stuff or anything. Basically the stage files are a list of sections with an offset. Inside each section is a list of nj files. The nj files are rendered for each scene, and then rotated and moved as a scene...
  13. kion

    Xj Conversion Notes

    Still missing textures and a other details when it comes to processing ninja-chunks, but the source code is up on github here if anyone wants to take a look.
  14. kion

    Xj Conversion Notes

    I finally managed to parse and render .nj thanks to Kryslin's ExMLD.Net source. I'm going to start working on textures now, but I finally got the model structure working.
  15. kion

    Xj Conversion Notes

    I was hoping to cut corners by focusing directly on stages, but it looks like pso version 2 stages use nested nj objects and not just listed ones like in PSOBB, which means I need to go back and finish exporting nj before I can get back into stages. This is mostly to help me write out...
  16. kion

    Wanting to make a PSO Private Server in Java

    Well there are more client side assets that can be exported or modded if anyone wants to focus on those.
  17. kion

    Wanting to make a PSO Private Server in Java

    I don't think that language implementation really matters beyond preference as far as PSO private servers go. I'm mostly curious about the motivations. With well established communities and implementations like Tethealla and Sylverant, does the server really need to be ported to another language?
  18. kion

    Xj Conversion Notes

    I've spent the last couple of days playing around with NJ. The file format is pretty simple, node, model definition, vertex list and polygon list. The node and mode definition are both static types, so reading those is super easy. The vertex list has a 8 byte header on the front...
  19. kion

    Random media dump

    Reggie Watts - Fuck Shit Stack
  20. kion

    Xj Conversion Notes

    Okay added Afs_Export and Gsl_Export to NPM this morning. Source code is over on Github if anyone wants to take a look.
Back
Top