SMBX Episode walkthrough books

General discussion about Super Mario Bros. X.

Moderator: Userbase Moderators

What format?

HYPERTEXT MARKUP LANGUAGE (HTML web-page)
11
61%
MICROSOFT OFFICE WORD
7
39%
 
Total votes: 18
MECHDRAGON777
Pink Yoshi Egg
Pink Yoshi Egg
Posts: 6422
Joined: Fri Dec 20, 2013 6:40 pm
Flair: Nuclear Queen of Reversion.
Contact:

SMBX Episode walkthrough books

Postby MECHDRAGON777 » Thu Jan 08, 2015 10:49 pm

Hello, I would like to announce I will be making a walkthrough boom for several episodes on the forums! Of you would like a walkthrough if your episode, please state the name of it in this topic, and post a link to it with we other you want it in a normal "Microsoft Office" type program or a web page! "I will not host the we page, just create it!

If you use a hub, then I will just use screen shots of the levels normaly and try to post only the sections of the Hub possible to acces at the time it can be accesed!

If you use a world map, I will do a world by world screen shot, an if I can not get the map in a rectangle shape and prevent the black area, then I will edit it just I add the water or tiles around it to make it not stand out!

Currently on the list by priority
Spoiler: show
•Lowser's Conquest - Sednaiur <HTML>
•Airship Attack<Deutsch> - bossedit8 <HTML>
•Secret of the Dry Guys - as303298 <unspecified>
•Invasion series - redigit <unspecified>

Advantages of HTML formate
•I will do photos and videos of all levels
•You can still treat it like an Word file that can not be edited (without he knowledge of how)
•Will get your order done faster
•I can fix any bugs faster with multiple web-page files
•More organized

Advantages if Microsoft office word
•I have a bit of experience
•can be printed without wiring about forgeting videos!

If you can think of another point, just post it!

IMPORTANT
If I have your episode in my list and you do not want a walk through for it for what ever reason, let me know and I will stop working I. It and remove it from my list! thank you!
Last edited by MECHDRAGON777 on Sat Jan 10, 2015 7:39 pm, edited 5 times in total.

Wohlstand
Chargin' Chuck
Chargin' Chuck
Posts: 2008
Joined: Tue Feb 11, 2014 4:44 pm
Flair: [ˈvoːlˌʃtant], 狐エンジニア
Pronouns: he/him
Contact:

Re: SMBX Episode walkthrough books

Postby Wohlstand » Thu Jan 08, 2015 11:30 pm

By anyway HTML is more flexible and readable by everyone, you can even put all stuff into alone ZIP-archive. Also only HTML supports links between pages. If you will do all in alone Word document, it will be huge and hard to search even if you will make contest with tagged links inside file. Anyway with HTML you have able to faster edit some page to fix some bugs in them.
You will have able to do:
contents.html for links to all available docs and inside each document you have stuff for some episode. You even can use tagged links inside each episode document:

Code: Select all

<a href="#mytag">Go to my tag</a>
which will scroll you to this piece of code:

Code: Select all

<a name="mytag">My tag is here!</a>
P.S. A lot of WYSIWYG HTML Editors you can found to do your stuff easier and faster

MECHDRAGON777
Pink Yoshi Egg
Pink Yoshi Egg
Posts: 6422
Joined: Fri Dec 20, 2013 6:40 pm
Flair: Nuclear Queen of Reversion.
Contact:

Re: SMBX Episode walkthrough books

Postby MECHDRAGON777 » Thu Jan 08, 2015 11:45 pm

Wohlstand wrote:By anyway HTML is more flexible and readable by everyone, you can even put all stuff into alone ZIP-archive. Also only HTML supports links between pages. If you will do all in alone Word document, it will be huge and hard to search even if you will make contest with tagged links inside file. Anyway with HTML you have able to faster edit some page to fix some bugs in them.
You will have able to do:
contents.html for links to all available docs and inside each document you have stuff for some episode. You even can use tagged links inside each episode document:

Code: Select all

<a href="#mytag">Go to my tag</a>
which will scroll you to this piece of code:

Code: Select all

<a name="mytag">My tag is here!</a>
P.S. A lot of WYSIWYG HTML Editors you can found to do your stuff easier and faster
I can add that to the pros of HTML, but you would have to teach me how to link two or more web pages together that the HTML file is on the person's computer, and I do not know the path tht they save! Maybe to have it scroll down to the world or level, yes, but you will have to teach me how to do that with an example of two files without hosting the file! I use notepad just because it is free and serves my porpous! Thank you forthe advise though!

Wohlstand
Chargin' Chuck
Chargin' Chuck
Posts: 2008
Joined: Tue Feb 11, 2014 4:44 pm
Flair: [ˈvoːlˌʃtant], 狐エンジニア
Pronouns: he/him
Contact:

