Ockniel Posted April 2, 2004 Share Posted April 2, 2004 how can I make a misc_model "fly" bye in a map? ie: like in the jk2 corescant level when the ships fly by above. Link to comment Share on other sites More sharing options...
Mercenary Posted April 2, 2004 Share Posted April 2, 2004 Do you mean the ffa_coruscant level by Krattle? Since scripting doesn't work in JO mp I think he used func_trains. You should know how to do trains if not there's some tutorials out there. In the func_train entity window enter these values: key-- model2 value-- path to model Link to comment Share on other sites More sharing options...
Ockniel Posted April 3, 2004 Author Share Posted April 3, 2004 ns_streets is the name of that map Im pretty sure, but ya know, when you look up the little speeder things are going bye, I hope you know what Im talking about, so how do I make a model move around? can anyone give me a link to that func_train thing? Link to comment Share on other sites More sharing options...
Mercenary Posted April 3, 2004 Share Posted April 3, 2004 I think they used a Raven Object File Format or ROFF to do that because the pods look pretty smooth as they turn the corner. You need 3ds max, but not version 6, to do this. Your best bet is to script it or use a func_train. http://planetquake.com/bubba/train1.html Link to comment Share on other sites More sharing options...
Ockniel Posted April 3, 2004 Author Share Posted April 3, 2004 ok, I got that func_thing to work, if I just put the key to model2 and the value to whatever, will, it make a model? thanks Link to comment Share on other sites More sharing options...
WadeV1589 Posted April 3, 2004 Share Posted April 3, 2004 Yes, just set the model2 key to a valid model path. BTW Just curious but are you actually waiting for a reply of "Yes"? If so why not just go try ideas before posting? I'm saying this because sometimes I wonder how long people sit around to wait for an answer when they could go test their theories so much faster. Link to comment Share on other sites More sharing options...
Ockniel Posted April 3, 2004 Author Share Posted April 3, 2004 Actually wade, I posted that and then it hit me that I could just test it,so I tried, and maybe I didn't get the right path because it looked like the little thing at the middle of a model when you put one in your map (ie: no model just a little wireframe box thing, I think its the thing that marks the center of the model). maybe you can help, is the path for the twinpod model: "models/map_objects/bespin/twinpodcc"? cause I have my brush like this ------------------------------------- classname - func_plat model2 - models/map_objects/bespin/twinpodcc angle - 360 target - t1 ------------------------------------- whats wrong with it? :edit: sorry, thats func_train not func_plat Link to comment Share on other sites More sharing options...
Mercenary Posted April 3, 2004 Share Posted April 3, 2004 Maybe you need the file extension ".md3" at the end. And the model will only appear in game. The position of the model is based on it's own origin and the origin of the func_whatever. Link to comment Share on other sites More sharing options...
GothiX Posted April 3, 2004 Share Posted April 3, 2004 You'll need to add the .md3 extension. Link to comment Share on other sites More sharing options...
WadeV1589 Posted April 3, 2004 Share Posted April 3, 2004 textures = no extension models = extension Link to comment Share on other sites More sharing options...
Ockniel Posted April 3, 2004 Author Share Posted April 3, 2004 ahh, thanks guys, should've seen that, Ill check it out. Link to comment Share on other sites More sharing options...
Ockniel Posted April 3, 2004 Author Share Posted April 3, 2004 thanks guys it worked Link to comment Share on other sites More sharing options...
Ockniel Posted April 3, 2004 Author Share Posted April 3, 2004 ok, I got the thing to work in the test level I made, but when I copy it into my level and add a "loop" to it, it doesnt work. The ship appears but glitches out and doesn't move. heres what my layout is like. those are all path_corner's except the selected pieces. Link to comment Share on other sites More sharing options...
Ockniel Posted April 5, 2004 Author Share Posted April 5, 2004 can no one help? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.