Arg0
- person Arg0
- perm_contact_calendar Member since
- today Last active (76 visits)
Comments
-
Is it possible to essentially setMuzzleVector(...) on a player? I had a thought/ curiosity of how to make `stateRecoil` work beyond just the animation, but I'm not finding any way to change where (non-AI) players are looking. Closest is setTransform(), which logically only changes the player's side-to-side looking. This is…
-
I need to look through these forums more after the time I left... Hadn't come across that demo site until now. This will be the rest of my evening and then some...lol Thanks! -Arg0
-
Using Krash's input on another thread, this is the function I've been using to reload mod changes. The last call binds the function to `ctrl + ;`. Refreshing the file manager is needed if you add a new .cs file while the game is already running, otherwise exec() will not be able to find it. function reloadModScripts(%a0) {…
-
I remembered/ realized as well that I should look inside some of the .vl2 zips. That's helped as well for exploring some of the base .cs files and .wavs. Just mentioning if there's others lurking now or later.
-
I was able to track down a copy, looks like it'll be quite handy, thanks!
-
Perfect, thanks! Added a keybind to trigger datablock transmission; much easier to iterate now 4: With the clarity of sleep, I do think loading from a save is the better option for what I was envisioning. Still interesting and good to know that it is feasible though.