Jump to content

AshuraDX

JKHub Staff
  • Posts

    2,319
  • Joined

  • Last visited

Everything posted by AshuraDX

  1. @ Feel free to work from my Neo Crusader model as a base.
  2. You are probably better off with porting the original source meshes @@Jeff used for his derivative works. That should save you a lot of stitching bodyparts back together.
  3. Huh? You can not edit the .bsp at all. You just import the map geometry into 3ds max and that's it. No Bugs I know of.
  4. Should be useful for old maps, you can import compiled map .bsp files into 3ds max, either via noesis or the bsp importer a friend of mine has been developing.
  5. No. There are no "errors" with the shader. The images @@RecklessJames uses simply lack alpha channels, which my shader suggestion depends on. The fact that these glows render behind other semi-transparent surfaces could be a depth issue, which a depthFunc may solve.
  6. Huh, I could have sworn that the base game did not offer the suggestion list for partially entered commands.
  7. I'm working on my own map editor, which comes as a plugin for 3ds max.
  8. Of course, but I'm not to keen on running around a map while spamming a few hotkeys over and over to generate my botroutes. Drawing them or perhaps even generating them automatically would be preferred by far.
  9. once I know what the format works like it will be as easy as to just paint a long line through your level in editor. Imagine the Pen tool from Photoshop or Gimp in 3d. My exporter will then simply generate evenly spaced waypoints along that drawn line. This allows you to simply move the control points on the line or edit the line whenever you plan to change the layout of your map slightly. In fact - this could also be used to generate botroutes for maps that have allready been compiled - a friend of mine has been working on a bsp importer for 3ds max. So you could just import a .bsp file into 3ds max and add a botroute by drawing a spline through the level
  10. After Botroutes kept popping up across various threads around here, I started to wonder wether I couldn't incorporate a simple botroute creation system into my level editing plugin for 3ds max - but to do that I'll need to understand the format first. this is what a single line from a .wnt file looks like: 0 0 0.000000 (1150.149414 -1739.572754 664.125000) { } 268.939824 What I can guess about these numbers from the handful of botfiles I opened so far is this: Pointnumber ?A ?B (Point.X Point.Y Point.Z) {?} ?C In regards to ?A I can say that it seems to be some sort of flag with atleast 0, 16384 (2^14), 32768 (2^15) and 4194304 (2^22) as possible values. ?B seems to be 0 at all times {?} is empty most of the time but sometimes holds a list of pointnumbers sepperated by spaces, which makes me guess that it's some sort of connected Points list? and I have absolutely no clue what ?C is supposed to be, most of the time its value is 32, but it differs wildly and I can't really make out a system behind these numbers from the saved botroute files. Is there any documentation on this format? PErhaps in the form of comments in the game code responsible for writing these files?
  11. Atleast in OJK r_dynamicGlow 2 is a thing. That renders only the glows. In OJK you can Also type R_dynamicG and press tab to get a list of suggestions for the auto completion, which should nicely list all of the commands
  12. That looks like its a step in the right direction. I'd however reduce the surface textures contrast a lot, but it might just be that I prefer the smoother leather from the source artwork.
  13. The Leather grip could use a bit more love from what I can tell there, but that doesN't really amtter too much because it's going to be covered up most of the time anyways.
  14. Not in saber locks. Or other saber on saber scenarios.
  15. Ich guck mir das später mal an, aber dass die deutsche Version geschnitten ist war mir bisher nicht aufgefallen. Zumindest die alte CD version lief bei mir damals auch ohne Änderungen an den spieldateien mit Dismemberment cheats. Zusätzlich würde ich dir empfehlen hier zukünftig auf englisch zu schreiben, selbst wenn du meinst, dass dein englisch nicht besonders gut wäre - versuch es wenigstens! So steigerst du deine chancen hier hilfe zu bekommen Und falls es wirklich mal arg rigednwo scheitert kann ich dir immer noch beim übersetzen helfen. Ich lade mal eben JKO über Steam runter und schau mir das mal an.
  16. I might also just end up using your yours Heck, your stuff is allways quality work!
  17. I could do that, but why should I? I mean - leaving this open allows someone who does come across this request in the future to notify you and others that are waiting for this about what he's doing. This is a saber I wanted to make for a while, but right now I jsut have too many other proejcts to work on and finish before I start something else again.
  18. q3map2 -game ja -convert -format map testmap.bsp it's as easy as that. chuck this into a text file, edit the .bsp name to suit your needs and save it as decompile.bat then put your new .bat file nito the q3map2 directory and drop your bsp into the same folder and voila, you decompiled a map. Light entities and texture alignment can be lost in the process though. Same goes for misc_model entities I think.
  19. yes, that is planned! Just have to find some time for modeling again, spent the last 20 hours or so I had my 3ds max running trieing to figure out something I want to incorporate for my map editor plugin.
  20. Do I spot sarcasm there? To me this looks a lot like it's just your boba with your supplied Ambient Occlusion bakes as the diffuse textures. allthoguh they may have been slightly modified.
  21. http://www.starwars.com/news/swca-the-untold-clone-wars-panel-liveblog
  22. the files you sent me just end up crashing instantly on loading up a map, I bet I'mm issing more files but I don't really feel like piecing those together from whatever code mods you bashed together into this Anyway, I did take a look at your imagefiles and I have a question: Did you want to try to achieve full RGB colorisation with no effect on transparency with these? If so your textures are setup incorrectly. When I suggested those changes to your shader, I went with the assumption that you would and suggested a blendfunc the requires an alpha channel (transparency) on your textures - which they currently don't have.
×
×
  • Create New...