Forum Trip - New level inspired by TSC's Forum Adventure

Started by VeeC7, September 14, 2015, 01:44:44 PM

Previous topic - Next topic

Which level of mine would you like to see after this?

The Color Laboratory
1 (14.3%)
A maze level
2 (28.6%)
A level based on Portal 2 by Valve
2 (28.6%)
Level with 5 sub stages with all the crewmates being Viridian himself
0 (0%)
Polar Exploring 3
2 (28.6%)
V's Quest 4 -4 Chapters-
0 (0%)

Total Members Voted: 7

VeeC7

I present you.... the Forum Trip!

Story
:viridian: enters a forum and decides to log on to it,
However,  :viridian: discovers he has seen a lot of negative comments in the forum,
As a precaution,  :viridian: has to collect all the trinkets and become the admin, However,
an error occured, preventing him from doing so, However,  :viridian: became the admin,

Inspired by That Souleye Crewmate's Forum Adventure

Please note the internal scripting (gotoroom) may include terminal squeaks/cutscene bars, I'm sorry for that, This is because
it's difficult to do it without cutscene bars, If I can do it without the cutscene bars, it could be updated soon

Also keep in mind that there is a shortcut on the Forum Homepage room

@Kreator

how to beat a forum trip:
step 1: go past the beginning part and when you enter the center room, touch the admin warp token by bouncing on the gravity line
step 2: complete the last level and rescue the crewmate at the end
step 3: there is no step 3

let's hope doormat doesnt play this level and make another youtube video about it inspired by the one he made about forum adventure

VeeC7

Quote from: @Kreator on September 14, 2015, 04:56:42 PM
how to beat a forum trip:
step 1: go past the beginning part and when you enter the center room, touch the admin warp token by bouncing on the gravity line
step 2: complete the last level and rescue the crewmate at the end
step 3: there is no step 3

let's hope doormat doesnt play this level and make another youtube video about it inspired by the one he made about forum adventure

That's a possible shortcut, I will fix later

That Souleye Crewmate


VeeC7


That Souleye Crewmate

I got the inspiration for my level from Distractionware, another level with a forum.

VeeC7

#6
THE RESULTS HAVE CHANGED!
Two votes for Polar Exploring 3!
One vote for a level based on Portal 2,
Two votes for a maze like level
Zero votes for a level with all crewmates being Viridian,
Zero votes for the Color Laboratory
Zero votes for V's Quest 4,

And the winner is a tie between Polar Exploring 3 and the Labyrinth Zone!
Work in progress!

SJMistery

good level but... come on, commenting misalignements is not the ONLY thing i do  :victoria:
don't worry, i liked the reference, i am just joking  :vermillion:

Ally 🌠

1. I think the shortcut should be fixed
2. If you want to make the gotorooms instant (no cutscene bars) you can do this:
Code (script1) Select
iftrinkets(0,script2)
Make sure that there is ONE blank line after that code. Not 2, not 0, but 1.
In script2 you can see that there is no say(-1), you dont need that.
Code (script2) Select
say(NUMBER OF INTERNAL COMMANDS)
{internal command}
{internal command}
{internal command}
{internal command}
{internal command}
loadscript(stop)
text(1,0,0,4)

It is the same with this code, ONE BLANK LINE AFTER THE CODE! ONE!
But if you only want to do one line, do this:
Code (script1) Select
iftrinkets(0,script2)
Yes that is the same as last time BUT...
Code (script2) Select
{internal command}
See, nothing in the script2 script except for the internal command, and 1 blank line. I hope I helped!

SJMistery

omg those commands look over complicate to include. couldn't people just use warp tokens instead?

Ally 🌠

Quote from: SJMistery on September 19, 2015, 09:19:40 AM
omg those commands look over complicate to include. couldn't people just use warp tokens instead?
It IS kind of easy to use.
The hard part:
TYPING IN THE SAME THING EVERY TIME YOU WANT TO USE INTERNAL SCRIPTING AHHHHH