Skip to content

kindawindytoday/WindSeed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WindSeed

Some stuff for certain XLua framework;

Scripts

Place your script to C:/Windy/*.luac, and /windy <luac name without .luac> ;

For compiling scripts just take your .lua file, drag and drop it to luac.exe (Lua compiler), rename it to anything if you need to. (There may be some issues, for example some scripts may not work. If you found a certain Lua script that you think doesn't work correctly, create an issue including the Lua name, or write to us in the Discord server.)

Implementing (2 ways)

  1. Take that files in sources, change it at correct paths in your Grasscutter server and recompile it. (Current proto version is 3.6, you can always just download new one and change) and make sure you have those lines in PacketOpCodes.java:
	public static final int WindSeedType1Notify = 23131;
  1. Use any pre-made special server, for example: GingerPS

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages