collapse

* Recent Posts


Author Topic:  [TUTORIAL] How to Create Your Own Walkthrough (Easy Way)  (Read 4229 times)

kokoro-cafe

  • Cafe Owner
  • Cafe Neighbor
  • *******
  • Posts: 2665
  • Liked: 44
    • Share Post
    • http://www.kokoro-cafe.net
  • Mobile Device OS: Android & iOS
How to Create Your Own Walkthrough

Hi everyone!
I know making walkthroughs can be a pain so I've tried to make it easier on everybody with a post template and a WYSIWYG (what you see is what you get) text editor.  Unfortunately, not all of the functions show up with the text editor, but it's simple enough to understand once I go over basics. So lets begin!


Additional Resources:
More Tutorials

Menu:
Basics of BBCode
Toolbar
Customizing Template
Template Add-ons


Basics of BBCode

This is for those uber beginners that don't understand how BBcode works.

Spoiler  Hidden:
What is BBcode?
BBcodes are similar in function to HTML (a basic coding for websites), except the naming of the codes are up to me.  You will find that when typing a post there are already some BBcodes right under the 'Subject' line that are available for your use.  For example, the box with the letter 'B'.  This box is used to make words bold.  When clicked on it gives you:



To bold a word or sentence just encase that word in between, like this:
Code: [Select]
[b]Word/Sentence you want bold[/b]
Or you can just highlight the sentence you want to bold and press the 'B' button.

Important!
All BBcodes will have an opening tag and a closing tag.

For example:
Code: [Select]
Code: [Select]
[b] This is an opening tag
[/b] This is a closing tag
[/pre]

The '/' signifies that it is a closing tag.  Your content typically goes in between these two tags (not always, there will be exceptions).  If your post shows up funky (i.e. - everything is still in code) more than likely you forgot one of the tags so go back over what you did.  The other reason usually is because you have the tag format wrong.
Back to list


Toolbar

Now that you understand a little more about BBCodes, lets introduce you to the important walkthrough tools on the WYSIWYG text editor.

What is a WYSIWYG text editor?
Spoiler  Hidden:
WYSIWYG text editor stands for What You See Is What You Get text editor. In other words, most of the bbcodes will be converted while you type in the editor.
Instead of seeing something like this while you are typing:
Code: [Select]
[b]Hello[/b]
You will see this:
Hello

It's much cleaner and less confusing for beginners.

Important!
Not all bbcodes will be converted so be careful, some buttons will still retain their bbcode form even in the WYSIWYG editor.

Walkthrough Tools You May Need

Spoiler  Hidden:
The highlighted buttons in the image below shows the tools you may need to create your own walkthrough:



This set of tools at the very end of the toolbar is the most important for your walkthrough:



Here is an overview of each button:

ButtonIconBBCodeDescription
Toggle WYSIWYG/BBCodeN/AToggles between the WYSIWYG editor and the standard BBCode text editor. The BBCode editor is for more advanced users and can help make minor adjustments to the walkthrough.
MaximizeN/AThis expands your text editor to the size of your internet browser window.
Code Boxcode
Makes a box like this to display bbcodes without it converting the bbcodes:

Spoilerspoiler
Creates a box like this that hides text:
Spoiler  Hidden:
Hiding text
Hidehide
Everything within the Hide tags are hidden from guests.
Anchoranchor
Anchor tags are used within a post. Anchor tags help the iurl tags (below) navigate to the right place in the post.
In-Post Linkingiurl
iurl tags are links that only work within your post. It directs users to a specific part of your post that is marked by the anchor tag (above).
Imageimg
Image button help post images. When clicking on the image button it will ask for the image link. You can insert the appropriate height/width for the image or just select insert and then select and resize your image by hand. If you need a place to upload your image you can click on "Add image to post" right below the text editor on the left hand side.
Tabletable,tr,td
Table button creates a table for the post. You can specify the number of rows and columns after clicking the button.
Link/Unlinkurl
The left button is to create a link and the right button is to unlink the text.
Back to list


Customizing Template

Let's start customizing the walkthrough template.

How Do I Start a New Walkthrough?
Spoiler  Hidden:
  • Go to the correct forum location you need to post your walkthrough.
  • Click on 'New Topic.'
  • This will open up a new template for you to customize.
  • Congrats, now you can start your walkthrough!


What Does a Fresh Template Look Like?
Spoiler  Hidden:
You should now have a fresh template in front of you, like this:





How Do I Begin Customizing the Template?
Spoiler  Hidden:
Now you need to start filling fields in from the top:

[/u]
FieldDescription
SubjectThe title of the game you are posting a walkthrough for.
If it is a main walkthrough, include [Walkthrough] in front of the title.
If it is an event walkthrough, include [Event WT] in front of the title.
Example: [Walkthrough] My Forged Wedding
TagsHashtags to describe the walkthrough and game. Helps others to find your walkthrough. Separate tags with a comma.




