ive got a small problem. wheneveri try to launch this map i just made, it says "max_patch_planes" at the startup screen and it wont load. How to fix?
I think I've had this before if you are useing patch mesh that means it is to big and you need to make it smaller.
Er hold on...Ok this is much better ok click on the edit drop down menu then go to preferences.Under interface click on editing in the last text box (patch devisions) type 999999.This should let you make a patch mesh whatever size without the error.;)
make it smaller
Good Advice....
[quote]type 999999.This should let you make a patch mesh whatever size without the error.[/quote
Bad Advice....
Conclusion: No-One's perfect! :D
but what if you aren't using a patch mesh? I don't have a single one...I have curves, but none of the have more verticies than a 9X9 patch mesh. And why is it bad to type 9999 under that thing?
I got this too... gothix said somehting about turning it into a model? how do i do that? and will I have to make a hole bunch of system/pysic_clip or whatever its called?
To make this work you need to put the patches into a map of their own and you must include at least one structural brush, however this can be covered in caulk and can be 1 unit cubed in size and placed behind the patch mesh so it doesn't ever show up.
q3map2 -v -game ja -fs_basepath "D:/JAEDIT/GameData/" -meta -patchmeta -subdivisions 16 D:/JAEDIT/GameData/base/maps/yourmap.map
q3map2 -v -game ja -fs_basepath "D:/JAEDIT/GameData/" -convert -format ase D:/JAEDIT/GameData/base/maps/yourmap.bsp
Be sure to change the paths.
Also you don't put in any player start points nor do you put a skybox or box of any kind around it, it must be just the patch meshes and at least a single structural brush.
According to rgoer, you SHOULD seal off leaks (this can be your struct brush--just make a box around it in caulk and hit 'hollow,' that's okay), and you SHOULD include ONE info_player_start.
If you lose detail on the patch mesh when you modelize it, change the -subdivisions flag to 8 or, at the very least, 4.
You will get the file yourmap.ASE in your maps directory. This can be loaded into Radiant as a misc_model. Then, yes, you will have to clip it. (For large, simple models, you can add key/value spawnflags/2 to have q3map2 autoclip it for you.)