Graveyard Parallax BG

Share and discuss custom SMBX graphics.

Moderator: Userbase Moderators

Daring Tombstone
Blooper
Blooper
Posts: 160
Joined: Mon Aug 28, 2017 10:57 pm
Flair: What? Not 1000 posts? That means I suck right?

Graveyard Parallax BG

Postby Daring Tombstone » Sun Oct 27, 2019 4:36 pm

Image
A simple parallax background I edited for my halloween level that I'm unsure I'll actually finish before halloween. Ignore the hole in the fence. Supposed to be a sizeable but removed for showing off the background.

Tileset is from witchkings pack and fog is drawn via lua.

Download:https://www.dropbox.com/s/etswa2ufk2tkn ... s.rar?dl=0

The moon is also being parallaxed. Should your level be long you can change the "depth" setting in the ini file for the moon to be larger to accommodate for it to keep the moon in the background at all times. I normally never put up my horrible work but figured I'd do it for this one for halloween.

To use just plop the contents of the download into your level folder and choose the "SMB3 Hills" background. It won't show up in the editor but will in-game.

Ytagh
Hoopster
Hoopster
Posts: 40
Joined: Tue Oct 08, 2019 3:24 am
Flair: kaizo levels and more
Contact:

Re: Graveyard Parallax BG

Postby Ytagh » Sun Oct 27, 2019 4:47 pm

Is very good to use in one of my levels also i will keep the Bg to my folder collection great work i guess its pretty good for halloween I just liked the bg and wanted to download it really great graphics..

MegaDood
Charged Spiny
Charged Spiny
Posts: 1831
Joined: Wed Nov 01, 2017 2:43 am

Re: Graveyard Parallax BG

Postby MegaDood » Mon Oct 28, 2019 11:10 pm

Just wondering, is there any way I can learn about using that fog effect? Is there a site I can find?

Daring Tombstone
Blooper
Blooper
Posts: 160
Joined: Mon Aug 28, 2017 10:57 pm
Flair: What? Not 1000 posts? That means I suck right?

Re: Graveyard Parallax BG

Postby Daring Tombstone » Tue Oct 29, 2019 12:02 am

MegaDood wrote:
Mon Oct 28, 2019 11:10 pm
Just wondering, is there any way I can learn about using that fog effect? Is there a site I can find?
Yeah, here. https://wohlsoft.ru/pgewiki/Particles.lua

If you need the example I used in the gif then here.
Spoiler: show
Image
Edit: Just noticed that onCameraUpdate has effect3 and effect4 in it. Pretend those say effect1 and effect2 instead. I had changed the effect numbers to make the example make more sense but forgot to change them for onCameraUpdate.