Re: SMBX Episode walkthrough books

Postby Wohlstand » Thu Jan 08, 2015 11:52 pm

MECHDRAGON777 wrote:
Wohlstand wrote:By anyway HTML is more flexible and readable by everyone, you can even put all stuff into alone ZIP-archive. Also only HTML supports links between pages. If you will do all in alone Word document, it will be huge and hard to search even if you will make contest with tagged links inside file. Anyway with HTML you have able to faster edit some page to fix some bugs in them.
You will have able to do:
contents.html for links to all available docs and inside each document you have stuff for some episode. You even can use tagged links inside each episode document:

Code: Select all

<a href="#mytag">Go to my tag</a>
which will scroll you to this piece of code:

Code: Select all

<a name="mytag">My tag is here!</a>
P.S. A lot of WYSIWYG HTML Editors you can found to do your stuff easier and faster
I can add that to the pros of HTML, but you would have to teach me how to link two or more web pages together that the HTML file is on the person's computer, and I do not know the path tht they save! Maybe to have it scroll down to the world or level, yes, but you will have to teach me how to do that with an example of two files without hosting the file! I use notepad just because it is free and serves my porpous! Thank you forthe advise though!
Don't worry, you need to use RELATIVE paths:

put your HTML files together and links will be:
test1.html

Code: Select all

<a href="test2.html">Test 2</a>
test2.html

Code: Select all

<a href="test1.html">Back to Test 1</a>
or if you put some pages in subfolders, use paths like "folder1/page2.html", etc.

By anyway, take my example - guide for my PGE Editor: http://engine.wohlnet.ru/docs/_laborato ... dalone.zip, just a bunch of HTML files which uses links between each other and some files having a scroll tags.

Anyway, how I sayd, you can look for wysiwyg editor here http://webdesign.about.com/od/htmledito ... wyswin.htm
If you want's edit through notepad, I highly recommends to use Akelpad with plug-ins (you need enable them) or Notepad++.

MECHDRAGON777
Pink Yoshi Egg
Pink Yoshi Egg
Posts: 6422
Joined: Fri Dec 20, 2013 6:40 pm
Flair: Nuclear Queen of Reversion.
Contact:

Re: SMBX Episode walkthrough books

Postby MECHDRAGON777 » Fri Jan 09, 2015 8:20 am

Wohlstand wrote:
MECHDRAGON777 wrote:
Wohlstand wrote:By anyway HTML is more flexible and readable by everyone, you can even put all stuff into alone ZIP-archive. Also only HTML supports links between pages. If you will do all in alone Word document, it will be huge and hard to search even if you will make contest with tagged links inside file. Anyway with HTML you have able to faster edit some page to fix some bugs in them.
You will have able to do:
contents.html for links to all available docs and inside each document you have stuff for some episode. You even can use tagged links inside each episode document:

Code: Select all

<a href="#mytag">Go to my tag</a>
which will scroll you to this piece of code:

Code: Select all

<a name="mytag">My tag is here!</a>
P.S. A lot of WYSIWYG HTML Editors you can found to do your stuff easier and faster
I can add that to the pros of HTML, but you would have to teach me how to link two or more web pages together that the HTML file is on the person's computer, and I do not know the path tht they save! Maybe to have it scroll down to the world or level, yes, but you will have to teach me how to do that with an example of two files without hosting the file! I use notepad just because it is free and serves my porpous! Thank you forthe advise though!
Don't worry, you need to use RELATIVE paths:

put your HTML files together and links will be:
test1.html

Code: Select all

<a href="test2.html">Test 2</a>
test2.html

Code: Select all

<a href="test1.html">Back to Test 1</a>
or if you put some pages in subfolders, use paths like "folder1/page2.html", etc.

By anyway, take my example - guide for my PGE Editor: http://engine.wohlnet.ru/docs/_laborato ... dalone.zip, just a bunch of HTML files which uses links between each other and some files having a scroll tags.

Anyway, how I sayd, you can look for wysiwyg editor here http://webdesign.about.com/od/htmledito ... wyswin.htm
If you want's edit through notepad, I highly recommends to use Akelpad with plug-ins (you need enable them) or Notepad++.
I will try the code when I get home, and can you PM me the link to notepad++? I can have difficulties on my PC outside of youtube! You are a true help! I hope you like this idea I am doing as well!

BobPickle
Guest

Re: SMBX Episode walkthrough books

Postby BobPickle » Fri Jan 09, 2015 12:06 pm

Microsoft Office FTW!

