一个为MTA:SA服务器设计的高级动画系统,支持GTA动画、自定义IFP文件、骨骼旋转姿势以及附加3D对象,并配有可配置的快捷键和流畅插值。

Stars

9

7 天增长

暂无数据

Fork 数

0

开放 Issue

0

开源协议

MIT

最近更新

2026-07-27

AI 仓库情报摘要
FR-AI / ANALYSIS

为什么值得关注

其独特之处在于无需预置动画即可通过骨骼旋转创建姿势,并在动画期间附加对象,所有功能都通过易于配置的文件和流畅的过渡实现,这在MTA资源中较为罕见。

适合谁使用

  • MTA:SA服务器管理员
  • 角色扮演服务器开发者
  • MTA Lua脚本编写者
  • 希望自定义表情动作的玩家

典型使用场景

  • 在角色扮演服务器中实现饮酒、吸烟、跳舞等动作
  • 为过场动画或活动创建自定义姿势
  • 在动画中附加对象(如手机、武器)到角色上
  • 为玩家提供快速的表情动作快捷键

项目优势

  • 支持多种动画类型:GTA原生、自定义IFP和骨骼旋转
  • 通过单个Lua文件即可高度配置,无需修改核心脚本
  • 流畅的插值过渡使姿势变化自然
  • 每个功能都有详细文档和示例

使用前须知

  • 仅适用于MTA:SA,受众限于该小众模组社区
  • 需要服务器设置以及一定的Lua知识才能自定义IFP和对象
  • 未明确讨论多人同步或性能开销问题

README 快速开始

🎭 [Vg]-Animations (Animações)

Sistema de animações avançado para MTA:SA (Multi Theft Auto: San Andreas)
Desenvolvido por VgZinhoOo Store


📋 Índice


🎯 Sobre

Este resource permite adicionar animações avançadas ao seu servidor de MTA:SA, incluindo:

  • ✅ Animações padrão do GTA:SA
  • ✅ Animações customizadas (arquivos .ifp)
  • ✅ Poses por rotação de ossos (Bones Rotation) — sem necessidade de animações prontas
  • ✅ Objetos 3D anexados ao personagem durante animações
  • ✅ Teclas de atalho configuráveis
  • ✅ Sistema de interpolação suave para transições naturais

📦 Instalação

  1. Baixe o resource e coloque na pasta mods/deathmatch/resources/ do seu servidor
  2. Renomeie a pasta para o nome desejado (ex: VgZinhoOoAnims)
  3. Verifique se a estrutura de pastas está correta:
VgZinhoOoAnims/
├── meta.xml
├── VgZinhoOoEdit.lua      ← Configurações (EDITÁVEL)
├── VgZinhoOoC.lua         ← Cliente (NÃO EDITAR)
├── VgZinhoOoS.lua         ← Servidor (NÃO EDITAR)
├── ifps/                  ← Animações customizadas (.ifp)
│   ├── abdominal.ifp
│   ├── breakdance1.ifp
│   ├── breakdance2.ifp
│   ├── continencia.ifp
│   ├── flexao.ifp
│   ├── fortnite1.ifp
│   ├── fortnite2.ifp
│   ├── fortnite3.ifp
│   ├── newAnims.ifp
│   ├── render.ifp
│   └── sex.ifp
└── objs/                  ← Modelos 3D de objetos (.txd / .dff)
    ├── 367.txd
    ├── 367.dff
    ├── 1933.txd
    ├── 1933.dff
    ├── 1934.txd
    └── 1934.dff
  1. Inicie o resource no servidor:
refresh
start VgZinhoOoAnims

🎮 Como Usar

Comando Principal

/e  
ComandoDescrição
/e dancar 1Ativa a 1ª animação de dançar
/e fumar 2Ativa a 2ª animação de fumar

项目描述

Sistema completo de animações para MTA:SA, com suporte a animações IFP, poses personalizadas, rotação de ossos, objetos anexados e configuração totalmente editável.

相关仓库与替代方案

根据分类、Topic 和编程语言匹配的相似项目。

koplugin-swipe-animation
koplugin-swipe-animation GitHub avatar

Swipe_Animation.koplugin

A software patch for KOReader that adds smooth page-turn animations with customizable settings to e-ink devices lacking native hardware support.

Lua
65
rv178
rv178 GitHub avatar

txm.nvim

A Neovim plugin that provides inline LaTeX preview as virtual text via the txm renderer.

Lua
30
Fruityman577
Fruityman577 GitHub avatar

gmod-tinysvg

tinysvg is a pure-Lua SVG reader and renderer for Garry's Mod that renders vector graphics at any size without resolution loss.

Lua
16