Welcome, Guest. Please login or register.

Author Topic: Ved - The External VVVVVV Editor  (Read 130627 times)

Dav999Topic starter

  • Administrator
  • Hyper Captain
  • *
  • Posts: 1606
    • View Profile
Re: [WIP] Ved - The External VVVVVV Editor
« Reply #100 on: 30 Dec 2015, 07:17 (8 years and 2 months ago) »
Yeah, the old copy function next to the map is extremely glitchy, it was basically just a start and is incredibly unfinished, and I just discovered it copies rooms by reference. :') (meaning that if you copy a room and then edit either the original or the copy, it'll edit both rooms at the same time). No idea what it accounts for regarding entities, but it can duplicate the start point as well. (Edit: it copies trinkets and rescuable crewmates without changing the counter for them, and it doesn't hesitate exceeding the limit of 20 trinkets/crewmates)

I'll need to change that to use the actually working ctrl+C methods in the background, and as for entities, that'll require a slightly changed copy format (so that entities and their data are copied to the clipboard as well.)

And there is an option for "load from other level"
I've thought about that, but it'd require the other map to be loaded without changing anything of the currently loaded map, and it'd require a separate loading screen and map. I decided it would be best to allow copying rooms while in a level, and using the clipboard so that you could copy multiple rooms and paste them all in a text editor, then loading the level to paste them in.
« Last Edit: 30 Dec 2015, 07:22 by Dav999 »

SJMistery

  • tOLP2 Tester
  • Professor
  • ****
  • Posts: 125
    • View Profile
Re: [WIP] Ved - The External VVVVVV Editor
« Reply #101 on: 30 Dec 2015, 09:30 (8 years and 2 months ago) »
If you do that, be carefull with Warp Tokens. The set destinations tend to ignore if the room that they used to lead has been moved

Ally 🌠

  • tOLP Contributor
  • Hyper Captain
  • *******
  • Posts: 1360
  • <3
    • View Profile
    • Ally 🌠
Re: [WIP] Ved - The External VVVVVV Editor
« Reply #102 on: 31 Dec 2015, 07:44 (8 years and 2 months ago) »
When I tried to open a script (text1)

Code: [Select]
ifflag(1,text1b)
reply
What did you want me for?
flag(1,on)
say(1,pink)
The teleporter doesn't work.
(I opened it with an older version of ved) (Its still broken in a44)

when I opened a blank script (I think this was fixed in a44)


Dav999Topic starter

  • Administrator
  • Hyper Captain
  • *
  • Posts: 1606
    • View Profile
Re: [WIP] Ved - The External VVVVVV Editor
« Reply #103 on: 31 Dec 2015, 08:43 (8 years and 2 months ago) »
When I tried to open a script (text1)
http://puu.sh/meOKH/af45005d67.png
Code: [Select]
ifflag(1,text1b)
reply
What did you want me for?
flag(1,on)
say(1,pink)
The teleporter doesn't work.
(I opened it with an older version of ved) (Its still broken in a44)
Fixed, thanks.

when I opened a blank script (I think this was fixed in a44)
http://puu.sh/meTIS/84a19e48cc.png
Yeah, that bug was fixed in a44.

Lollers will devour you

  • Banned
  • tOLP2 Tester
  • Captain
  • *****
  • Posts: 391
  • [Abandoned account]
    • View Profile
    • WEASWASAWASEWASWAEWEASAWWEWASWEASDW3ASWASQASASASWASEWASDWSWASDFYRTBR5T5 BW4YHSB6W4BWSHGGJGHNBNBNVJYGHBJBGYUBY UFBHJFNBJKLFGHJDF,HBKHGFJKHJFK,SHGJKDF,GHG,SHGS,H,SHS,HH,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,GGGG,,,,,,,,,,,,,,,,,
Re: [WIP] Ved - The External VVVVVV Editor
« Reply #104 on: 31 Dec 2015, 09:13 (8 years and 2 months ago) »
I had this glitch where when holding b the whole screen filled with zeroes. Why?

Dav999Topic starter

  • Administrator
  • Hyper Captain
  • *
  • Posts: 1606
    • View Profile
Re: [WIP] Ved - The External VVVVVV Editor
« Reply #105 on: 31 Dec 2015, 09:26 (8 years and 2 months ago) »
I had this glitch where when holding b the whole screen filled with zeroes. Why?
Holding N you mean? That's a feature, it displays the number of every tile in the room! (Try drawing walls or backgrounds)

Ally 🌠

  • tOLP Contributor
  • Hyper Captain
  • *******
  • Posts: 1360
  • <3
    • View Profile
    • Ally 🌠
Re: [WIP] Ved - The External VVVVVV Editor
« Reply #106 on: 31 Dec 2015, 10:20 (8 years and 2 months ago) »
I had this glitch where when holding b the whole screen filled with zeroes. Why?
Holding N you mean? That's a feature, it displays the number of every tile in the room! (Try drawing walls or backgrounds)
I found the same thing yesterday. I thought it was broken but then I placed some stuff down.

Dav999Topic starter

  • Administrator
  • Hyper Captain
  • *
  • Posts: 1606
    • View Profile
Re: [WIP] Ved - The External VVVVVV Editor
« Reply #107 on: 22 Jan 2016, 19:03 (8 years and 1 month ago) »
I just released a new version of Ved where you can use names for your flags instead of numbers, if you want! If you use a new flag name, Ved will automatically link an unused flag number to it (if there are any flags left, that is) and store the number while you can edit scripts with the flag names.

Ally 🌠

  • tOLP Contributor
  • Hyper Captain
  • *******
  • Posts: 1360
  • <3
    • View Profile
    • Ally 🌠
Re: [WIP] Ved - The External VVVVVV Editor
« Reply #108 on: 23 Jan 2016, 13:07 (8 years and 1 month ago) »
BUG
51a says there is a new version: 50a
I downloaded 50a.
50a says there is a new version: 51a
I opened 51a
repeat

Dav999Topic starter

  • Administrator
  • Hyper Captain
  • *
  • Posts: 1606
    • View Profile
Re: [WIP] Ved - The External VVVVVV Editor
« Reply #109 on: 23 Jan 2016, 13:10 (8 years and 1 month ago) »
BUG
51a says there is a new version: 50a
I downloaded 50a.
50a says there is a new version: 51a
I opened 51a
repeat
I forgot to update the online version page, fixed :)

