Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - Ally 🌠

#41
VVVVVV Levels / 400 rooms (WIP) (Collab)
August 04, 2016, 02:34:04 AM
400 rooms is a collab level I would like to do.
Every member gets 5 rooms each, but if they make good rooms, I might give them more.
This is a 20x20 level, so thats why it's 400 rooms.


People:
Luigi, 4 rooms
V6iridian, 1 room
Weird Shadow Machine, 1 room
CreepiX, 6 rooms
LafondaSaysMeow, 1 room

Graphics
Luigi, Tiles2, 8 spike tiles.   

Music
Nobody yet

Thanks, Alexia
#42
Everything else / coresanse
July 25, 2016, 01:24:28 AM
coresanse is cool
don't make fun of coresanse
#43
VVVVVV / VVVVVV is Really Getting Noticed
July 13, 2016, 01:10:19 PM
Super Mario World Central:
http://www.smwcentral.net/?p=viewthread&t=84834&page=1&pid=1343827#p1343827

A giant subreddit:
reddit.com/r/vvvvvv

There was an Undertale soundfont released that used a VVVVVV song

You Have To Win The Game was inspired by it.


gg
#44
Everything else / Back in 2010
June 26, 2016, 10:08:40 PM
http://web.archive.org/web/20100205075752/http://distractionware.com/forum/index.php
#45
Everything else / Makes LOTS Of Sense
June 16, 2016, 12:01:51 AM
<--------
#47
VVVVVV / Featured Levels
May 16, 2016, 03:34:02 PM
The level of the week:
Savior
Mirror: http://vvvvvvresource.byethost6.com/Featured/index.php?controller=post&action=view&id_post=7
Length: Medium (7x7)
Difficulty - Hard
Drugs - No
Internal Scripting - Nope.
Creator(s) - Ciolf
Custom Assets - No

Thread:
http://distractionware.com/forum/index.php?topic=2219.0
Download:
Download
Screenshots:


 




Older levels:
[II]
Mirror: http://vvvvvvresource.byethost6.com/Featured/index.php?controller=post&action=view&id_post=6
Length - Extra Long
Difficulty - Hard
Drugs - Yes
Internal Scripting - IDK
Creator(s) - Weird Shadow Machine
Custom Assets - No

Download:
Download
Screenshots:
Sorry, they might spoil stuff.


Back To VVVVVV
Mirror: http://vvvvvvresource.byethost6.com/Featured/index.php?controller=post&action=view&id_post=5
Length - Extra Long
Difficulty - Hard
Drugs - Possibly
Internal Scripting - Yes
Creator(s) - FIQ/FredIQ
Custom Assets - No

Download:
Download

Screenshots (from an old beta, things have changed very slightly since):













And an example of what he managed with scripts, possible to access by a code:





The Open Level Project/Dimension Open
Mirror: http://vvvvvvresource.byethost6.com/Featured/index.php?controller=post&action=view&id_post=4
Length - Extra Long
Difficulty - Hard
Drugs - No
Internal Scripting - Yes
Creator(s) - ToasterApocalypse, Dav999, FIQ, Doormat/Format, crazyal02, UberHacker and manofperson
Custom Assets - No

Download:
Download

Screenshots:











Overdose
Mirror: http://vvvvvvresource.byethost6.com/Featured/index.php?controller=post&action=view&id_post=2
Length - Short
Difficulty - Easy
Drugs - Yes
Internal scripting - Yes
Creator(s) - Lollipop and Crazya02
Custom assets - Yes

Download:
Download

Listen to OST here.

Screenshots:
#48
VVVVVV Levels / Trapped
May 16, 2016, 01:35:37 PM
TRAPPED is a VVVVVV level I am working on!
SCREENSHOTS:



Download:
(Seriously the first alpha is too big? Wow.)
http://vvvvvvresource.byethost6.com/Trapped/uploads/
#49
Everything else / Finally.
May 16, 2016, 01:13:10 PM
Finally unarchived.







now where is roskilla to start the forum apocalypse again ( ͡° ͜ʖ ͡°)
#50
VVVVVV Help / Internal Scripting Tutorial
May 14, 2016, 02:12:36 PM
As I see this is the first result on google, I'm gonna put this here:
http://distractionware.com/forum/index.php?topic=3181.0
That's the updated version.
Please use that instead.


Original post:


-=Internal Scripting Tutorial=-

-=THE BASICS=-

Lets learn how to internal script, shall we?
So first lets trick the parser.
Remember that say() command?
That simple command starts it all.
say(-1).
See that?
That is tricking the parser to load your very first internal command.
Now put an internal command below it.
say(-1)
changeplayercolour(green)

Now it turns you green (I think...) but there is also a bunch of garbage.
To get rid of it...
say(-1)
text(1,0,0,4)
say(4)
[Internal]
endcutscene()
untilbars()
loadscript(stop)

So see that?
text(1,0,0,4) is an internal command.
So do you see that say(x)?
That is how many internal commands you have.
Reminder: any number in say() cannot go above 50.
Anyways, you MUST have
endcutscene()
untilbars()
loadscript(stop)

at the end.

-=FIRST INTERNAL SCRIPT=-

So... you ready for your first internal script?
Type this in to the VVVVVV editor.
say(-1)
text(1,0,0,4)
say(8)
changeplayercolour(blue)
delay(30)
changeplayercolour(green)
delay(30)
changeplayercolour(purple)
endcutscene()
untilbars()
loadscript(stop)


