Clan FJA Posted May 24, 2015 Share Posted May 24, 2015 Hello ! I found some .ase files in the pk3 of a map.I opened it with notepad ans saw that it is a little like a .map file. I made some research on JKHUB forum and tutotials but did not find about .ase files. I tried to add a .ase with a "classname" "misc_model_health_power_converter" but it did not work. I would know if I can use them for a map with entity modding or if they can only be added with mapping.In the case it can be only used with mapping, could someone convert it into a md3 for me ? The map is http://jediknight3.filefront.com/file/Mercenary_Battle_V2;92772and the .ase is models/merc_battlev2/starmap_armthing.ase Thank you Link to comment
Clan FJA Posted May 25, 2015 Author Share Posted May 25, 2015 Solved, found the tutorial, it was not in "Mapping"but in "Modelling" section....http://jkhub.org/tutorials/article/67-making-ase-models-with-gtkradiant/ big thank to NAB622 who wrote this tuto. Strangely, the tutorial searching bar doesn't find any result for "ase"or ".ase" Link to comment
mrwonko Posted May 25, 2015 Share Posted May 25, 2015 As you noticed, you can actually just read the file since it's in plain text. Hence the name - Ascii Scene Export. It's a simple file format for static models. The format is supported by the map editor and Q3Map2, the compiler; Jedi Academy however does not support it. This is not a problem when using misc_model to place them since Q3Map2 will handle them, but they don't work as misc_model_static, misc_model_health_power_converter et al. and thus can't be used for BSP editing. Since they get embedded in the .bsp file by Q3Map2 you don't actually have to include them in your .pk3 file; they're like the .map in this regard. Link to comment
Clan FJA Posted May 25, 2015 Author Share Posted May 25, 2015 Thank you that's mean, can I add a .ase entity on a JKA map with only entity modding ? Or need I to use to do mapping and compile a new complete map ? Link to comment
mrwonko Posted May 25, 2015 Share Posted May 25, 2015 It can't be added with entity modding, you'd have to either compile the map again or convert it to md3, which is the only model format you can add with entity modding. Link to comment
Clan FJA Posted May 25, 2015 Author Share Posted May 25, 2015 okay... and could someone convert this ase into a md3 for me ? (don't know how to do) Link to comment
Langerd Posted May 25, 2015 Share Posted May 25, 2015 okay... and could someone convert this ase into a md3 for me ? (don't know how to do)In Blender You can import ase and export it to the MD3 model. The one problem i remember was that the blender doesnt import the textures for ase model ... Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now