distractionware forums

VVVVVV => VVVVVV Levels => Topic started by: VeeC7 on September 14, 2015, 01:44:44 PM

Poll
Question: Which level of mine would you like to see after this?
Option 1: The Color Laboratory votes: 1
Option 2: A maze level votes: 2
Option 3: A level based on Portal 2 by Valve votes: 2
Option 4: Level with 5 sub stages with all the crewmates being Viridian himself votes: 0
Option 5: Polar Exploring 3 votes: 2
Option 6: V's Quest 4 -4 Chapters- votes: 0
Title: Forum Trip - New level inspired by TSC's Forum Adventure
Post by: VeeC7 on September 14, 2015, 01:44:44 PM
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
Title: needs work
Post by: @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
Title: Re: needs work
Post by: VeeC7 on September 15, 2015, 07:54:51 AM
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
Title: Re: Forum Trip - New level inspired by TSC's Forum Adventure
Post by: That Souleye Crewmate on September 17, 2015, 07:19:33 PM
Well, somebody cares about my level.
Title: Re: Forum Trip - New level inspired by TSC's Forum Adventure
Post by: VeeC7 on September 18, 2015, 12:07:34 AM
Quote from: That Souleye Crewmate on September 17, 2015, 07:19:33 PM
Well, somebody cares about my level.
That's where I got the inspiration anyway
Title: Re: Forum Trip - New level inspired by TSC's Forum Adventure
Post by: That Souleye Crewmate on September 18, 2015, 06:35:21 AM
I got the inspiration for my level from Distractionware, another level with a forum.
Title: Re: Forum Trip - New level inspired by TSC's Forum Adventure
Post by: VeeC7 on September 18, 2015, 02:01:30 PM
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!
Title: Re: Forum Trip - New level inspired by TSC's Forum Adventure
Post by: SJMistery on September 18, 2015, 02:49:56 PM
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:
Title: Re: Forum Trip - New level inspired by TSC's Forum Adventure
Post by: Ally 🌠 on September 18, 2015, 11:20:43 PM
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!
Title: Re: Forum Trip - New level inspired by TSC's Forum Adventure
Post by: 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?
Title: Re: Forum Trip - New level inspired by TSC's Forum Adventure
Post by: Ally 🌠 on September 19, 2015, 12:19:32 PM
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