buu342 / GMod-BuuBaseRedone

A complete rework of Buu342's SWEP Base, from the ground up.
Do What The F*ck You Want To Public License
3 stars 1 forks source link

What to do after the export ? #3

Open xlb99 opened 2 months ago

xlb99 commented 2 months ago

Sry dude, i'm very new to the lua language.

I've made some animations from blender that i want to use in Garrys Mod. But i don't know what to do after i've export my animations into a lua file...

buu342 commented 2 months ago

What do you mean by "Export my animations into a lua file"? Animations from Blender (for the source engine) are exported in SMD format, which are then compiled into MDL's. You don't export animations "into a lua file". I cover this in an ancient video of mine.

xlb99 commented 2 months ago

So i should put the inside of the lua file into my complile.qc folder ?

buu342 commented 2 months ago

What?