MECHDRAGON777
Pink Yoshi Egg
Pink Yoshi Egg
Posts: 6422
Joined: Fri Dec 20, 2013 6:40 pm
Flair: Nuclear Queen of Reversion.
Contact:

Re: SMBX Episode walkthrough books

Postby MECHDRAGON777 » Fri Jan 09, 2015 5:49 pm

BobPickle wrote:Microsoft Office FTW!
I just put Microsoft hust because I used a similar system, and may get Microsoft office at a latter date! Do you mind explaining that abriviation though? And do you have an episode I request?

FanofSMBX
Ludwig von Koopa
Ludwig von Koopa
Posts: 3878
Joined: Sun Dec 22, 2013 12:01 pm

Re: SMBX Episode walkthrough books

Postby FanofSMBX » Fri Jan 09, 2015 6:14 pm

I would like to see The Invasion 1 or 2.

MECHDRAGON777
Pink Yoshi Egg
Pink Yoshi Egg
Posts: 6422
Joined: Fri Dec 20, 2013 6:40 pm
Flair: Nuclear Queen of Reversion.
Contact:

Re: SMBX Episode walkthrough books

Postby MECHDRAGON777 » Fri Jan 09, 2015 6:24 pm

FanofSMBX wrote:I would like to see The Invasion 1 or 2.
What style would you like? I need the style provided by the creator of the episode, and since redigit is not around, I need a vote from an admin for that!

Chip Potato
Ninji
Ninji
Posts: 952
Joined: Mon Jun 09, 2014 12:05 pm

Re: SMBX Episode walkthrough books

Postby Chip Potato » Fri Jan 09, 2015 7:35 pm

I'd love to see one for Super Mario: Star Expedition, as well as Super Mario Enigma.

MECHDRAGON777
Pink Yoshi Egg
Pink Yoshi Egg
Posts: 6422
Joined: Fri Dec 20, 2013 6:40 pm
Flair: Nuclear Queen of Reversion.
Contact:

Re: SMBX Episode walkthrough books

Postby MECHDRAGON777 » Fri Jan 09, 2015 7:49 pm

fireflowerhour wrote:I'd love to see one for Super Mario: Star Expedition, as well as Super Mario Enigma.
Sure, ask chad which one to make it in!

As for egnigma, I can not since it is a puzzle based game, and I am sure I would fail at trying to make it! I will do chad's though!

LM280
Monty Mole
Monty Mole
Posts: 121
Joined: Wed Jan 15, 2014 7:10 pm

Re: SMBX Episode walkthrough books

Postby LM280 » Fri Jan 09, 2015 9:45 pm

MECHDRAGON777 wrote:•Invasion series - unknown creator <unspecified>
The Invasion 1 & 2 were made by Redigit.

MECHDRAGON777
Pink Yoshi Egg
Pink Yoshi Egg
Posts: 6422
Joined: Fri Dec 20, 2013 6:40 pm
Flair: Nuclear Queen of Reversion.
Contact:

Re: SMBX Episode walkthrough books

Postby MECHDRAGON777 » Fri Jan 09, 2015 9:51 pm

Luigimario280 wrote:
MECHDRAGON777 wrote:•Invasion series - unknown creator <unspecified>
The Invasion 1 & 2 were made by Redigit.
I know, but he is not around to specify what he wants the walkthrough made in, so I need someone to put down or that! I even said that either the post above yours or on the last page! Sorry about that! I said I would leave it up to admins to chose!

FanofSMBX
Ludwig von Koopa
Ludwig von Koopa
Posts: 3878
Joined: Sun Dec 22, 2013 12:01 pm

Re: SMBX Episode walkthrough books

Postby FanofSMBX » Fri Jan 09, 2015 9:58 pm

HTML

Murphmario
2025 Egg Hunter
2025 Egg Hunter
Posts: 2389
Joined: Fri Dec 20, 2013 7:07 pm
Pronouns: he/him

Re: SMBX Episode walkthrough books

Postby Murphmario » Fri Jan 09, 2015 10:48 pm

Redigit made the invasion series.

Sednaiur
Volcano Lotus
Volcano Lotus
Posts: 580
Joined: Fri Dec 20, 2013 2:16 pm

Re: SMBX Episode walkthrough books

Postby Sednaiur » Sat Jan 10, 2015 5:12 pm

This looks very interesting and I also already thought about it, to make a 100% guide of my episode, once it is done ^^.
I think, too often episodes are a book of unanswered questions, when it comes to level guides, secrets, extras, and other stuff like (possible) eastereggs that can be found within episodes.
Maybe you can help this with your idea :-)

About my project (you spelled it "Lower's Conquest" instead of "Lowser's Conquest" :-P), do you mean you like to do a walkthrough for it, when it is done, or are you talking about the actual demo-version of it?
In case you mean the completed episode, it would be nice to have it, but if you like to do it for the demo, it would not make much sense because many things already changed (especially 2 levels, which got rebuild from scratch) in the demo.

