[UPDATE 13.1] Alesan99's Entities (Clear Pipes, Tracks, & more!)

Mods, guides how to use and install mods go right in here.
User avatar
Alexis0159
Posts: 24
Joined: 02 Jan 2020, 23:41

Post » 16 Sep 2020, 06:25

Great alesan keep it up, thanks for the update.

New page.

User avatar
SubPixuru
Posts: 108
Joined: 29 Sep 2019, 20:00
Contact:

Post » 16 Sep 2020, 15:37

love the work you've been doin alesan, thanks a lot for keeping this 8 year old game alive

User avatar
Dr. Waluigi
Posts: 17
Joined: 19 Jan 2020, 21:52
Contact:

Post » 16 Sep 2020, 16:13

Good job Alesan

User avatar
alesan99
Posts: 2335
Joined: 30 May 2013, 21:42
Contact:

Post » 20 Sep 2020, 14:43

alesan99 wrote:
15 Sep 2020, 20:13
UPDATE 13A (BUG FIXES)
Image

This is a stability update with all of the bug fixes I have done since the release of v13.
No new major features, just general improvements
Major Additions:

Code: Select all

-----0.10.0 13a-----
ADDED Multiplayer display for keys and health
ADDED Custom Enemy Properties
	"transformtrigger": "water"
	"transformtrigger": "notinwater"
	"watergravity": 0, (gravity while in water)
	"waterdamping": 0.2, (what speed is multiplied by when entering water)
	"triggeranimationonspawn": "animation_name",
	"ignorefunnels": true,
	"dontstoplasers": true,
	"customtimer": [
		[1,["divide","PROPERTY_NAME"],2], (divide by number)
		[1,["abs","PROPERTY_NAME"]] (absolute value)
	]
ADDED Custom Powerup ("fireenemy") properties
	"firewhennotclimbing": true,
	"firewhenswimming": true,
	"firewhennotswimming": true,
	"version": 13.0108 (will display notice if someone uses your character in an incompatible version)
ADDED Better instructions on how to install dlc characters and enemies
ADDED Family Friendly intro (enable in nitpicks.json and add "familyfriendly": true)
IMPROVED Performance with static backgrounds
IMRPOVED Performance with portal gun
IMPROVED Level Editor Testing (Only saves if you modified the level)
IMPROVED Loading huge tilesets
IMPROVED Parts of the Alesans Entities Mappack
FIXED Running in circles with purple gel
FIXED Tail swinging red koopas and shells
FIXED Letterbox display mode on android
FIXED Custom powerup properties being case-sensitive
FIXED Some custom character crashes
FIXED Angry sun not melting frozen coins
FIXED Laser crashes
FIXED Selections not working with background tiles
FIXED Poison Mushrooms and Mini Mushrooms not bouncing on music blocks
FIXED Region Triggers not detecting mushrooms
FIXED Portal gun weirdness in mutliplayer with custom characters
FIXED Racoon mario insta-killing bowser
FIXED Entering pipes while slightly below them in 1.6 mappacks
FIXED Hammers not killing after entering portals
FIXED Bowser 3 crashes
Other minor bug fixes
Downloads:
Windows Download (.exe)
OSX Download (.app)
Linux Download (.love)
Android Download (.apk)
Source Download (.love)



Remember, you can always download the latest version at: viewtopic.php?f=13&t=3636
I have never changed the location, so no need to ask "where do i download the newest version"
Android download was broken because of a stupid name mistake
Download again if you use android

User avatar
alesan99
Posts: 2335
Joined: 30 May 2013, 21:42
Contact:

Post » 26 Sep 2020, 20:28


Link Video
Incase you missed the download last time: https://www.dropbox.com/s/gi75nm2n6uh65 ... r.zip?dl=0

User avatar
TheSkullCreeper!
Posts: 186
Joined: 12 Feb 2018, 11:09

Post » 29 Sep 2020, 00:08

Alesan, you should add these custom enemy properties:
"killsEnemiesWhenSmall" - Kills enemies only when small (like a kicked Koopa shell)
"splitWhenSupersized" - Splits like a supersized Goomba when supersized
"breaksHardBlocksWhenSuperSized" - Breaks Hard Blocks only when supersized
"supersizedTransforms" - Supersized when transforming into an enemy while supersized (Example: Supersized Balloon Goomba lands on ground, transform into a supersized Goomba)

User avatar
Qwerbey
Posts: 1282
Joined: 05 Oct 2012, 07:58
Contact:

