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 - SteveGamer68

#1
VVVVVV / Design flaw in The Tower of Power (Mobile only)
December 22, 2017, 05:28:54 AM
There's a design flaw on The Tower of Power. If you quit the game, youbwill lose your progress. You can't quicksave in mobile version and the game autosaves after you touch a checkpoint. But there's a problem - There aren't any checkpoints there! Because of that, the game NEVER autosaves and you have to start over if you quit.
#2
VVVVVV Help / Why people put space between commands?
December 17, 2017, 05:26:13 AM
In some levels, i see people put space between the commands.
Example:
Code (scriptwhatever) Select

reply(2)
Oh no! The ship's engine
is broken!

reply(1)
We are going to crash!!!

flash

delay(30)

flash
...

So, why do they put that? Do they work in internal scripting? (I have no idea because i don't use them)
Code (someoneelsescript) Select

say(2)
test 1
test 2

say(1)
test 3

say(3)
test 4
test 5
test 6

say(1)
test 7
...


Code (myscript) Select
say(2)
test 1
test 2
say(1)
test 3
say(4)
test 4
test 5
test 6
test 7
say(1)
test 8
...
#3
VVVVVV / Uhh... is this supposed to happen?
December 14, 2017, 02:44:12 PM
I was playing VVVVVV on mobile. At the end, i attempted the "Teleport ship bug" (Which i can't find). But instead of teleporting, i open the screen after the first flash (which enables the option to warp to ship) Then close it. I got teleported like normal, then something happend:
Instead of Popular Potpourri playing, Piercing the Sky plays instead. After the credits and stuff, i come back and activate Popular Potpourri by jukebox (Yes i have 20 trinkets), the same thing happend.

Is this supposed to happen? Did anyone get this similar effect? I don't think doing that bug caused it.

(BTW, i tried close and reloading and the same effect happend.)
#4
VVVVVV / What's your VVVVVV end stats?
November 28, 2017, 03:05:07 PM
I keep putting god mode on so
My first "Fair" play:
around 1078 deaths, 19 trinkets (missing one from :victoria: because there's a plot wall preventing me from getting the shiny and save the game), Hardest room: Edge Games with around 200 deaths
some hard trinkets: Edge Games, Prize for The Reckless, Veni Vidi Vici shaft/tunnel, flips: over 3000,time: i don't remember.
Second fair play:
Death reduced to 269 (huge improvement), 20 trinkets (i remember getting :victoria:'s trinket now)
Hardest Room: The Gravitron with 19 deaths, total flips: over 2000, time taken: 1 hour 10 minutes and 31 seconds.

#5
VVVVVV Levels / The Lab
August 17, 2017, 09:49:21 AM
A (maybe) bad level.
Versions: 0.1,1.0,1.1,1.2
IS: No
Tested:
0.1: No
1.0: No
1.1: Yes
1.2: No
Tags:
(ALPHA): Not finished level
(COMPLETED): Completed, but may have bugs. First completed version is 1.0
(ORIGINAL): Not copied.
(COPY): Copied.
(TESTED): Levels that i tested to verify it's possible. Only version 1.1 is tested.
EDIT: EXTRA version 1.0 released and you can download them here!
#6
Everything else / Pokemon Trainer
August 14, 2017, 09:58:50 AM
PKMN Trainer
#7
Everything else / Beat Pokemon Yellow in 0:00
July 11, 2017, 11:39:28 AM
Step 1: Erase your save file, you can know that because there's a continue button. To erase it, hold down Select + B + Up in the d-pad. You will see a message prompting you to erase all saved data, say yes. The game will reset.
Step 2: Start a new game.
Step 3: Name yourself Ash and the rival Blue.
Step 4: Go downstairs and go to the exact tile (above the carpet and below the table)
Step 5: (This one is pretty tricky) Save the game and then reset at the right timing. Reset when the yes/no options disappear and the text below change.
There or 4 possibilities:
1. The continue button isn't there
2. Same, but with the text "The saved file is destroyed!"
3. Continue button appears, but cannot access the pokemon menu.
4. Same, but can access the pokemon menu.
(Note: if continue button isn't there, just start a new game. But if there's a continue button, but you cannot access pokemon menu, go back to the title screen and erase all saved data) (Select + B + Up on the d-pad) (You must be in the title screen to erase all data)
Step 6: Access the glitched Pokemon menu.
Step 7: Swap the Pokemon in slot 2 into slot 10 (slot 10+ is offscreen, count with your head)
Step 8: Swap the Pokemon in slot 11 into slot 9 (slot 9 is at the bottom of the screen)
Step 9: Go into the item menu and go down until your cursor stop flashing.
Step 10: Press the A button. You will see a mess.
Step 11: Free your cursor using Down+A+Down+A
Step 12: Scroll until you see the first Master Ball.
Step 13: Grab the item below that Master Ball by Select
Step 14: Scroll down until you see the second Master Ball.
Step 15: Swap the Master ball with the item you just selected (that item could be anything, that's why i only say item)
Step 16: Toss exactly 68 of that item
Step 17: Close the menu and exit your house.
BAM! You are now in the Hall of Fame!
(EDIT: The time may vary depending on how fast you did that. I only get 0:01 :P )
#8
VVVVVV Help / Scripting problems.
March 05, 2017, 06:49:51 AM
I'm beginners of internal scripting so i have a lot of problems but the most common problem is when i use more than one command i use the long way but when i test, the game will freeze or just saying the command in gray instead of running the command.
Code:
Code (script1) Select
(Insert dialog here)
iftrinkets(0,script2)

Code (script2) Select
say(3)
gamestate(200)
gotoroom(1,0)
text(1,0,0,4)
say(2)
endtext
loadscript(stop)
text(1,0,0,4)
#9
I'm making a map that use flags.
script:
Code (script) Select
flag(6,on)
Code (script2) Select
ifflag(6,script3)
Code (script3) Select
destroy(gravitylines)
#10
VVVVVV Help / How to make fake warping screen
February 04, 2017, 04:19:11 AM
I want to do like warping in all directions but it won't warp you to the other side.
Help??
#11
VVVVVV Help / Forget how to insert custom music
September 01, 2016, 04:17:43 AM
I forget how to insert custom music.Any help?
#12
VVVVVV / A bug in VVVVVV
August 21, 2016, 08:02:05 AM
After you complete the game,before you get teleported to the ship,you open the menu and select the SHIP option,you will get teleported to where you are right now (Outer Space) and then you get trapped there forever.
#13
Everything else / [Moved]
August 15, 2016, 10:01:22 AM
This topic has been moved to here
#14
Everything else / All post group
July 21, 2016, 01:54:37 PM
1.Crewmate,Post requied:0,amount of stars:1
2.Crewmate,Post requied:20,amount of stars: 2
3.Doctor,Post requied:40,amount of stars:3
4.Professor,Post requied:100,amount of stars:4
5.Captain,Post requied:200,amount of stars:5


Did i miss anything?
#15
VVVVVV Levels / My second level (Demo 2)
July 21, 2016, 01:48:44 PM
I just make my First adventure map.


Changelog:
Demo 2:
Fixed some colusion error,added The Lab
Demo 1:
First release,added Space station


(Still no screenshots)
Download:
#16
Everything else / How to get custom title?
July 19, 2016, 07:18:46 AM
I don't know how to get that.
#17
VVVVVV / A bug
July 19, 2016, 05:35:50 AM
I found a bug in VVVVVV :
1.Go to W
2.Wait for the platform to disappear
3.Go to the next room (Which is V)
If you do that,you will slip to the wall upwards and if you go left,you will enter whee sports.
#18
Everything else / How to make downloadable file?
July 09, 2016, 07:39:24 AM
I make a level,but i don't know how to make it downloadable (which you can download with a single click)
#19
VVVVVV Levels / The lab (WIP)
July 07, 2016, 08:29:57 AM
This is my first map so i'm not very good at this level
Nevermind,this is a very short level,it only have 5x5 map
(No screenshot here)
Download:
#20
Everything else / How to make a topic sticky?
July 02, 2016, 05:33:58 AM
I know about sticky topic (Which it always appear at the top)
But how to get that?