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

Messages - DubstVne

#31
VVVVVV / Re: What's your VVVVVV end stats?
November 30, 2017, 12:18:43 AM
dont remember my stats  :victoria:
#32
VVVVVV Levels / VVVVVV- Levels - Warp Zone 2
November 30, 2017, 12:08:12 AM
hello, A level I made is here! took me a few days cause I lost progress during it :victoria: It turned out to be short but a level you would
expect from beginners tho. want to download it? go here: https://mega.nz/#!h25jzBzZ  and the video can be found here: (audio disabled) https://youtu.be/waPwAIVaMSw The decryption key to download is: !9TfhsFyEQLb4Th3sHWLOI-eQro5pr71qu_BpBp6Pjx4
#33
VVVVVV Help / Re: Internal commands
November 27, 2017, 12:06:44 AM
heres some screenshots of the problems:

well, the say(-1) thing wont work (yes I added space at the end): https://imgur.com/a/wQ4p9

and look, it does nothing and softlocks ONLY THE LEVEL (that means that you can still quit the level, just viridian freezes): https://youtu.be/-4Ok-XhS7lA


and the cutscene bar method? here is the code I did: https://imgur.com/a/HMdTu

and yep, it did the same thing as say(-1).


#34
VVVVVV Help / Re: Halp 🙄
November 26, 2017, 08:47:00 PM
Quote from: -Kiwi Alexia ♡ on November 26, 2017, 04:54:22 PM
Quote from: DubstVne on November 26, 2017, 01:48:01 AM
say(-1)
text(1,0,0,4)
say(4)
createentity(20.5,19,18,sad)
endcutscene()
untilbars()
loadscript(stop)
<blank line>
Firstly
You don't wanna use the cutscene bars method for creating entities
Second, you can't use 20.5
You can't have half of a pixel
Thirdly use createcrewman() to create a crewmate
Because you can control it better
Ok, firstly
I dont know any other methods
second, crewmates are 2 tiles wide and I want to have it in a 2 tile wide space
Thirdly I did not know about createcrewman()

all said correctly, am I right?
#35
VVVVVV Levels / Re: Level I made in VVVVVV
November 26, 2017, 08:12:53 PM
@kiwi you need to go to school and learn what a JOKE is. please, ask if something is a joke before you comment something like that.

                                                               YOU HAVE BEEN WARNED.

Plus, I was NOT here to be yelled at by a "captain." oh please :(

And yes, I did mean to softlock the game. The terminal is supposed to be EVIL.
#36
Quote from: weee50 on November 07, 2017, 12:31:23 AM
If you're new to this forum (you probably are because you have only 3 posts), the VVVVVV Help forum would probably be a better place to put your VVVVVV problems, not a topic that hasn't been posted in in over a year.

But anyway, have you tried right clicking? This could be the bug where, if you control-click, you'll be stuck in right-click mode until you right click.

If that doesn't work, you could be in Direct Mode. Try pressing F10 (or Fn+F10 if you're on Mac), and see if that helps.

Thanks it works now :)
#37
VVVVVV Levels / Re: Level I made in VVVVVV
November 26, 2017, 02:21:13 AM
exactly.
#38
VVVVVV Help / Halp 🙄
November 26, 2017, 01:48:01 AM
I need help while making non-repeating scripts. can you help me do it? the code also freezes the game. here is the
code:

say(-1)
text(1,0,0,4)
say(4)
createentity(20.5,19,18,sad)
endcutscene()
untilbars()
loadscript(stop)
<blank line>

____________________________________________________________________________________________________________

I need some help so please reply  :viridian: thank you for helping
#39
VVVVVV Levels / Re: Level I made in VVVVVV
November 23, 2017, 09:28:23 PM
XD yeah.
#40
VVVVVV Help / Re: Internal commands
November 21, 2017, 10:35:48 PM
None of your methods work here. on the say(-1) method, it says text that was last said before the internal command. If you use your cutscene bar method, it will not work.