Post » 29 Sep 2020, 09:11

Alesan, you should add these custom enemy properties:
"runThinkScript" - Runs a think function in an attached .lua file

User avatar
Britdan
Posts: 680
Joined: 30 Sep 2017, 10:31
Contact:

Post » 29 Sep 2020, 11:22

Qwerbey wrote:
29 Sep 2020, 09:11
Alesan, you should add these custom enemy properties:
"runThinkScript" - Runs a think function in an attached .lua file
i like this one ^^^^

User avatar
HugoBDesigner
Posts: 2189
Joined: 19 Sep 2012, 02:23
Contact:

Post » 30 Sep 2020, 00:35

Seems rather inviting for potential code injections :/

User avatar
Qwerbey
Posts: 1282
Joined: 05 Oct 2012, 07:58
Contact:

Post » 30 Sep 2020, 10:35

It would have to be sandboxed obviously, probably only having access to current world and all the objects in it.

User avatar
Britdan
Posts: 680
Joined: 30 Sep 2017, 10:31
Contact:

Post » 30 Sep 2020, 10:51

HugoBDesigner wrote:
30 Sep 2020, 00:35
Seems rather inviting for potential code injections :/
An enemy pack that deletes all mappacks. i will put that at the top of the list

radel999
Posts: 22
Joined: 12 Oct 2012, 22:05

Post » 02 Oct 2020, 10:46

Also i have idea for a add option aspect ratio for mappack to choose whats you want to a screen size 16:9 or 8:7
Like here
Image
For a 8:7 mappack ratio the black borders appears in the side

User avatar
TheSkullCreeper!
Posts: 186
Joined: 12 Feb 2018, 11:09

Post » 02 Oct 2020, 13:53

radel999 wrote:
02 Oct 2020, 10:46
Also i have idea for a add option aspect ratio for mappack to choose whats you want to a screen size 16:9 or 8:7
Like here
Image
For a 8:7 mappack ratio the black borders appears in the side
That's a hidden feature (nitpick). Visit the wiki for more information.

radel999
Posts: 22
Joined: 12 Oct 2012, 22:05

Post » 02 Oct 2020, 15:28

TheSkullCreeper! wrote:
02 Oct 2020, 13:53
radel999 wrote:
02 Oct 2020, 10:46
Also i have idea for a add option aspect ratio for mappack to choose whats you want to a screen size 16:9 or 8:7
Like here
Image
For a 8:7 mappack ratio the black borders appears in the side
That's a hidden feature (nitpick). Visit the wiki for more information.
Where i can found nitpick.json? I search in source and mappacks but i can't find

User avatar
Ormalawayo
Posts: 101
Joined: 02 Oct 2020, 15:53

Post » 02 Oct 2020, 16:13

on andriod either know I'm doing it right, it won't let me add music and sprites and thats the same with everything else file related! At first I thought I fixed it by moving Mari0 out of my SD Card but either know the folders are there, it's just not working, can you help? I'm trying to recreate SM3DW


Can someone give me a tutorial or at least give really specific steps?
Last edited by Ormalawayo on 02 Oct 2020, 17:28, edited 1 time in total.

User avatar
Evan.F
Posts: 842
Joined: 15 Jun 2019, 21:10

Post » 02 Oct 2020, 16:29

You have to add it in the separate AE folder outside of mappacks

User avatar
Ormalawayo
Posts: 101
Joined: 02 Oct 2020, 15:53

Post » 02 Oct 2020, 17:00

Is it called AE or Aleseans Entities? The only folders I see are Mappacks, OnlineMappacks, and Characters

User avatar
Ormalawayo
Posts: 101
Joined: 02 Oct 2020, 15:53

Post » 02 Oct 2020, 17:05

No I think its in

User avatar
Ormalawayo
Posts: 101
Joined: 02 Oct 2020, 15:53

Post » 02 Oct 2020, 17:07

Wait what?

radel999
Posts: 22
Joined: 12 Oct 2012, 22:05

Post » 02 Oct 2020, 17:40

Nitpicks were added in V13, they are extra settings not available in game and must be added in a json file named "nitpicks" in the alesans_entities folder. They are formatted the same way as enemies. Many are useful and one is more fun.
But problem if i can't found this file, do you can help with this?

User avatar
Evan.F
Posts: 842
Joined: 15 Jun 2019, 21:10

Post » 02 Oct 2020, 17:42

