Advertisement
BobTheHunted

copysigns.bat

Aug 22nd, 2018
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.36 KB | None | 0 0
  1. set newname=%~n1
  2. set newmodel="P:\BTHBC_LostIsland_c\data\signs\%newname%.p3d"
  3. set newtexture="P:\BTHBC_LostIsland_c\data\signs\%newname%.paa"
  4.  
  5. Copy "P:\BTHBC_LostIsland_c\data\signs\bthbc_sign_LI_Borkin.p3d" %newmodel%
  6.  
  7. "C:\Program Files (x86)\Mikero\DePboTools\bin\MoveObject.exe" -P %newmodel% "bthbc_lostisland_c\data\signs\bthbc_sign_li_borkin.paa" %newtexture%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement