Skip to content

Commit

Permalink
Update ShinruImport.ms
Browse files Browse the repository at this point in the history
  • Loading branch information
Skansmer committed Jan 19, 2019
1 parent c325366 commit 5f4e5f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ShinruImport.ms
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ macroScript ShinruImp category:"ProjectShinru"
Stream = getOpenFileName \
caption:"Open Shinru models" \
types:"All |*.*|Armor |*.amr|Pants |*.pnt|Guntlet |*.gtl|Shoes |*.sho|Helmet |*.hlm|Weapon |*.wpn|" \
historyCategory:"KalOnline"
historyCategory:"ProjectShinru"
s = fopen Stream "rb"

--Print ("Starting at @ 0x"+((bit.intAsHex(ftell s))as string)) --Debug
Expand Down Expand Up @@ -120,4 +120,4 @@ macroScript ShinruImp category:"ProjectShinru"
format "Mesh: % - VC: %, FC: %\n" MeshName VertexCount FaceCount
--Print ("Ended at @ 0x"+((bit.intAsHex(ftell s))as string)) --Debug
fclose s -- Close Stream
)
)

0 comments on commit 5f4e5f0

Please sign in to comment.