Posts by Lx Xzit

by Lx Xzit
4 Feb 2017, 3:37
Forum: SMBX-38A Bug reports
Topic: Bug with custom slopes
Replies: 1
Views: 469
  • 1

Bug with custom slopes

1.) Peach, Toad and Link will slide over custom slopess (I'm not sure if this is a problem or a "feature", if this is not a bug excuse me, but the point 2 it's something that should be fixed). 2.) Toad and Peach becomes invisible when they are sliding: https://s28.postimg.org/k5mi8xocd/Hon...
by Lx Xzit
2 Feb 2017, 2:13
Forum: Ideas & Suggestions
Topic: "Custom" Advanced settings for NPCs
Replies: 3
Views: 1194
  • 2

"Custom" Advanced settings for NPCs

I've got some ideas regarding NPCs (aside from the ideas I've posted before) 1.) Let's you make your own NPC advanced settings and put name it as you want, this would be really helpful for custom NPCs: https://s30.postimg.org/9xrvlxgwx/Sin_t_tulo.png https://s23.postimg.org/cqwcckd17/image.png .AdvS...
by Lx Xzit
2 Feb 2017, 1:37
Forum: Ideas & Suggestions
Topic: New variables, more SFX's & change NPC parameters via TScript
Replies: 2
Views: 685
  • 1

Re: New variables, more SFX's & change NPC parameters via TScript

Custom sound effects in levels and a way to use normal/custom sounds effects through scripts is something I've been suggesting since SMBX 1.4.2, I really hope this be included in SMBX 1.4.4!
by Lx Xzit
2 Feb 2017, 1:30
Forum: SMBX-38A Bug reports
Topic: NPCs ignoring damage with fireballs
Replies: 0
Views: 360
  • 1

NPCs ignoring damage with fireballs

I noticed this long time ago but I always forget to report it. :P This happens with all the enemies which have multiple health points. This is a bit hard to explain so I will upload a gif: https://s29.postimg.org/4sa4qa0vr/Honeycam_2017_02_01_19_23_53.gif Look at the variable "h", this var...
by Lx Xzit
2 Feb 2017, 1:07
Forum: SMBX-38A Bug reports
Topic: I found a minor problem for the leaf (Updated 1st February)
Replies: 1
Views: 366

Re: I found a minor problem for the leaf (Updated 1st February)

UPDATE: I discover the reason why the player can't duck, if you keep pressing "Jump" and "Run" key and you're in the air, the player won't be able to duck
by Lx Xzit
1 Feb 2017, 3:23
Forum: TeaScript
Topic: [Help] Make a NPC attach other through scripts
Replies: 3
Views: 853

Re: [Help] Make a NPC attach other through scripts

This is exactly what I needed, thanks!
Yes, I'm fixing the Buster Beetle I need an additional NPC that make the blocks the NPC shoots unfriendly, I will take a look to your script!
by Lx Xzit
31 Jan 2017, 16:58
Forum: SMBX-38A Bug reports
Topic: I found a minor problem for the leaf (Updated 1st February)
Replies: 1
Views: 366
  • 1

I found a minor problem for the leaf (Updated 1st February)

Now I know the reason why the leaf is so sliperly, apparently when you make an spin jump and you keep pressing the "spin jump" key when the player is on the floor, seems like the game won't recognize properly the player is not hovering anymore, which makes the physics like this: https://s2...
by Lx Xzit
31 Jan 2017, 16:12
Forum: TeaScript
Topic: [Help] Make a NPC attach other through scripts
Replies: 3
Views: 853

[Help] Make a NPC attach other through scripts

I'm making a script that if the NPC has advset = 1 then the NPC will attach to NPC 45, but if isn't, it will self-eliminate, can anyone please help me? I don't understand which code I should exactly to do this. :/
by Lx Xzit
30 Jan 2017, 20:31
Forum: SMBX-38A Bug reports
Topic: Errors with Auto-scrolling
Replies: 0
Views: 381
  • 2

Errors with Auto-scrolling

1.) This problem is not very related to auto-scrolling itself, but rather to the game itself. In SMBX 1.3, players can reach a maximum of 94 pixels under the screen without dying, but if it go deeper, it will die: https://s27.postimg.org/w4pjsvq7n/Honeycam_2017_01_30_13_48_40.gif https://s28.postim...
by Lx Xzit
30 Jan 2017, 19:40
Forum: Ideas & Suggestions
Topic: Minor suggestion for Thwomps
Replies: 0
Views: 373
  • 1

