Skip to content

Instantly share code, notes, and snippets.

View clapbr's full-sized avatar
💭
froggin around

Bruno Filipe clapbr

💭
froggin around
View GitHub Profile

Getting up to speed with scripting for GTA V

Want to create your first GTA V script? There are a few things to think of and know beforehand, which will help you in creating a script mod. This document will briefly explain your options, things you need to prepare, and link some existing guides.

You don't need to be proficient at programming: scripting in games can be a fun way to learn a language and programming concepts.

Useful skills and tools to have

@v-fox
v-fox / motioninterpolation.vpy
Last active September 19, 2023 00:48 — forked from phiresky/motioninterpolation.vpy
On-CPU motion interpolation for ≤480@144, ~720@120, ≥1080p@60 playback in mpv
#!/usr/bin/python
# vim: set ft=python:
# see the README at https://gist.github.com/v-fox/43c287426c366679afc4c65eece60cbc
# source: https://github.com/mpv-player/mpv/issues/2149
# source: https://github.com/mpv-player/mpv/issues/566
# source: https://github.com/haasn/gentoo-conf/blob/nanodesu/home/nand/.mpv/filters/mvtools.vpy
import vapoursynth as vs
import functools