Ormalawayo wrote:
02 Oct 2020, 17:00
Is it called AE or Aleseans Entities? The only folders I see are Mappacks, OnlineMappacks, and Characters
that is the Alesans_Entities folder you are in, exit that to get to another folder that contains said Alesans_Entities folder and another Mappack folder

radel999
Posts: 22
Joined: 12 Oct 2012, 22:05

Post » 02 Oct 2020, 18:03

Evan.F wrote:
02 Oct 2020, 17:42
Ormalawayo wrote:
02 Oct 2020, 17:00
Is it called AE or Aleseans Entities? The only folders I see are Mappacks, OnlineMappacks, and Characters
that is the Alesans_Entities folder you are in, exit that to get to another folder that contains said Alesans_Entities folder and another Mappack folder
In Roaming\LOVE\mari0\alesans_entities\mappacks just is a empty folder

User avatar
alesan99
Posts: 2335
Joined: 30 May 2013, 21:42
Contact:

Post » 02 Oct 2020, 18:55

radel999 wrote:
02 Oct 2020, 17:40
Nitpicks were added in V13, they are extra settings not available in game and must be added in a json file named "nitpicks" in the alesans_entities folder. They are formatted the same way as enemies. Many are useful and one is more fun.
But problem if i can't found this file, do you can help with this?
You have to make the file yourself.

radel999
Posts: 22
Joined: 12 Oct 2012, 22:05

Post » 02 Oct 2020, 19:23

alesan99 wrote:
02 Oct 2020, 18:55
radel999 wrote:
02 Oct 2020, 17:40
Nitpicks were added in V13, they are extra settings not available in game and must be added in a json file named "nitpicks" in the alesans_entities folder. They are formatted the same way as enemies. Many are useful and one is more fun.
But problem if i can't found this file, do you can help with this?
You have to make the file yourself.
the nitpicks.json will generate automatly or something?

User avatar
alesan99
Posts: 2335
Joined: 30 May 2013, 21:42
Contact:

Post » 02 Oct 2020, 21:16

radel999 wrote:
02 Oct 2020, 19:23
alesan99 wrote:
02 Oct 2020, 18:55
You have to make the file yourself.
the nitpicks.json will generate automatly or something?
You have to make the file yourself.



Make a txt file then call it "nitpicks.json". Put what the wiki says

radel999
Posts: 22
Joined: 12 Oct 2012, 22:05

Post » 02 Oct 2020, 21:55

alesan99 wrote:
02 Oct 2020, 21:16
radel999 wrote:
02 Oct 2020, 19:23
alesan99 wrote:
02 Oct 2020, 18:55
You have to make the file yourself.
the nitpicks.json will generate automatly or something?
You have to make the file yourself.



Make a txt file then call it "nitpicks.json". Put what the wiki says
Image
Like here? Sorry for troubles

User avatar
alesan99
Posts: 2335
Joined: 30 May 2013, 21:42
Contact:

Post » 02 Oct 2020, 22:48

put brackets { } around it
also you're not supposed to put it in a mappack. you're on the wrong folder

to disable it you will need to change settings.txt

User avatar
Ormalawayo
Posts: 101
Joined: 02 Oct 2020, 15:53

Post » 03 Oct 2020, 06:13

NH1507 wrote:
17 Feb 2019, 04:37
Joe333 wrote:How do you get for Android?
you press "download android (.apk)" and then i think you just tap on the apk file
i don't have android so i don't know
Edit: hey alesan99 could you make "clothes" a color option? from se
and se characters?
Edit2: how about when you collect a collectable when it loads next it spawns as a ghost collectible,
and gives you a set amount of coins
Edit3: and a 4:3 option
and here it is

User avatar
Ormalawayo
Posts: 101
Joined: 02 Oct 2020, 15:53

Post » 03 Oct 2020, 06:16

radel999 wrote:
02 Oct 2020, 18:03
Evan.F wrote:
02 Oct 2020, 17:42
Ormalawayo wrote:
02 Oct 2020, 17:00
Is it called AE or Aleseans Entities? The only folders I see are Mappacks, OnlineMappacks, and Characters
that is the Alesans_Entities folder you are in, exit that to get to another folder that contains said Alesans_Entities folder and another Mappack folder
In Roaming\LOVE\mari0\alesans_entities\mappacks just is a empty folder
Guys im on Android it says there's a folder called "mario_android", "love.to.mario" and more

radel999
Posts: 22
Joined: 12 Oct 2012, 22:05