In any case, I wish you good luck and much fun with the walkthroughs for all the projects, as this is quite some kind of hard work, and it can even be frustrating sometimes to do it right and understandable.
Also, I voted for HTML since microsoft word isn't as compatible and cannot be opened with everything.

MECHDRAGON777
Pink Yoshi Egg
Pink Yoshi Egg
Posts: 6422
Joined: Fri Dec 20, 2013 6:40 pm
Flair: Nuclear Queen of Reversion.
Contact:

Re: SMBX Episode walkthrough books

Postby MECHDRAGON777 » Sat Jan 10, 2015 7:32 pm

Sednaiur wrote:This looks very interesting and I also already thought about it, to make a 100% guide of my episode, once it is done ^^.
I think, too often episodes are a book of unanswered questions, when it comes to level guides, secrets, extras, and other stuff like (possible) eastereggs that can be found within episodes.
Maybe you can help this with your idea :-)

About my project (you spelled it "Lower's Conquest" instead of "Lowser's Conquest" :-P), do you mean you like to do a walkthrough for it, when it is done, or are you talking about the actual demo-version of it?
In case you mean the completed episode, it would be nice to have it, but if you like to do it for the demo, it would not make much sense because many things already changed (especially 2 levels, which got rebuild from scratch) in the demo.

In any case, I wish you good luck and much fun with the walkthroughs for all the projects, as this is quite some kind of hard work, and it can even be frustrating sometimes to do it right and understandable.
Also, I voted for HTML since microsoft word isn't as compatible and cannot be opened with everything.
Hank you and even I can not open Microsoft office word, I have a substite!

How many typos am I making!

Tango
Volcano Lotus
Volcano Lotus
Posts: 575
Joined: Fri Apr 25, 2014 12:06 pm
Contact:

Re: SMBX Episode walkthrough books

Postby Tango » Sat Jan 10, 2015 8:32 pm

When i finish my episode (belive me, will delay WEEKS) maybe i choice MS Word.

Why? It's better, because you can see the guide without be online, and also can impress (Why? IDK)

Well, good luck...

...Oh, and if you accept custom titles, i probably choose: Hotel Koopa Enclosed Instruction Book

Reference to Hotel Mario =D

MECHDRAGON777
Pink Yoshi Egg
Pink Yoshi Egg
Posts: 6422
Joined: Fri Dec 20, 2013 6:40 pm
Flair: Nuclear Queen of Reversion.
Contact:

Re: SMBX Episode walkthrough books

Postby MECHDRAGON777 » Sat Jan 10, 2015 9:39 pm

Miles Troopa wrote:When i finish my episode (belive me, will delay WEEKS) maybe i choice MS Word.

Why? It's better, because you can see the guide without be online, and also can impress (Why? IDK)

Well, good luck...

...Oh, and if you accept custom titles, i probably choose: Hotel Koopa Enclosed Instruction Book

Reference to Hotel Mario =D
You do not need internet to view a web page if the pages' HTML coding on the computer! The only thing I can not put in the MICROSOFT OFFICE WORD is video and I can not put that in html files either... So internet would be required for video for both, and nothing else! Just know that!

Custom name, sure, but the files will still be named the same as anyway if it is html and he episodes name for the Microsoft office file!

Tango
Volcano Lotus
Volcano Lotus
Posts: 575
Joined: Fri Apr 25, 2014 12:06 pm
Contact:

Re: SMBX Episode walkthrough books

Postby Tango » Sun Jan 11, 2015 8:57 am

MECHDRAGON777 wrote:
Miles Troopa wrote:When i finish my episode (belive me, will delay WEEKS) maybe i choice MS Word.

Why? It's better, because you can see the guide without be online, and also can impress (Why? IDK)

Well, good luck...

...Oh, and if you accept custom titles, i probably choose: Hotel Koopa Enclosed Instruction Book

Reference to Hotel Mario =D
You do not need internet to view a web page if the pages' HTML coding on the computer! The only thing I can not put in the MICROSOFT OFFICE WORD is video and I can not put that in html files either... So internet would be required for video for both, and nothing else! Just know that!

Custom name, sure, but the files will still be named the same as anyway if it is html and he episodes name for the Microsoft office file!
No problem about videos. I like more the style of game manuals from SNES/Genisis, with words and no videos. Makes the episode be like of 1990.


Return to “General”

Who is online

Users browsing this forum: No registered users and 1 guest

SMWCentralTalkhausMario Fan Games GalaxyKafukaMarioWikiSMBXEquipoEstelari