How Do I Customize the Main Body of the Template?
Spoiler  Hidden:
Now that the top is filled, we can begin on the actual walkthrough.

First, maximize your text editor window.

This should be the top half of your template:



  • The yellow region on the image is the placeholder for where the image of the game belongs. You want to delete that broken image box and insert a new image using the image button on your toolbar.
  • The red/pink region are places where you will need to customize the links that leads to other websites or other parts of the forum. You can change the link by highlighting the link you want to change and clicking on the unlink button then highlighting where that link was and click on the link button. Type in the address, click insert and you are done. If you would like to create your own link title, you just click the link button, insert the address and a description (your link title) then hit insert. Important! When unlinking then re-linking, make sure you don't make two links into one single link.
  • Everything that are marked with {} and capital letters need to be changed. See what's written inside of the {} to help determine what to change it to. Just FYI, URL means web address.




  • First off the red/pink parts in the image indicates the hide tags. All of your answers must be contained within the two hide tags (same goes for un-highlighted spoiler tags).
  • All of the green regions indicate the anchor and iurl tags. You can differentiate them by checking to see if the tag says anchor or iurl. For the most part you won't need to touch these. If there are not enough iurl links and anchor tags for all of the routes, then you can create more by simply copying and pasting what is already on there with some minor adjustments. Details will be explained further down in the tutorial.
  • Change the tan/brown regions to your walkthough route names. Important! Make sure the iurl alphabet corresponds to the anchor alphabet. Otherwise your links will be taking the users to the wrong part of the walkthrough. For example if your iurl=#a then your anchor=a.
  • Again, anything with {} needs to be changed.
  • Fill in your answers under where it says Chapter or you can customize the area as you see fit. Just make sure each route is contained within it's own spoiler tags.
  • Hurray! You have created your first walkthrough! If you don't need to add additional routes you can click 'Save' to publish. If you are not ready to save yet, you can click 'Save to Drafts' and access it later from your user panel.

Template Add-ons

Adding Points Needed for Missions in Each Route (Voltage Event Walkthroughs)
Spoiler  Hidden:
[/color]
Copy the code below and paste it above :heart::heart::heart:Special Thanks To: :heart::heart::heart:
Code: [Select]
[code]
  Route 1  |  Route 2  |  Route 3  |

[/code]


Linkback: https://kokoro-cafe.net/index.php?topic=1853.0
« Last Edit: October 07, 2016, 01:19:36 AM by kokoro-cafe »



Share via facebook Share via reddit Share via stumble Share via twitter

xx
[Tutorial] Using the Bookmarking Feature

Started by kokoro-cafe on Getting Started

0 Replies
2154 Views
Last post February 05, 2017, 02:40:23 AM
by kokoro-cafe
xx
Create Your Own Harem Game/Show.

Started by LadyAyaRose on General Discussions

22 Replies
9334 Views
Last post March 12, 2014, 08:49:55 PM
by Magna Carta
xx
[Walkthrough] No, Thank You!!!

Started by OtomeBabe on Other Walkthroughs

0 Replies
5330 Views
Last post August 06, 2015, 09:04:54 AM
by OtomeBabe
xx
[Walkthrough] Shall We Date?: Oz+

Started by Ichigochan on Mobile Devices

4 Replies
4302 Views
Last post March 29, 2016, 01:33:56 AM
by Ichigochan
xx
[Walkthrough] Shall we Date? Can't Say No

Started by LadyAyaRose on Mobile Devices

30 Replies
14839 Views
Last post February 20, 2014, 10:10:26 AM
by Persona
 

* Cafe Chat