Star

  • tOLP Contributor
  • Super Captain
  • ******
  • Posts: 557
    • View Profile
Re: [WIP] Ved - The External VVVVVV Editor
« Reply #110 on: 26 Jan 2016, 18:01 (8 years and 1 month ago) »
I just redownloaded LOVE 0.10.0 and a52, but when I try to drag it onto LOVE it says

SDL Error: Could not initialize OpenGL \ GLES library.

Dav999Topic starter

  • Administrator
  • Hyper Captain
  • *
  • Posts: 1606
    • View Profile
Re: [WIP] Ved - The External VVVVVV Editor
« Reply #111 on: 26 Jan 2016, 18:11 (8 years and 1 month ago) »
??? Never seen that one before. Have you tried a search on the internet?

Also, how old is your computer?

Star

  • tOLP Contributor
  • Super Captain
  • ******
  • Posts: 557
    • View Profile
Re: [WIP] Ved - The External VVVVVV Editor
« Reply #112 on: 26 Jan 2016, 18:14 (8 years and 1 month ago) »
My computer's not THAT old. Did you make an update that requires new graphics drivers or something? Let me try redownloading it.

Dav999Topic starter

  • Administrator
  • Hyper Captain
  • *
  • Posts: 1606
    • View Profile
Re: [WIP] Ved - The External VVVVVV Editor
« Reply #113 on: 26 Jan 2016, 18:30 (8 years and 1 month ago) »
All technical graphics-related stuff is done by LÖVE, so...

What operating system (version) do you use?

Star

  • tOLP Contributor
  • Super Captain
  • ******
  • Posts: 557
    • View Profile
Re: [WIP] Ved - The External VVVVVV Editor
« Reply #114 on: 27 Jan 2016, 19:00 (8 years and 1 month ago) »
Windows 7.

But I've been able to download the previous alphas so it should be fine.

Dav999Topic starter

  • Administrator
  • Hyper Captain
  • *
  • Posts: 1606
    • View Profile
Re: [WIP] Ved - The External VVVVVV Editor
« Reply #115 on: 27 Jan 2016, 22:04 (8 years and 1 month ago) »
Does LÖVE 0.9.x work?

Star

  • tOLP Contributor
  • Super Captain
  • ******
  • Posts: 557
    • View Profile
Re: [WIP] Ved - The External VVVVVV Editor
« Reply #116 on: 28 Jan 2016, 16:06 (8 years and 1 month ago) »
I lost LOVE 0.9.X. Can it be redownloaded from LOVE's site? Also when I download Ved it won't show up in my DOWNLOADS FOLDER AAAAAAAA

Dav999Topic starter

  • Administrator
  • Hyper Captain
  • *
  • Posts: 1606
    • View Profile
Re: [WIP] Ved - The External VVVVVV Editor
« Reply #117 on: 28 Jan 2016, 16:11 (8 years and 1 month ago) »
I lost LOVE 0.9.X. Can it be redownloaded from LOVE's site?
It can, have a look here: https://bitbucket.org/rude/love/downloads

Star

  • tOLP Contributor
  • Super Captain
  • ******
  • Posts: 557
    • View Profile
Re: [WIP] Ved - The External VVVVVV Editor
« Reply #118 on: 28 Jan 2016, 16:16 (8 years and 1 month ago) »
Just figured that out and it works now! Yay! Thanks Dav!

Ally 🌠

  • tOLP Contributor
  • Hyper Captain
  • *******
  • Posts: 1360
  • <3
    • View Profile
    • Ally 🌠
Re: [WIP] Ved - The External VVVVVV Editor
« Reply #119 on: 29 Jan 2016, 17:27 (8 years and 1 month ago) »
Idea
Put your cursor on a corner, click and drag. The box resizes to where your mouse is.
So clicking and dragging
Like the message boxes in windows