:victoria:
#41
VVVVVV / Re: Super Gravitron Records
November 18, 2017, 03:08:06 AM
so, I say I have the 1 min trophy. proof: https://imgur.com/a/LhjsN




Do not ask how. just had an epilepsy while mashing arrow keys. this is what it looked like: (JOKE)  https://www.youtube.com/watch?v=GzhH900EjgE
#42
VVVVVV Levels / Thx
November 12, 2017, 03:12:34 PM
Thanks :3
#43
VVVVVV Levels / Level I made in VVVVVV
November 12, 2017, 04:14:13 AM
Hi! I made this new level called "save." Its really nothing besides a terminal, but it does something cool. You find out.DOWNLOAD LINK BELOW! DOWNLOAD LINK BELOW! DOWNLOAD LINK BELOW! DOWNLOAD LINK BELOW! DOWNLOAD LINK BELOW! DOWNLOAD LINK BELOW! DOWNLOAD LINK BELOW! DOWNLOAD LINK BELOW! DOWNLOAD LINK BELOW! DOWNLOAD LINK BELOW! DOWNLOAD LINK BELOW!DOWNLOAD LINK BELOW!DOWNLOAD LINK BELOW!DOWNLOAD LINK BELOW!DOWNLOAD LINK BELOW!ok, enough.
https://mega.nz/#!Av5jmKxR!qpZcU7XWEF2L2Lsr3oHh-lJSAk_U0gs-LqQr9c_tY2A
#44
VVVVVV Help / Re: Internal commands
November 11, 2017, 11:15:13 PM
Quote from: Dav999 on July 28, 2012, 01:43:41 PM
--- METHOD 2 - WITHOUT CUTSCENE BARS---

If you want to use internal commands without cutscene bars, put this in the script box which Viridian walks through:

Code (script1) Select
iftrinkets(0,script2)

Then make a new script. In this case the new script is called 'script2' (you can use any name using a-z or 0-9, note that A-Z and some special characters should not be used). Delete the script box, so that Viridian doesn't activate it directly. The script has to be activated by the script containing iftrinkets(0,script2).

The second script should look like this:

Code (script2 first part) Select
say(5)
{internal command}
{internal command}
{internal command}
{internal command}
text(1,0,0,4)
say(5)
{internal command}
{internal command}
{internal command}
{internal command}
text(1,0,0,4)
say(5)
...


It has to end with:

Code (script2 last part) Select
...
{internal command}
{internal command}
{internal command}
{internal command}
text(1,0,0,4)
say(2)
endtext
loadscript(stop)
text(1,0,0,4)


Note that in the last part of this script, there has to be one blank line after the last text(1,0,0,4). Not 0, because then things get deleted because of a bug in the script editor, and not more than 1, because then it won't work. 'text(1,0,0,4)' has to be the second last line, and the last line has to be empty.

Just like in the say(-1) method, you don't have to use say(5) if you want to use less than 4 commands in a row, you can use say(4) to have 3 commands in a row, say(3) to have 2 commands in a row, et cetera. For example:

Code (script2) Select
say(4)
{internal command}
{internal command}
{internal command}
text(1,0,0,4)
say(5)
{internal command}
{internal command}
{internal command}
{internal command}
text(1,0,0,4)
say(2)
{internal command}
text(1,0,0,4)
say(2)
endtext
loadscript(stop)
text(1,0,0,4)



For some reason, whenever I test the script, it freezes the game and the only thing happening is the cutscene, but its not doing what I
Told it to do. here is my script:

say(2)
gamestate(10)

text(1,0,0,4)

endtext

loadscript(stop)


I spaced them out all one line. can you help me?

My face: :violet:

#45
VVVVVV Levels / Re: Unnamed First Level
November 05, 2017, 01:34:11 AM
Quote from: StillSpelledViridan on October 08, 2017, 02:03:33 PM
Quote from: mrytp on October 08, 2017, 12:23:36 PM
I never thought I'd get rickrolled by VVVVVV
i assure you there is no rickrolling in this level. there is, however, a terminal in the hub room that sends you to a secret "polka palace" zone once you have 15 trinkets.

YOU LIED TO ME...