Minor suggestion for Thwomps

This is a very little detail but would be very cool, I would like if that when the Thwomp falls hard, they produce a little tremor:
Spoiler
Image

(This shouldn't be applicable with horizontal Thwomps I guess)
by Lx Xzit
30 Jan 2017, 17:02
Forum: Ideas & Suggestions
Topic: sysval(pwing)
Replies: 0
Views: 376

sysval(pwing)

(Not very creative with the names)
I thought would be great if there's a sysval that once is activated, lets the player fly anytime if it has Raccoon and Tanooki Suit (to simulate the power-up "pwing" from SMB3)
by Lx Xzit
30 Jan 2017, 16:57
Forum: Super Mario Bros. X by 38A (SMBX-38A)
Topic: [Released] Super Mario Bros. X by 38A v. 1.4.5 - Patch 31.1
Replies: 1010
Views: 1033648

Re: [Released] Super Mario Bros. X by 38A v. 1.4.5 - Patch 31.1

^ Yeah, like this:
Spoiler
Image
However there's a bug, if you set the flagpole as an exit, it won't generate new path in the world map, but don't worry I'm sure 5438A38A will fix it soon, just saying to avoid the confussions. :P
by Lx Xzit
30 Jan 2017, 16:15
Forum: Super Mario Bros. X by 38A (SMBX-38A)
Topic: SMBX 38A Easter Egg Minigames (1.4.4)
Replies: 70
Views: 30351

Re: SMBX 38A Easter Egg Minigames (1.4.4)

Yeah, everytime you complete a minigame the "DisableHiddenFunctions" line will change the code, also a new code called "RegCode" will appear, which is like the registry of your progress with the minigames, if I'm not wrong.
by Lx Xzit
30 Jan 2017, 7:01
Forum: TeaScript
Topic: A question about Sysval
Replies: 4
Views: 2734
  • 1

Re: A question about Sysval

In the documentation you can find almost all system variables and their functions: NCount stands for the number of NPCs existing. BCount stands for the number of blocks existing. Player1scrX stands for the left-top x-position of the camera for player1. Player1scrY stands for the left-top y-position ...
by Lx Xzit
29 Jan 2017, 20:18
Forum: SMBX-38A Bug reports
Topic: Problems with Clown Car (Updated 30 Jan)
Replies: 0
Views: 378
  • 1

Problems with Clown Car (Updated 30 Jan)

I've notice some problems with clow car in SMBX 1.4 1.) There are some missing sounds effects: - When the player mounts in the car, the sound effect "Stomp" should plays - When the player smashes an enemy, the sound effect "smash" should plays - Every time the player shoots a bul...
by Lx Xzit
29 Jan 2017, 19:17
Forum: SMBX-38A Bug reports
Topic: All of my events trigger at the same time!
Replies: 2
Views: 450

Re: All of my events trigger at the same time!

There was a little bug that if you used message events to trigger other events, the game will ignore the order and will execute other triggered events inmediately, but its fixed in the latest version, try the latest patch.
by Lx Xzit
29 Jan 2017, 19:13
Forum: Ideas & Suggestions
Topic: Keypress(Any)
Replies: 1
Views: 460

Re: Keypress(Any)

Talking about keypress I really would like a command that detects when the player is not pressing anything, this would be very helpful when you make scripts according how much time the player is pressing x key. I think I mentioned it before but I also would love that I can disable keys using a scrip...
by Lx Xzit
29 Jan 2017, 19:10
Forum: Super Mario Bros. X by 38A (SMBX-38A)
Topic: [Released] Super Mario Bros. X by 38A v. 1.4.5 - Patch 31.1
Replies: 1010
Views: 1033648

Re: [Released] Super Mario Bros. X by 38A v. 1.4.5 - Patch 31.1

P.S: Also, since this is my first time playing 1.4.3, hod do i enable Custom Blocks? "Custom blocks"? you mean custom graphics or custom properlies for blocks? or maybre you're talking about GFX expansion feature... In any case, to use custom graphics just save the level and make a folder...
by Lx Xzit
28 Jan 2017, 17:32
Forum: Super Mario Bros. X by 38A (SMBX-38A)
Topic: [Released] Super Mario Bros. X by 38A v. 1.4.5 - Patch 31.1
Replies: 1010
Views: 1033648

Re: [Released] Super Mario Bros. X by 38A v. 1.4.5 - Patch 31.1

Minecelot wrote:When will SMBX 1.4.4 be coming?
Probably in february or march, but nothing is official, I'm just supposing

Go to advanced search