Skip to content

defisym/HibiscusAVGEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hibiscus AVG Engine

Description

Hibiscus AVG Engine V6.0

Games made with Hibiscus

Title Release Date Version
MOBIUS BAND* 2023.12.28 V6
EndlessShinyBlues 2020.12.1 V5 -> V6 (23.8.14)

Folders

AvgScript

VS Code extension that supports the AVGScript language.

Document

Documents of Hibiscus AVG Engine

Localization

Localization

Scripts

test scripts

Utilities

ContentGenerator

Generate steam depot content then upload

DubLister

rename dub files to engine syntax easily (you can also assign manually through code lens command)

DubSplitter

python tool to split dubs

you can open folder in terminal, then run python main.py

or use command pip install DubSplitter to install package, then run dubSplitter

Easing

Check the effect of easing params directly

Encrypter

A encrypt tool based on WindowsCNG(Cryptography Next Generation), AES algorithm, used to encrypt/decrypt assets

Encrypter_CLI

based on Encrypter, works exactly the same as Encrypter GUI, but make it possible to integrate into batch files, like ContentGenerator

PatternFadeViewer

quick preview texture's pattern fade effect

RGBDefiner

Check the effect of RGB params in #DefineRGB directly

ScriptConverter

Convert word format to script format (replaced by code extension -> generate base script)

Settings_CLI

edit ini files by cli, make it possible to integrate into batch files, like ContentGenerator