Post » 03 Oct 2020, 10:01

alesan99 wrote:
02 Oct 2020, 22:48
put brackets { } around it
also you're not supposed to put it in a mappack. you're on the wrong folder

to disable it you will need to change settings.txt
I prefer to make a tutorial because im confused a little.

User avatar
alesan99
Posts: 2335
Joined: 30 May 2013, 21:42
Contact:

Post » 03 Oct 2020, 16:22

radel999 wrote:
03 Oct 2020, 10:01
alesan99 wrote:
02 Oct 2020, 22:48
put brackets { } around it
also you're not supposed to put it in a mappack. you're on the wrong folder

to disable it you will need to change settings.txt
I prefer to make a tutorial because im confused a little.
What's so confusing about what i said.

radel999
Posts: 22
Joined: 12 Oct 2012, 22:05

Post » 03 Oct 2020, 20:38

alesan99 wrote:
03 Oct 2020, 16:22
radel999 wrote:
03 Oct 2020, 10:01
alesan99 wrote:
02 Oct 2020, 22:48
put brackets { } around it
also you're not supposed to put it in a mappack. you're on the wrong folder

to disable it you will need to change settings.txt
I prefer to make a tutorial because im confused a little.
What's so confusing about what i said.
Because idk where make a nitpicks.json on my Mappack folder? I try writing the "fourByThree" = true in file but don't works.

User avatar
alesan99
Posts: 2335
Joined: 30 May 2013, 21:42
Contact:

Post » 04 Oct 2020, 00:03

radel999 wrote:
03 Oct 2020, 20:38
Because idk where make a nitpicks.json on my Mappack folder? I try writing the "fourByThree" = true in file but don't works.
Read the instructions again.
I said its NOT supposed to go into your mappack folder. There's another folder called "alesans_entities", put it in that one. NOT the mappack folder
Put brackets around what you wrote inside the json

-NOT the mappack folder. Put it in the other folder called "alesans_entities"
-Put brackets ({} <- these things) around "fourByThree = true"

radel999
Posts: 22
Joined: 12 Oct 2012, 22:05

Post » 04 Oct 2020, 09:47

Okey.

radel999
Posts: 22
Joined: 12 Oct 2012, 22:05

Post » 04 Oct 2020, 12:16

Image
Problem if game crashes, yeah i know if thats a big problem from me but i don't sit into the codes, thats why i ask for help, sorry for troubles.

User avatar
Ormalawayo
Posts: 101
Joined: 02 Oct 2020, 15:53

Post » 04 Oct 2020, 12:28

radel999 wrote:
02 Oct 2020, 18:03
Evan.F wrote:
02 Oct 2020, 17:42
Ormalawayo wrote:
02 Oct 2020, 17:00
Is it called AE or Aleseans Entities? The only folders I see are Mappacks, OnlineMappacks, and Characters
that is the Alesans_Entities folder you are in, exit that to get to another folder that contains said Alesans_Entities folder and another Mappack folder
In Roaming\LOVE\mari0\alesans_entities\mappacks just is a empty folder
Im not on PC I'm on Android, I don't see any Roaming folder in my device storage! (Sorry for the sideways image)
Last edited by Ormalawayo on 05 Oct 2020, 18:26, edited 1 time in total.

User avatar
alesan99
Posts: 2335
Joined: 30 May 2013, 21:42
Contact:

Post » 04 Oct 2020, 14:35

radel999 wrote:
04 Oct 2020, 12:16
Image
Problem if game crashes, yeah i know if thats a big problem from me but i don't sit into the codes, thats why i ask for help, sorry for troubles.
How are you messing it up this badly? You were so close before
Screenshot-1.png
Screenshot-1.png (43.36 KiB) Viewed 213130 times
Please, don't complain about it not being able to turn off fourbythree if you manage to do it

radel999
Posts: 22
Joined: 12 Oct 2012, 22:05

Post » 04 Oct 2020, 15:27

alesan99 wrote:
04 Oct 2020, 14:35
radel999 wrote:
04 Oct 2020, 12:16
Image
Problem if game crashes, yeah i know if thats a big problem from me but i don't sit into the codes, thats why i ask for help, sorry for troubles.
How are you messing it up this badly? You were so close before
Screenshot-1.png
Please, don't complain about it not being able to turn off fourbythree if you manage to do it
Hooray! Its Works! Thank you :)