SMBX2 PAL comes with particles that can be loaded with, "local particles = API.load("particles")". No need to put a local copy in your world folder like I did here (although it's wise to just in case). However if you want a local copy you can find the particles API in the data/scripts/base directory in the PAL SMBX folder to copy and paste into your worlds folder.

Hopefully this was helpful to you.

MegaDood
Charged Spiny
Charged Spiny
Posts: 1831
Joined: Wed Nov 01, 2017 2:43 am

Re: Graveyard Parallax BG

Postby MegaDood » Fri Nov 01, 2019 5:29 am

Daring Tombstone wrote:
Tue Oct 29, 2019 12:02 am
MegaDood wrote:
Mon Oct 28, 2019 11:10 pm
Just wondering, is there any way I can learn about using that fog effect? Is there a site I can find?
Yeah, here. https://wohlsoft.ru/pgewiki/Particles.lua

If you need the example I used in the gif then here.
Spoiler: show
Image
Edit: Just noticed that onCameraUpdate has effect3 and effect4 in it. Pretend those say effect1 and effect2 instead. I had changed the effect numbers to make the example make more sense but forgot to change them for onCameraUpdate.

SMBX2 PAL comes with particles that can be loaded with, "local particles = API.load("particles")". No need to put a local copy in your world folder like I did here (although it's wise to just in case). However if you want a local copy you can find the particles API in the data/scripts/base directory in the PAL SMBX folder to copy and paste into your worlds folder.

Hopefully this was helpful to you.
Thank you, it provided a lot of useful information.

kr4k1n
Reznor
Reznor
Posts: 2927
Joined: Sun Dec 11, 2016 8:02 pm
Flair: cats are cool
Pronouns: he/him/his
Contact:

Re: Graveyard Parallax BG

Postby kr4k1n » Fri Nov 01, 2019 2:24 pm

The fog looks very realistic, I like it

Akromaly
Bronze Yoshi Egg
Bronze Yoshi Egg
Posts: 428
Joined: Sun Mar 12, 2017 8:07 am
Flair: anemoia
Contact:

Re: Graveyard Parallax BG

Postby Akromaly » Wed Nov 06, 2019 8:48 am

Looks really nice, I'm really digging the crazy stuff people can do with parallax

Cigarettes
Hoopster
Hoopster
Posts: 49
Joined: Fri Oct 25, 2019 9:15 am

Re: Graveyard Parallax BG

Postby Cigarettes » Sun Nov 17, 2019 2:48 pm

Can the fog be used with just 1.3? like can i download it and it will work without me needing lua whatever that is. i only use smbx 1.3

Daring Tombstone
Blooper
Blooper
Posts: 160
Joined: Mon Aug 28, 2017 10:57 pm
Flair: What? Not 1000 posts? That means I suck right?

Re: Graveyard Parallax BG

Postby Daring Tombstone » Sun Nov 17, 2019 4:58 pm

Cigarettes wrote:
Sun Nov 17, 2019 2:48 pm
Can the fog be used with just 1.3? like can i download it and it will work without me needing lua whatever that is. i only use smbx 1.3
No. 1.3 has been outdated for years now. It wont know what to do with these files.

It's only compatible with the new PAL version right now. If requested I can make it work with the 2.0 beta 3 version but I don't see a reason to right now.

Edit: Sorry I was half asleep when I wrote that. I'm awake now and noticed you asked about the fog, not the background.
Fog is drawn via lunalua so it's smbx 2.0 and up. There's an example I used in the gif in a post in a spoiler above for Megadood with links to instructions of how to make it work, feel free to use that. This particular background doesn't come with this fog effect as everyone's levels would be different lengths but you can use the example to edit it in yourself.

Cigarettes
Hoopster
Hoopster
Posts: 49
Joined: Fri Oct 25, 2019 9:15 am

Re: Graveyard Parallax BG

Postby Cigarettes » Sun Nov 17, 2019 5:26 pm

Daring Tombstone wrote:
Sun Nov 17, 2019 4:58 pm
Cigarettes wrote:
Sun Nov 17, 2019 2:48 pm
Can the fog be used with just 1.3? like can i download it and it will work without me needing lua whatever that is. i only use smbx 1.3
No. 1.3 has been outdated for years now. It wont know what to do with these files.

It's only compatible with the new PAL version right now. If requested I can make it work with the 2.0 beta 3 version but I don't see a reason to right now.

Edit: Sorry I was half asleep when I wrote that. I'm awake now and noticed you asked about the fog, not the background.
Fog is drawn via lunalua so it's smbx 2.0 and up. There's an example I used in the gif in a post in a spoiler above for Megadood with links to instructions of how to make it work, feel free to use that. This particular background doesn't come with this fog effect as everyone's levels would be different lengths but you can use the example to edit it in yourself.
=( aw man im to scared to try other version....i don't like change!!!

ElectriKong
Bowser
Bowser
Posts: 4652
Joined: Mon Jun 06, 2016 4:32 pm
Pronouns: he/him
Contact:

Re: Graveyard Parallax BG

Postby ElectriKong » Mon Nov 18, 2019 2:00 am

Cigarettes wrote:
Sun Nov 17, 2019 5:26 pm
Daring Tombstone wrote:
Sun Nov 17, 2019 4:58 pm
Cigarettes wrote:
Sun Nov 17, 2019 2:48 pm
Can the fog be used with just 1.3? like can i download it and it will work without me needing lua whatever that is. i only use smbx 1.3
No. 1.3 has been outdated for years now. It wont know what to do with these files.

It's only compatible with the new PAL version right now. If requested I can make it work with the 2.0 beta 3 version but I don't see a reason to right now.

Edit: Sorry I was half asleep when I wrote that. I'm awake now and noticed you asked about the fog, not the background.
Fog is drawn via lunalua so it's smbx 2.0 and up. There's an example I used in the gif in a post in a spoiler above for Megadood with links to instructions of how to make it work, feel free to use that. This particular background doesn't come with this fog effect as everyone's levels would be different lengths but you can use the example to edit it in yourself.
=( aw man im to scared to try other version....i don't like change!!!
It would definitely be worth it though.

Cigarettes
Hoopster
Hoopster
Posts: 49
Joined: Fri Oct 25, 2019 9:15 am

Re: Graveyard Parallax BG

Postby Cigarettes » Mon Nov 18, 2019 2:47 am

Electriking wrote:
Mon Nov 18, 2019 2:00 am
Cigarettes wrote:
Sun Nov 17, 2019 5:26 pm
Daring Tombstone wrote:
Sun Nov 17, 2019 4:58 pm

No. 1.3 has been outdated for years now. It wont know what to do with these files.

It's only compatible with the new PAL version right now. If requested I can make it work with the 2.0 beta 3 version but I don't see a reason to right now.

Edit: Sorry I was half asleep when I wrote that. I'm awake now and noticed you asked about the fog, not the background.
Fog is drawn via lunalua so it's smbx 2.0 and up. There's an example I used in the gif in a post in a spoiler above for Megadood with links to instructions of how to make it work, feel free to use that. This particular background doesn't come with this fog effect as everyone's levels would be different lengths but you can use the example to edit it in yourself.
=( aw man im to scared to try other version....i don't like change!!!
It would definitely be worth it though.
is there a link to this 1.4 i hear so much about or this 2.0?

ElectriKong
Bowser
Bowser
Posts: 4652
Joined: Mon Jun 06, 2016 4:32 pm
Pronouns: he/him
Contact:

Re: Graveyard Parallax BG

Postby ElectriKong » Mon Nov 18, 2019 6:12 am

Cigarettes wrote:
Mon Nov 18, 2019 2:47 am
Electriking wrote:
Mon Nov 18, 2019 2:00 am
Cigarettes wrote:
Sun Nov 17, 2019 5:26 pm


=( aw man im to scared to try other version....i don't like change!!!
It would definitely be worth it though.
is there a link to this 1.4 i hear so much about or this 2.0?
Link to SMBX2


Return to “Graphics”

Who is online

Users browsing this forum: Ahrefs [Bot] and 3 guests

SMWCentralTalkhausMario Fan Games GalaxyKafukaMarioWikiSMBXEquipoEstelari