Jump to content

Jedi Academy turned 20 this year! We celebrated in a ton of different ways: mod contest, server event, podcast, etc. Thank you to all who have been a part of this game for the last two decades. Check out the anniversary content!

Read more

Welcome to JKHub

This community is dedicated to the games Star Wars: Jedi Outcast (2002) and Jedi Academy (2003). We host over 3,000 mods created by passionate fans around the world, and thousands of threads of people showcasing their works in progress and asking for assistance. From mods to art to troubleshooting help, we probably have it. If we don't, request or contribute!

Get started

This game turned 20 years old this year, and it is still one of the greatest Star Wars games of all time. If you're new or returning from a long hiatus, here are the basics of getting started with Star Wars Jedi Knight Jedi Academy in 2023.

Read more

Exporting map objects from 3DS Max to GtkRadiant


Boothand

A video tutorial showing some of the bumps you can run into when exporting .MD3, and also shows what to do to your .ASE to make it functional.

I recommend generally using .ASE instead of MD3 for map objects, as it gives greater freedom of editing textures and the placement of your textures in your pk3.

However, if you need LOD support for your models, you need MD3. This is good for models with relatively high polycounts.

MD3 exporter for Max 2010/2011

MD3 exporter for Max 2014

 

BACKUP VIDEO

Quick summary:

  • Make sure your meshes have a UVW Unwrap modifier in the stack.
  • Place your model(s) at 0,0,0 coordinates. If you have several meshes, you can edit their pivot point to keep them in place.
  • Don't make it too big nor impractically small. Too big and it will deform.
  • For .MD3, keep the model's textures in the "models" folder structure, and also export your model here.
  • If your texture doesn't show up, clear the material editor and re-assign and apply the textures again, before exporting.
  • For .ASE, place your textures anywhere, and your .ASE anywhere, and open it in notepad.
  • Replace the values of MATERIAL_NAME and MAP_NAME with the path of the texture, for each material ("textures/mapname/material"; or "models/map_objects/mapname/material")
  • Edit the value of BITMAP - remove the full path and rather go with "..\textures\mapname\material" or "..\models\map_objects\etc\material".

Test your map with sv_pure 0, so you don't have to pk3 it up!


User Feedback

Recommended Comments

There are no comments to display.



Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...