And what does it do?
It activates cutscene bars, makes Viridian blue, waits a second, makes them green, waits a second and then makes them purple.

So, you can have ANY command in there.

say(-1)
text(1,0,0,4)
say(4)
alarmon()
endcutscene()
untilbars()
loadscript(stop)


That turns the alarm on.

say(-1)
text(1,0,0,4)
say(4)
alarmoff()
endcutscene()
untilbars()
loadscript(stop)


That turns it back off.
Now, lets convert simplified scripting into internal scripting.

say
It has been 5 years since I last saw them...
say
I really miss them...
say
SIGNAL LOST
sad
delay(30)
reply
Who was that...?

Now lets change that.

squeak(terminal)
text(grey,69,420,1)
It has been 5 years since I last saw them...
position(center)
speak_active
squeak(terminal)
text(grey,69,420,1)
I really miss them...
position(center)
speak_active
squeak(terminal)
text(grey,69,420,1)
SIGNAL LOST
position(center)
speak_active

changemood(cyan,1)
delay(30)
squeak(cyan)
text(cyan,69,420,1)
Who was that...?
position(player,above)
speak_active


And that is it.

Now, do you hate the cutscene bars?
Well, we can deal with that, too.
Now you have to use 2 scripts per 1 script.
wait what

So if I want Viridian to be green, it only takes 1 script with cutscene bars, but 2 without.

CUTSCENE BARS:

script1:

say(-1)
text(1,0,0,4)
say(4)
changeplayercolour(green)
endcutscene()
untilbars()
loadscript(stop)


NO CUTSCENE BARS:

script1:
iftrinkets(0,script2)

script2:
changeplayercolour(green)


With that method, we can't have more than 1 line.
Do you want more than 1?
Well, do this:

script1:
iftrinkets(0,script2)

script2:
say(4)
flip
delay(30)
flip
loadscript(stop)
text(1,0,0,4)



And tada! It's finished!

I hope you enjoyed, and a list of all commands is here: http://tolp2.nl/forum/index.php?topic=21.0
Have fun!
#51
VVVVVV Levels / SPLIT: 5tr4 Returns
March 19, 2016, 01:59:36 AM
Quote from: 5tr4 on March 18, 2016, 10:46:38 PM
I have made more than 25 rooms
No. I made those.
You just scribbled blocks everywhere and I had to fix it to make it look *decent*.
#52
VVVVVV Levels / Reality
February 28, 2016, 06:08:38 PM
This level was made by me.
I started it as a normal level, but finished it for my submission into FFFFFF to see if I was good enough.
NO SCREENSHOTS. THEY WILL SPOIL THE WHOLE LEVEL.
The level is here:
https://www.dropbox.com/s/57uqzyuga2ynmdk/Reality.zip?dl=0
#53
VVVVVV Help / Level Gimmicks
February 15, 2016, 11:57:16 AM
Do you have any good level gimmicks?
Post them here.


1. Copy tiles to blank spaces in tiles.pmg. Second make them darker.
There is a slight color difference. You can go through the darker ones. Do the same with spikes.
#54
VVVVVV Help / new memebers
January 24, 2016, 05:50:34 PM
Guest    09:49:26 AM    Registering for an account on the forum.
Guest    09:49:05 AM    Registering for an account on the forum.
#55
VVVVVV Levels / Dimension Error
December 28, 2015, 02:54:46 AM
terrible level i did once

why would you ever want this

updating level, expect nothing for a while
#56
VVVVVV Levels / VVVVVV - The other crew discussion
December 24, 2015, 09:01:16 PM
we discuss stuff
#57
VVVVVV Help / VVVVVV Resource
November 29, 2015, 02:03:28 AM
Hey guys! I have made a website called VVVVVV Resource. It is for everything about VVVVVV!
If you need Resource Packs, we have them. If you need smileys, we have them.
If you need something else, request a page. The site is not close to done.
http://vvvvvvresource.site40.net/ is the link!
EDIT: nope
http://vvvvvvresource.byethost32.com/
EDIT: double nope
http://vvvvvvresource.byethost6.com/
For now, if you need modding, go to my friends site.
http://itsav.xyz/
He has more textboxes than me, I need to update on the css.
CONTENTS:
- Resource Packs
- Smileys
- Testing
- Textboxes (Made by InfoTeddy/PK Lovin/nynyn)

Credits:
InfoTeddy for:
- Textboxes
- Making the code neater
- Other stuff
Luigi master
- The rest
#58
VVVVVV Levels / Viridian To The Future Discussion
November 29, 2015, 01:54:01 AM
This is a collaboration.
The download is not attached yet because it is not done.

PEOPLE INCLUDED:
   Contributors
- VVVVVVCrewmate7
- Vultarix
   Testers:
- Luigi master
Story:
Viridian has to go to the Power Tower. collect the trinkets to run the time machine. and go to 2017 to stop a doomsday computer network called Vertigonet

(Can I have a part in this collab?)
#59
VVVVVV Help / Tell me everyone knows this...
November 18, 2015, 09:50:24 PM
^-^
O0
#60
VVVVVV Help / Internal Help
October 18, 2015, 06:55:44 PM
Internal Help is a tutorial level for people who don't know how to internal script.
INCLUDES:

  • The best exit ever! When you finish the tutorial it does fadeout() and everyone knows when you press escape when fadeout() is active, it puts you on the title screen!
  • Examples
  • Step by step tutorial
  • And more...






Down below is the download.