User avatar
Ormalawayo
Posts: 101
Joined: 02 Oct 2020, 15:53

Post » 05 Oct 2020, 18:28

Nice it’s a update, I at least hope the file problem on Android is solved that was annoying and somebody told me how to do it on PC!

User avatar
Ormalawayo
Posts: 101
Joined: 02 Oct 2020, 15:53

Post » 06 Oct 2020, 11:00

Ok lets start over...

Image

It's says I'm doing something wrong

User avatar
TheSkullCreeper!
Posts: 186
Joined: 12 Feb 2018, 11:09

Post » 06 Oct 2020, 14:28

Ormalawayo wrote:
06 Oct 2020, 11:00
Ok lets start over...

Image

It's says I'm doing something wrong
Ok, are you putting them in your mappack folder or the folder of your mappack?

User avatar
alesan99
Posts: 2335
Joined: 30 May 2013, 21:42
Contact:

Post » 06 Oct 2020, 15:02

Ormalawayo wrote:
06 Oct 2020, 11:00
Ok lets start over...

It's says I'm doing something wrong
Well first of all you need to put them inside of a mappack. It looks like your 'mappacks' folder is completely empty and you're putting the music into nothing.

Are you still on your SD card? Last I checked it only works with Internal Storage.

I know this is gonna take at least 10 more posts so try this: in mari0 create a new mappack and put some blocks on 1-1 and check if it actually saves. Then use the search function on your file manager to find "custom_mappack_1" OR "1-1.txt"

Kant
Posts: 18
Joined: 10 Apr 2020, 22:51
Contact:

Post » 06 Oct 2020, 16:04

TheSkullCreeper! wrote:
29 Sep 2020, 00:08
Alesan, you should add these custom enemy properties:
"killsEnemiesWhenSmall" - Kills enemies only when small (like a kicked Koopa shell)
"splitWhenSupersized" - Splits like a supersized Goomba when supersized
"breaksHardBlocksWhenSuperSized" - Breaks Hard Blocks only when supersized
"supersizedTransforms" - Supersized when transforming into an enemy while supersized (Example: Supersized Balloon Goomba lands on ground, transform into a supersized Goomba)
in "supersizedtransforms" can be only a passed parameter instead or a property imo

User avatar
Ormalawayo
Posts: 101
Joined: 02 Oct 2020, 15:53

Post » 07 Oct 2020, 11:28

When I was editing this, I realised I was quoting myself, sorry for the people who saw that.
alesan99 and TheSkullCreeper! wrote:
It doesn't look like your music are in mappacks, and it looks like your music is in nothing
(Sorry, still learning BBCode)
The left side of the screen only shows folders so arrows only appear if the folder has more folders in it but I'm now seeing how that will confuse you, but I don't see how you think I'm putting the music files in nothing because above them is where they are located
alesan99 wrote:
06 Oct 2020, 15:02
Are you still on your SD card? Last I checked it only works with Internal Storage.
Image
What the... why is the image cropped? Well click it, it should bring you to the full image
also last posts 1 said I checked it was on my Device Storage, also if Internal Storage and Device Storage aren't the same, maybe try changing the code because strangely enough on websites and some apps I can Sen files from my SD Card, I'm probably judging the book by its cover but judging by what the buttons say it looks like your trying to program it to open a folder and detect if there's something in there or not, I don't think my andriod can do that so if possible, find a safe website (like this one) that wants some files or something like that and look inside the website code. If this is the case, try removing the code that should select the folder and maybe adjust it to what the websites do it, maybe request mobile site if you can?
alesan99 wrote:
06 Oct 2020, 15:02
create a new mappack and put some blocks on 1-1 and check if it actually saves. Then use the search function on your file manager to find "custom_mappack_1" OR "1-1.txt"
Image
click for YouTube video

User avatar
Ormalawayo
Posts: 101
Joined: 02 Oct 2020, 15:53

Post » 07 Oct 2020, 13:49

One more thing, if I ever make a website or a app it's probably gonna be a custom sprite maker for this because I'm starting to learn about it. Is that ok?

User avatar
TheSkullCreeper!
Posts: 186
Joined: 12 Feb 2018, 11:09

Post » 07 Oct 2020, 14:18

