Posts by Erwill

by Erwill
10 Oct 2023, 21:03
Forum: Script submission
Topic: [1.4.5] ValIS system
Replies: 0
Views: 3217

[1.4.5] ValIS system

ValIS system Aka Values In Strings, this system will manage many double/string variables inside a string variable. Script export script ValIS(variable as string, name as string, return double) if instr(1, name, "<{") > 0 or instr(1, name, "}>") > 0 call SysShowMsg("Synthax ...
by Erwill
8 Oct 2023, 20:58
Forum: Script submission
Topic: [1.4.5] Windows manager
Replies: 0
Views: 3203

[1.4.5] Windows manager

Windows manager What is a window? A window is a graphic element having a background and borders, the first one is fully scaled to the size of the window, and the borders don't. https://snipboard.io/iHJcbB.jpg How it works? The window will use 10 bitmaps, (A window id is the ten of the bitmap id) th...
by Erwill
3 Oct 2023, 22:04
Forum: Script submission
Topic: [1.4.5] Date and Time formats
Replies: 0
Views: 12965

[1.4.5] Date and Time formats

Date and Time formats Those scripts will let you display double variables as date and time, like Microsoft Excel. Scripts (Copy in a script above all ones) export script Month(num as double, style as double, return string) select case style case 0 select case fix(num) mod 12 case 1 return "Jan...
by Erwill
10 Aug 2023, 10:35
Forum: Super Mario Bros. X by 38A (SMBX-38A)
Topic: Iceberg Tier about version 1.4 / 38A
Replies: 25
Views: 11103

Re: Iceberg Tier about version 1.4 / 38A

Lx Xzit wrote:
Erwill wrote:Is this real or just a joke?
It was a joke, but if you think about it, wouldn't it be amazing to show off an unhackable engine on your portfolio?

cough cough Haxagon cough cough
by Erwill
5 Aug 2023, 0:35
Forum: Super Mario Bros. X by 38A (SMBX-38A)
Topic: Iceberg Tier about version 1.4 / 38A
Replies: 25
Views: 11103

Re: Iceberg Tier about version 1.4 / 38A

Wohlstand wrote:
Erwill wrote:I know he's working at Tencent, but is he created SMBX 38A just to be hired by them? It explains a lot of things.
I don't know that, he didn't told anything. Maybe let's ask SkyBlueYoshi? Does he know anything about this?

If Lx zit said that, he may know something about it?
by Erwill
4 Aug 2023, 14:12
Forum: Super Mario Bros. X by 38A (SMBX-38A)
Topic: Iceberg Tier about version 1.4 / 38A
Replies: 25
Views: 11103

Re: Iceberg Tier about version 1.4 / 38A

Wohlstand wrote:
Erwill wrote:Is this real or just a joke?
In real, 5438A38A got a work at Tencent.
I know he's working at Tencent, but is he created SMBX 38A just to be hired by them? It explains a lot of things.
by Erwill
4 Aug 2023, 14:02
Forum: Super Mario Bros. X by 38A (SMBX-38A)
Topic: Iceberg Tier about version 1.4 / 38A
Replies: 25
Views: 11103

Re: Iceberg Tier about version 1.4 / 38A

Lx Xzit wrote:"SMBX38A was just project to get a work on Baidu"

Is this real or just a joke?
by Erwill
15 Feb 2023, 22:17
Forum: General
Topic: [PLEASE READ THIS] SMBX's official website moves to a new domain
Replies: 5
Views: 10705

Re: [PLEASE READ THIS] SMBX's official website moves to a new domain

I just hope they won't take down SMBX 2.0
by Erwill
12 Nov 2022, 12:58
Forum: Projects
Topic: [1.4.5] Boshi and the golden eggs (Beta 3.0 released)
Replies: 16
Views: 7613

Re: [1.4.5] Boshi and the golden eggs (Beta 3.0 released)

Hey everyone. It's been a while there's not any news for months and I didn't touch this game, I don't think I'll finish it one day, indeed, the desire to video game creation is very low, even dead, I'd rather spending times for drawing and furry fandom. Back in time, my two main hobbies are drawing ...
by Erwill
29 Jul 2022, 20:08
Forum: Projects
Topic: [1.4.5] Boshi and the golden eggs (Beta 3.0 released)
Replies: 16
Views: 7613

Re: [1.4.5] Boshi and the golden eggs (Beta 3.0 released)

The 14th level is finished, its specificity is Boshi who is upside down, here's three screenshots and a preview. https://snipboard.io/5byGMI.jpg https://snipboard.io/g2pEHx.jpg https://snipboard.io/CxpRIf.jpg https://youtu.be/xHTemLAQhyw I published two new musics to my OST playlist, the music for t...
by Erwill
15 Jul 2022, 20:09
Forum: Projects
Topic: [1.4.5] Boshi and the golden eggs (Beta 3.0 released)
Replies: 16
Views: 7613

Re: [1.4.5] Boshi and the golden eggs (Beta 3.0 released)

After I finished my shop system , I come back to the development of my fangame. The 4th and final world will be a castle, here's a video of the first level: https://youtu.be/obUJbmxRitQ https://odysee.com/@Erwill:9/erwillvideo0017:5 It left me only 7 levels to make, 3 for the final world and 4 for t...
by Erwill
10 Jul 2022, 17:41
Forum: Script submission
Topic: Erwill Shop System
Replies: 0
Views: 1725
  • 3

Erwill Shop System

Erwill Shop System Years ago, I created a shop system for SMBX 1.4.4. I might as well tell you this system has aged quite badly and looks stark today. I decided to rewrite this script from scratch and make a better one, let's see what changed. https://snipboard.io/XfM7sd.jpg I- All NPC available It...
by Erwill
27 Jun 2022, 22:45
Forum: Script submission
Topic: [Custom Syntax] Automatic line breaks
Replies: 0
Views: 1650
  • 1

[Custom Syntax] Automatic line breaks

This syntax will return the string value with line breaks depending the maximum characters per line. lreturn ( txt , length , "", 0, 0, 0) txt : the original string value length : the maximum length of a line str(a) = "Lorem ipsum dolor sit amet, consectetur adipiscing elit." str...
by Erwill
24 Jun 2022, 22:50
Forum: Script submission
Topic: [Custom Syntax] Replace part of strings
Replies: 0
Views: 1628
  • 3

[Custom Syntax] Replace part of strings

I created two custom Syntaxes for string values that replace or remove part of the value. replace ( source , text , start , size ) Returns the text with the replaced part source : The text source which will have the replaced part text : The replaced part start : the specified start where the part wi...
by Erwill
6 Jun 2022, 0:31
Forum: Projects
Topic: [1.4.5] Boshi and the golden eggs (Beta 3.0 released)
Replies: 16
Views: 7613

Re: [1.4.5] Boshi and the golden eggs (Beta 3.0 released)

I announce that the beta version 3.0 has been realized, containing 3 worlds. Download link: https://www.mediafire.com/file/8mp61srdnliio6i/Boshi_ATGE_-_beta_3.0.zip/file I'm satisfied with the progress of the project, more than half of the levels has been made (12 on 20), I'm planning to release the...
by Erwill
17 May 2022, 19:23
Forum: Projects
Topic: [1.4.5] Boshi and the golden eggs (Beta 3.0 released)
Replies: 16
Views: 7613

Re: [1.4.5] Boshi and the golden eggs (Beta 3.0 released)

The 11th level is finished. I took time to make it due to other stuffs to do, but I'm still happy about the result, especially with the camera logic in the first half of the level. Here's a video and 4 screenshots https://youtu.be/D_OXpb-deKw https://odysee.com/@Erwill:9/Erwillvideo0015:8 https://sn...
by Erwill
17 Apr 2022, 16:20
Forum: Projects
Topic: [1.4.5] Boshi and the golden eggs (Beta 3.0 released)
Replies: 16
Views: 7613

Re: [1.4.5] Boshi and the golden eggs (Beta 3.0 released)

The level 9 and 10 are finished. The 9th level takes place over the sea with fishes jumping out of water. https://snipboard.io/Wv3znc.jpg https://snipboard.io/Qv06e2.jpg https://snipboard.io/JrOpRI.jpg The 10th level will happen in the night. https://snipboard.io/NRFIwQ.jpg https://snipboard.io/DfcP...
by Erwill
1 Apr 2022, 19:35
Forum: TeaScript
Topic: [April Fool] Some hidden things in TeaScript
Replies: 4
Views: 2145
  • 6

[April Fool] Some hidden things in TeaScript

Hello, Since November 2021 I did some searches to discover undocumented teascript features and I decide to share them with you. I- FileIO This function will write or read texts from .txt files, the generated or read files can't be outside of the level folder call FileIO(filename, mode, content, line...

Go to advanced search