'Example of a custom stage - Copy of week 1 stage made fully with lua' is no longer there it's now 'Custom stage examples - Recreations of base Game's Stages in LUA'
@passilotnaremi3882 Жыл бұрын
Is that good or bad?
@Noxious149 Жыл бұрын
Idk
@Noxious149 Жыл бұрын
And there's no is tutorial about using the new one so I try to make use with what's there
@Noxious149 Жыл бұрын
Oh nvm I got it now
@jack_animatez Жыл бұрын
@@Noxious149 how did you get it?
@Lux-Boy2 жыл бұрын
you said something about putting the stage images in a folder how do you do it? when i put my stages images/assets in a folder it will not appear in the song have i done something wrong?
@passilotnaremi38822 жыл бұрын
You have to put the images in the images folder, where all the dialogue, characters, menu characters etc are. You DON'T need to make a folder for them. Hope this solves it.
@pannikattk81065 ай бұрын
Sorta unrelated, but can you make a song just a video with arrows, no background or characters?
@passilotnaremi38825 ай бұрын
i dont really know. there must be some kind of gimmick in newer versions of psych, but none thatvi know of. sorry
@pannikattk81065 ай бұрын
@@passilotnaremi3882 No worries, thanks
@Brick32-bricky4 ай бұрын
How i can make the background bigger? I tried to test the "addLuaSpriteSizeFactor" But it didn't work
@passilotnaremi38824 ай бұрын
if you did everything right then it could be an issue related to the version you're running. i dont know how the syntaxes changed since i last made a psych tut, and some of these tuts might have become obsolete already. otherwise, if it worked in the video, it should work for you too.
@Brick32-bricky4 ай бұрын
@@passilotnaremi3882 everything worked fine But I thinked background was little too small bcuz I see black squares on screen I can't changed the resolution of the background because I don't know how to draw And its was my first good bg
@passilotnaremi38824 ай бұрын
you could put it into an image editing app or something like krita or adobe animate and just resize it from there if nothing else works
@TheBloodyBerry6 ай бұрын
It doesn't work, i put the images in my mod folder's "Images" and it doesn't work. (They don't appear in song.)
@lanbiproductions111210 ай бұрын
Yo for me the background did load but the floor ground isn’t appearing. How do I fix that? Also nice tutorial
@passilotnaremi388210 ай бұрын
you might have put them in the .lua in the wrong order. check that
@lanbiproductions111210 ай бұрын
Alright I’ll let u know what happens
@passilotnaremi388210 ай бұрын
aye aye
@lanbiproductions111210 ай бұрын
k its workin now. thx for the help
@passilotnaremi388210 ай бұрын
nice going
@Thegoodgamerpro72jdq2 жыл бұрын
how do i make a plain stage, like a stage that is only blank white?
@passilotnaremi38822 жыл бұрын
You fill the stage with white and export it, easy as that. Even easier using Krita, it's faster
@creatorofhairs_redhairtoon71002 жыл бұрын
dang the discription looking sus
@passilotnaremi38822 жыл бұрын
🤨
@JasonPegasus Жыл бұрын
when i try to make the lua file, the game just crashes, it works in older versions but for some reason in new ones it just crash
@passilotnaremi3882 Жыл бұрын
Do you have the closing line at the end
@JasonPegasus Жыл бұрын
@@passilotnaremi3882 i always put the "end" at well... the end, of the function
@passilotnaremi3882 Жыл бұрын
Well then i don't know what it is. I guess one thing you can do is check the file names and the variable names, see if they're correct
@JasonPegasus Жыл бұрын
@@passilotnaremi3882 do you have discord to send the code etc?
@passilotnaremi3882 Жыл бұрын
Passilot_Naremi#3830
@idotxd7041 Жыл бұрын
fsr it dosen't work. im am just dumb, or new update?
@passilotnaremi3882 Жыл бұрын
You did something wrong somewhere, i just made a stage yesterday with this method on the latest version and it worked just fine
@idotxd7041 Жыл бұрын
@passilotnaremi3882 i still trying what i did wrong, btw ty
@passilotnaremi3882 Жыл бұрын
It might have something to do with the filename and variable name. First one is file, second one is variable.
@idotxd7041 Жыл бұрын
function onCreate() -- background shit makeLuaSprite('stageback', 'sky1', -700, -600); setLuaSpriteScrollFactor('stageback', 0.8, 0.8); scaleObject('stageback', 1, 1); makeLuaSprite('stageblocy', 'smalTower', -650, -500); setLuaSpriteScrollFactor('stageblocy', 0.8, 0.8); scaleObject('stageblocy', 1, 1) makeLuaSprite('stagefont', 'front', -700, -750); setLuaSpriteScrollFactor('stagefont', 0.8, 0.8); scaleObject('stagefont', 1, 1); makeLuaSprite('cave', 'cave', -580, -660); setLuaSpriteScrollFactor('cave', 0.8, 0.8); scaleObject('cave', 1, 1); makeLuaSprite('slide', 'pass', -700, -800); setLuaSpriteScrollFactor('slide', 0.8, 0.8); scaleObject('slide', 1, 1); addLuaSprite('stageback', false); addLuaSprite('front', false); addLuaSprite('stageblocy', false); addLuaSprite('cave', false); addLuaSprite('slide', false); close(true); --For performance reasons, close this script once the stage is fully loaded, as this script won't be used anymore after loading the stage end something wrong?? is it wrong pls correct me
@Noxious149 Жыл бұрын
@@idotxd7041 you have to have the 'function BeatHit' and the 'function StepHit' for your background to work
@sans_hell2 жыл бұрын
Am I imagining or is your voice similar voice bb-panzu
@passilotnaremi38822 жыл бұрын
Now that i think, it sounds similar, but i think it's just because of the mic. My voice irl sounds nowhere near his
@passilotnaremi38822 жыл бұрын
Also nice bob profile pic
@ochoforreals Жыл бұрын
Does this still work for new versions of Psych n stuff?
@passilotnaremi3882 Жыл бұрын
Last time i checked, yes. I don't see why it wouldn't work.
@kevianosu91242 жыл бұрын
if my bg every time i load it chashes the hole game what do i do . I am lost
@passilotnaremi38822 жыл бұрын
Check the file names and the variable names in your lua file. If it still crashes if they're correct, it might be because they're just too big.
@Noxious149 Жыл бұрын
Check the huge psych engine tutorial from bbpanzu he'll show you how to put in your backgrounds oh and you should export the backgrounds as png sequence not png legacy
@kevianosu9124 Жыл бұрын
Ok thanks
@RandomEmerald.2 жыл бұрын
It Says A Lua Error When I Put The Background In And Its Just Black
@passilotnaremi38822 жыл бұрын
Pay attention to the file names when you make the stage lua, make sure it's the same as it is in your folder
@Noxious149 Жыл бұрын
That's not gonna work
@Noxious149 Жыл бұрын
I follow the instructions a lot of times but it didn't work I recommend you work bbpanzu's huge psych engine tutorial and he'll show you how to make your background work
@MisturrSkyhigh2 жыл бұрын
how do i make it so the camera doesn't move around and stuff and i can see the whole backround?
@passilotnaremi38822 жыл бұрын
Well you can make all sections must-hit or not must-hit, that way the camera will stay still. Maybe there's also a way to unzoom the camera, but idk yet.
@CrystalFriend Жыл бұрын
Are you background maker?
@passilotnaremi3882 Жыл бұрын
Well i do make bgs so yeah i guess
@CrystalFriend Жыл бұрын
@@passilotnaremi3882 plz make for my mod for fnf corruption last days!!
@passilotnaremi3882 Жыл бұрын
I'm really sorry, but I don't think I can help you right now. I have lots of homework and school is kinda tough. Maybe in summer, but honestly I'm not sure. Sorry again
@CrystalFriend Жыл бұрын
@@passilotnaremi3882 plz do now!
@passilotnaremi3882 Жыл бұрын
Ok now you're just being rude. You're not to make my schedule. Please stop asking
@Dotty.C42 жыл бұрын
Ayo bro, this tutorial was swag and all, but dude. I'm poor and cant afford Adobe rn, make the same tutorial but use krita instead, and I gift subs and likes
@passilotnaremi38822 жыл бұрын
Like, just drawing the bg in krita? Ok, i will do it, but not today. Next weekend, stay tuned!
@bsodgamer12342 жыл бұрын
I use Paint 3d
@passilotnaremi38822 жыл бұрын
Guess that's a way too
@BekTheGod Жыл бұрын
sound like dusk
@passilotnaremi3882 Жыл бұрын
Elaborate please
@BekTheGod Жыл бұрын
you sound like a friend of mine @justDusk@@passilotnaremi3882
@passilotnaremi3882 Жыл бұрын
Ah i understand now thanks
@Cookie_clicker2 жыл бұрын
lol a yt banner size
@passilotnaremi38822 жыл бұрын
Lol
@RockettasCovers2 жыл бұрын
foarte tutoral (:
@passilotnaremi38822 жыл бұрын
LOL ROMÂN IMPOSIBIL XDDD
@RockettasCovers2 жыл бұрын
@@passilotnaremi3882 lol nu as fi zis ca dau de un tutorial facut de un roman, tutorial o fost bine pus la punct si mi-a placut, ai o engleza foarte buna
@passilotnaremi38822 жыл бұрын
Mersi mult frate apreciez
@passilotnaremi38822 жыл бұрын
Cum ti-ai dat seama ca sunt roman totusi
@passilotnaremi38822 жыл бұрын
A btw ai discord?
@gr3yst1x Жыл бұрын
uW*i
@passilotnaremi3882 Жыл бұрын
uW*i
@KaiLuvsNiko8 ай бұрын
SORRY BUT THAT IS SO OFFKEY 😭😭🙏🙏
@passilotnaremi38828 ай бұрын
i forgot what song i used in this one and i went to watch it i instantly tapped out