
Lua Script API · ShadowMario/FNF-PsychEngine Wiki - GitHub
2024年10月2日 · Engine originally used on Mind Games mod. Contribute to ShadowMario/FNF-PsychEngine development by creating an account on GitHub.
Psych Engine - Lua Script API
There are 6 types of LUA Scripts you can run: Stage Script: It will only run if the song's stage is loaded in the current chart, it should have the same name as your stage's .JSON file and should be inside mods/My-Mod/stages/.
LUA SCRIPT API ADVANCED (PSYCH ENGINE) - GameBanana
A Friday Night Funkin' (FNF) Tutorial in the Coding category, submitted by DotZZ.
【搬运】Lua编码基础 - 哔哩哔哩
2022年10月9日 · Lua脚本是一种功能强大(可以做到对局内的一切操作)、高效(不需要一遍一遍指令输出,Restart即可查看效果)、轻量级(体积小)、可嵌入(直接把脚本放在相应的文件夹即可)的脚本语言。 这就是引擎使用Lua脚本的原因,因为它比Python(另一种编程语言)更容易,更快。 引擎目前使用的Lua版本是 (5.1) 如果你想使编码更直观你可以使用VSCode (Visual Studio Code)(或者也可以使用本人使用的Notepad++),它是免费的。 下载后,按 [Ctrl+N]创建一个新文件。 …
Basics of Coding in Lua [Overhaul] - GameBanana
Learn LUA easily (Psych Engine)... A Friday Night Funkin' (FNF) Tutorial in the Coding category, submitted by Meme1079
[FNF] 教你如何用lua做特殊箭头(PE)(非专业教学)
我们通常会用 function onCreate () ,这个function的意思是在lua启动时触发,也就是游戏一开始就会触发下面的代码块。 onCreate () 后面的括号不要省去,不然就不会正常运作。 接着,我们就要改箭头的基准数值了, 我们会用到getProperty (variable:String)函数. variable:变量. string:字串符. variable:string:字串符形式的变量. for i = 0, getProperty (& #39;unspawnNotes.length&# 39;)-1 do. 代码的意思是:获取谱子中所有未出现的箭头。 unspawnNotes :未生成,未出现的箭头. …
Psych Engine - Code Snippets
In this page, you can find many example Scripts to help you understand how Lua Scripts work. Mod Folder sample. Sample Script with all callbacks explained. Example Video/Dialogue that plays on Bopeebo (Story Mode). Drag 'n' Drop Dialogue Script (Story Mode) - Put it inside your chart's folder. Example of a Custom Event - "Opponent Fade".
All lua functions [Friday Night Funkin'] [Tutorials] - GameBanana
A Friday Night Funkin' (FNF) Tutorial in the Coding category, submitted by Olexandr_43.
[FNF]lua基础教程 1 (PE) - 哔哩哔哩
回到上面,既然我们在fnf事件中填写的value1和value2都是字符,字符又不是数值,那怎么让其变成数值呢? 我们会用到. tonumber(string) 这个函数可以把字符变量转化为数值。 x = '114514' y = tonumber(x) y的值便会是 数值 114514. 既然有字符转数字,那一定也会有数字转字符 ...
Friday Night Funkin’ - Psych Engine | FNF-PsychEngine
Follow a Friday Night Funkin’ source code compilation tutorial, after this you will need to install LuaJIT. Probably one of the main points of this engine, you can code in .lua files outside of the source code, making your own weeks without even messing with the source! Comes with a Mod Organizing/Disabling Menu. Henchmen die during all songs.
- 某些结果已被删除