CapsAdmin

Untitled

Jan 8th, 2014
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.23 KB | None | 0 0
  1. file.CreateDir("objsplit")
  2.  
  3. http.Fetch("http://dl.dropboxusercontent.com/u/125921922/Models/Ship.obj",function(str)
  4.     for name, obj in str:gmatch("usemtl (.-)\n(.-)") do
  5.         file.Write("objsplit/" .. name .. ".txt", obj)
  6.     end
  7. end)
Advertisement
Add Comment
Please, Sign In to add comment