Jump to content

mrwonko

JKHub Staff
  • Posts

    1,583
  • Joined

  • Last visited

Posts posted by mrwonko

  1. I think you can check the name of the current map using the console command "mapname". You then know what BSP to check (open it with a hex editor) to find out the Alora NPC they used. If it's the same one as on Hoth, you'll need to modify the map to use a different one. You can either edit the BSP's entities, which is somewhat tricky but there should be tutorials, or you can decompile the map's scripts (there's a tool called DevaheB for this), and adjust them to change Alora's player model that way.

  2. MP has no support for cutscenes. You can make things fly around, but you can't take the camera away from the players, they'll remain in control, as far as I know.

    Why go through the trouble of making an ASE out of brushes instead of simply making the brushes the func_static and moving them directly? But if you do want to use ASE, I think you can target a misc_model to a func_static to attach it, in which case you don't need to convert it to md3.

    OCD2 likes this
  3. This is also a good opportunity to start making backups. As a coder, I tend to store my data using Git, which gives me a history of every change I've committed so I can go back if something breaks or I don't like a change I made. It also allows me to mirror my data to an offsite server like Github, in case I lose my local data (drive failure, ransomware, file corruption, etc.). It's not ideal for storing large assets like textures and models, but it works. Other solutions might work better for you, but I recommend finding a way to store a history of your changes in the cloud.

    OCD2 likes this
  4. You mean the seam at the neck? It looks like the polygons of the head and the torso don't connect to each other, but just kind of penetrate. I assume this was Frankenstein'd? Either way. for the best results this model needs to be edited so two pieces share vertices, and in particular the normals must align to get smooth shading. Once that's done, you just need to match the color of the textures of head and torso at the seam.

    bigphil2695 likes this
  5. I vaguely remember there being additional fighting styles that can usually only be accessed with cheats (I think they're the ones Desann and Tavion use?), I don't think they should usually be accessible. Did you do a debug build? Maybe that enables additional features.

    I've identified the broken commit, it's 962f3198 from August 21st ("Improved OOB packet rate limiter (#1018)"). Before that, everything was fine. I'm filing an issue on the OpenJK Github project.

    Edit: here's the bug.

  6. It's probably a bug that was introduced to OpenJK recently, I ran into the same issue when I tried to start a solo game in MP using the "map" or "devmap" console command. I thought I had just done something wrong, but your report makes me believe the issue is with the code. I'll see if I can track this down and fix it tonight.

    Aldro Koon likes this
  7. You don't want to split every single edge, that's an enormous waste of vertices. Which version of the exporter are you using? There's a newer one by someone else that doesn't require you to manually split meshes at UV seams.

  8. On 5/22/2020 at 5:23 PM, Raschu said:

    Ah it's okay, you might want to link them to your main e-mail account for future requests though?

    You can probably understand not wanting to have your email address online ?

    I've edited your email addresses out of the readmes of every file with your name attached, you may need to reload the pages before seeing any change if you've opened them previously. I didn't (and can't) edit it out of any readmes potentially included in the downloads, I could only remove the download from the index entirely. Do let me know if you want me to do that.

    TheWhitePhoenix likes this
×
×
  • Create New...