Jump to content

mrwonko

JKHub Staff
  • Posts

    1,576
  • Joined

  • Last visited

Posts posted by mrwonko

  1. It's an animation used exclusively for that purpose, right? Then you could change the animation, e.g. by replacing it with a different existing one by editing models/players/_humanoid/animation.cfg, or by modifying the animation from the _humanoid.gla itself e.g. in Blender. The relevant animations should be BOTH_STAND1TO2 and BOTH_STAND2TO1.

    TammyBrown likes this
  2. You could probably use vertex alpha for the fade, which you can control using alpha volumes. The principle is similar to (one method for) blending textures on terrain. I was going to point you towards SimonOC, but the website seems to be down. Somebody else can probably provide more details.

  3. That looks like it was built as a replacement for the Bespin sky. I don't think the Bespin sky is included in Jedi Academy.

    What are you trying to achieve? Do you want to replace an existing sky? Or use this as a new sky for use in your own map?

    Either way, you'll have to change the "textures/skies/bespin" parts. The top one is the name of the shader, as referenced in maps. The one in the "skyParms" is theoretically the path to the textures that make up the sky, though in this case the later "map textures/AnimatedSky/skystars11" puts another image on top of that, so that should not matter.

  4. On 8/13/2022 at 1:01 AM, John Barleycorn said:

    Well... i use glm importexport plugin, downloaded here

    The version on this website is outdated, I have yet to get around to uploading the latest version (I want to do some more fixes/improvements first). I would recommend updating, because older versions may not work on the latest Blender and can lose vertex normals on import.

  5. On 6/30/2022 at 11:13 PM, Circa said:

    I've asked this before and usually get the same answer: no. I forget exactly why, but I'm sure it has to do with encode/decode stuff. I feel like @mrwonko or @ent were people that I had asked in the past on Discord. Maybe they can give an answer as to why.

    In principle, adding support for new video formats should very much be possible, but nobody has done it yet, to my knowledge.

  6. I don't know why your counter is off by one (I guess something unexpected targets it?), but I can explain the "cm_inlinemodel: bad number". Triggers are brush entities, i.e. their volume is represented using brushes, which get compiled into "inline models", i.e. brush models baked into the bsp file. Entity modding keeps these unchanged, and on this map there seem to be 166 of them (*0 to *165). You can reference existing ones, and move them around, but you can't add new ones, at least not with the existing tools.

×
×
  • Create New...