Ormalawayo wrote:
07 Oct 2020, 11:28
When I was editing this, I realised I was quoting myself, sorry for the people who saw that.
alesan99 and TheSkullCreeper! wrote:
It doesn't look like your music are in mappacks, and it looks like your music is in nothing
(Sorry, still learning BBCode)
The left side of the screen only shows folders so arrows only appear if the folder has more folders in it but I'm now seeing how that will confuse you, but I don't see how you think I'm putting the music files in nothing because above them is where they are located
alesan99 wrote:
06 Oct 2020, 15:02
Are you still on your SD card? Last I checked it only works with Internal Storage.
Image
What the... why is the image cropped? Well click it, it should bring you to the full image
also last posts 1 said I checked it was on my Device Storage, also if Internal Storage and Device Storage aren't the same, maybe try changing the code because strangely enough on websites and some apps I can Sen files from my SD Card, I'm probably judging the book by its cover but judging by what the buttons say it looks like your trying to program it to open a folder and detect if there's something in there or not, I don't think my andriod can do that so if possible, find a safe website (like this one) that wants some files or something like that and look inside the website code. If this is the case, try removing the code that should select the folder and maybe adjust it to what the websites do it, maybe request mobile site if you can?
alesan99 wrote:
06 Oct 2020, 15:02
create a new mappack and put some blocks on 1-1 and check if it actually saves. Then use the search function on your file manager to find "custom_mappack_1" OR "1-1.txt"
Image
click for YouTube video
You're editing the SMB mappack, not editing a custom one.

User avatar
alesan99
Posts: 2335
Joined: 30 May 2013, 21:42
Contact:

Post » 07 Oct 2020, 17:00

Ormalawayo wrote:
07 Oct 2020, 11:28
The left side of the screen only shows folders so arrows only appear if the folder has more folders in it but I'm now seeing how that will confuse you, but I don't see how you think I'm putting the music files in nothing because above them is where they are located
Uh obviously I don't literally mean they're in nothing. They didn't look like they were in a mappack.
Ormalawayo wrote:
07 Oct 2020, 11:28
What the... why is the image cropped? Well click it, it should bring you to the full image
also last posts 1 said I checked it was on my Device Storage, also if Internal Storage and Device Storage aren't the same, maybe try changing the code because strangely enough on websites and some apps I can Sen files from my SD Card, I'm probably judging the book by its cover but judging by what the buttons say it looks like your trying to program it to open a folder and detect if there's something in there or not, I don't think my andriod can do that so if possible, find a safe website (like this one) that wants some files or something like that and look inside the website code. If this is the case, try removing the code that should select the folder and maybe adjust it to what the websites do it, maybe request mobile site if you can?
That's not at all how programming works, but I won't go into that.
There's nothing that explicitly makes SD card access impossible, I was suggesting you use internal storage because its what worked for me. On my phone it created a folder on my internal storage and an empty folder on my SD. but mari0's game engine can only access one or the other.
I can't install apps on my sd card on my phone so I have no idea how well it works, but I haven't heard anyone else have problems so it might work.

But here's the thing, your video showed you can save levels, so that's not the issue here. All you need to do is locate where stuff is really saved.

User avatar
black toad
Posts: 14
Joined: 08 Oct 2020, 10:31

Post » 08 Oct 2020, 10:47

Hello!!

User avatar
Ormalawayo
Posts: 101
Joined: 02 Oct 2020, 15:53

Post » 09 Oct 2020, 13:28

alesan99 wrote:
07 Oct 2020, 17:00
Uh obviously I don't literally mean they're in nothing. They didn't look like they were in a mappack.
Oh ok, I thought you ment those were in Device Storage,
alesan99 wrote:
07 Oct 2020, 17:00
I was suggesting you use internal storage because its what worked for me. On my phone it created a folder on my internal storage and an empty folder on my SD. but mari0's game engine can only access one or the other.
I can't install apps on my sd card on my phone so I have no idea how well it works, but I haven't heard anyone else have problems so it might work.
Well, I already knew that. I was asking if Device Storage and Internal Storage was the same, I mean when I moved the game away from my SD Card the Folders appeared, but the game couldn't seem to read them
alesan99 wrote:
07 Oct 2020, 17:00
But here's the thing, your video showed you can save levels, so that's not the issue here. All you need to do is locate where stuff is really saved.
ok and that is... [Visible Confusion] where do they go?

User avatar
Ormalawayo
Posts: 101
Joined: 02 Oct 2020, 15:53

Post » 09 Oct 2020, 13:31

TheSkullCreeper! wrote:
07 Oct 2020, 14:18
You're editing the SMB mappack, not editing a custom one.
I thought he told me to edit 1-1

Post Reply