Refresh History
  • Keyra: it's a shame its no longer active
    November 23, 2023, 12:39:45 AM
  • Keyra: Hi i just rediscovered this again
    November 23, 2023, 12:39:38 AM
  • kokoro-cafe: Wow! Can't believe there's still visitors
    August 22, 2023, 12:08:14 AM
  • Lilwyn: Stopping by to say Hello! :)
    August 18, 2023, 05:44:07 AM
  • SushiMartyr: nonetheless, I feel satisfied with the job I’ve done
    June 30, 2023, 03:15:00 PM
  • SushiMartyr: (fr tho, Tomo-kun is my one and only husbando)
    June 30, 2023, 03:14:11 PM
  • SushiMartyr: It doesn’t seem like anyone’s still here, so no one’s probably around to see me defend my best boi from Scarlet Fate xD
    June 30, 2023, 03:13:37 PM
  • SushiMartyr: Hi
    June 30, 2023, 07:20:37 AM
  • Sakuragawa: Hello to anyone who's still here in 2023  :wave:
    March 27, 2023, 03:29:52 AM
  • Godingame: Is there a community somewhere for the cinderella contract?
    March 01, 2022, 07:22:30 AM
  • Sakuragawa: Another new year, it's 2021. Hope everyone is healthy and well.
    March 28, 2021, 07:45:11 PM
  • KoronoChoi: dandelion wishes
    April 18, 2020, 05:04:30 PM
  • Sakuragawa: The last post was from 2018 and now it is 2020... Hello everyone, hope you are well  :rofl:
    January 05, 2020, 07:31:10 AM
  • Amavanna: Hey I'm looking for some Invites for the games I play can you guys add me, my codes are Angel or devil: HwTcTPa4V2 Hero in Love: B9J4rQDvK2 Never look back: Jf7LG1Xq7c Cant say no: GEYDwJpPju Lost island: GijCVsxGSi Mononoke Kiss: LuyDJDxHhG Magic Sword: Kq2heLxqqn
    October 02, 2018, 02:13:37 PM
  • Amavanna: Hey new here everyone doing ok?
    October 02, 2018, 02:00:30 PM
  • Lilwyn: Hey everyone! It's been awhile since I last stopped by, how is everything?
    October 02, 2018, 03:33:45 AM
  • HakuokiScientia: Is there a CG or a walkthrough for Is it love Peter here? Haven't found around when I googled it :(
    October 02, 2018, 01:35:21 AM
  • kokoro-cafe: @harumia Hi! Welcome to KC :) How are you doing?
    September 11, 2018, 02:53:40 PM
  • harumia: Hi hi! I'm fairly new here (tho I've known KC for years). How are you all?
    September 06, 2018, 06:21:03 PM
  • Mortis: destiny ninja touch my heart spin-off walkthrough
    July 26, 2018, 08:11:25 PM
  • BloodyDagger: Thank you! I checked the group's website and found it! I'm so happy I finally find a decent walkthrough ^^
    June 01, 2018, 02:03:59 PM
  • Sakuragawa: @BloodyDagger after a bit of Googling, it seems that a walkthrough should be included should be included with the English patch? The person/group that's making the the patch linked a JP walkthrough too.
    May 31, 2018, 09:20:56 PM
  • BloodyDagger: Hello, i'm new here, does anyone know where I could get a walkthrough for the pc game aniversary no kuni no alice? I've been searching far and wide and I still can't find it ....
    May 31, 2018, 02:17:19 PM
  • Sakuragawa: Ikemen Revolution is out for Android and iOS! [link]
    May 31, 2018, 12:14:47 AM
  • Oichi: code realize
    May 24, 2018, 11:33:14 AM
  • Oichi: code realize
    May 24, 2018, 11:32:58 AM
  • kokoro-cafe: Hi!
    March 05, 2018, 06:40:42 PM
  • Faith@p: Hii
    March 02, 2018, 12:25:09 PM
  • Faith@p: Hi
    March 02, 2018, 12:24:51 PM
  • Stulluna: Hello, is anyone online?
    March 01, 2018, 03:05:09 AM
  • kokoro-cafe: Actually, just to clarify, are you talking about the paid version or the party version?
    February 14, 2018, 05:02:08 PM
  • kokoro-cafe: No, sorry :(
    February 13, 2018, 04:20:20 PM
  • cain0425: if that case is there any tips you could give on getting the super happy ending for the game?
    February 07, 2018, 09:32:37 AM
  • kokoro-cafe: Possibly but unlikely anytime soon :(
    February 06, 2018, 01:50:34 PM
  • cain0425: will there ever be update on season 3 or season 4 walkthrough of My Forged Wedding you guys only have up to season 2.
    February 06, 2018, 02:37:51 AM
  • RukiKei: Enchanted in the moonlight
    January 18, 2018, 08:03:36 AM
  • kokoro-cafe: Hi!
    January 16, 2018, 06:00:42 PM
  • Emi Nguyen: Hi
    January 05, 2018, 07:51:54 AM
  • Emi Nguyen: Emi Nguyen
    January 05, 2018, 07:51:45 AM
  • kokoro-cafe: Happy Holidays too Sakuragawa!
    December 05, 2017, 02:44:10 PM
  • Sakuragawa: Happy Holidays!  :wave:
    November 23, 2017, 02:47:48 PM
  • Sakuragawa: Made some great memories here and met some nice people.
    November 11, 2017, 03:31:16 AM
  • Sakuragawa: I know it's not Thanksgiving yet, but I want to say that I'm thankful for the existence of KC.  :heart:
    November 11, 2017, 03:29:54 AM
  • angle: hi
    November 05, 2017, 09:55:07 PM
  • Sakuragawa: Happy Halloween ehe
    November 01, 2017, 12:53:05 AM
  • Dawn Skinner: Contract marraige
    September 26, 2017, 08:51:33 PM
  • Satharn: :)
    September 23, 2017, 07:37:31 PM
  • Satharn: Hey there
    September 23, 2017, 07:37:16 PM
  • kokoro-cafe: What game is ths for?
    September 19, 2017, 03:03:15 PM
  • IseeV: (For the Ayato upgraded route) @Zoya Amir
    September 16, 2017, 07:37:21 AM

* Advertisement