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.


Topics - Vitawrap

Pages: [1] 2 3 4 5 6 7
1
Off Topic / i'm 18 and legal
« on: May 30, 2018, 02:04:40 PM »


"wow u can buy us alcohol now lol" shut the rooster

please gift me bad rats and garfield kart

2
Modification Help / [Script] New Torquescript Arrays
« on: April 30, 2018, 02:56:03 PM »

1.0 - JS/C++ Arrays in Torque - basically beta testing this stuff


Description


this is a script i've been working on that makes it easier
to create and maintain arrays in torquescript. you can
now find a matching item, filter items, get the length,
make static and dynamic arrays...


Download




Documentation


  • simObjectID Array(%length,%dynamic,%i0...%i13)
  • Array Object "constructor". Creates an array you can later edit and manipulate
    with the assigned class functions.
    %length is the length of the new array,
    %dynamic is a bool and determines wether the resulting array can use ::pushNew() and
    ::popLast(),
    %i0 through %i13 are optional values to create in the new array in their respective indexes.
    The return value is the constructed array.

  • bool isArray(%array)
  • %array is a SimObject ID. The function determines if the Object ID you've
    entered is of an Array Instance, which will return true if it is, and false otherwise.
    You might not need this, but it is used by all following functions.

  • bool ArrayInstance::isDynamicArray()
  • The function determines if the array you're testing for is a Dynamic Array,
    which will return true if it is, and false otherwise.
    A dynamic array is an array that can get its length changed using ::pushNew()/::popLast()

  • int ArrayInstance::getLength()
  • Gets the length of the array instance you're testing for.
    Returns the length on success, -1 otherwise.

  • bool ArrayInstance::setIndex(%index, %value)
  • Sets input index %index to %value. Returns true on success, false otherwise.

  • bool ArrayInstance::pushNew(%value)
  • Creates a new entry with %value in array, consequently increasing the array length.
    Returns the new length on success, -1 otherwise.

  • int ArrayInstance::popLast()
  • Removes the latter entry in array, consequently decreasing the array length.
    Returns the new length on success, -1 otherwise.

  • any ArrayInstance::getIndex(%index)
  • Gets the value at index %index.
    Returns the value on success, "" otherwise.

  • bool ArrayInstance::forEach(%mode,%name,%i0...%i13)
  • Performs an action determined by %mode.
    There are two possible forEach modes:
    "method" : Calls a class function on all array items using arguments %i0 through %i13.
    "field" : Changes all object/tagged fields named %name on all array items to %i0.
    Returns true on success, false otherwise.

  • string ArrayInstance::toString(%emptyfilter)
  • Outputs a list of all values ordered by index and separated by spaces.
    Empty indexes can be left blank or replaced with %emptyfilter.
    Returns the list on success, "" otherwise.

  • bool ArrayInstance::remove(%index)
  • Removes the value at index %index, this does not shorten the length of the array.
    Returns true on success, false otherwise.

  • int ArrayInstance::find(%value)
  • Finds the first index to match the value of %value.
    Returns the index on success, -1 otherwise.

  • arrayID ArrayInstance::filter(%value)
  • Creates a new array with all values matching %value.
    Returns the new array on success, -1 otherwise.



Feel free to report bugs and things that need fixing.


3
Gallery / Burger King Shack
« on: April 01, 2018, 09:06:55 AM »


This is a Burger King shack I built a while ago now on Refticus' Shotgun Challenge, I've decided today to post it in the gallery.
Like it? Upvote it on the Blockland subreddit


please actually do it for the sake of r/roblox pulling out the blockland joke


4
General Discussion / B4v21 - AYE Y'ALL IT'S THE FIRST YEAR ANNIVERSARY
« on: August 31, 2017, 06:15:32 AM »





   Welcome!

B4v21 is an active community of people
dedicated to revive the old days of Blockland all the
way from v0002 to v20. Our community includes
add-on creators and mapmakers too for the best
possible experience!

We also include Clay's CustomMS add-on to have a
master server completely dedicated to our versions.



     
     
     
(Click any image to see it at full size)

blockland v20 shirts and pants by simpletonnn




Some Add-Ons are not listed as they automatically come bundled
with the version you download, such as CustomMS and AuthFix.

You can check our master server at anytime without launching
the game here.




Most of these versions also come bundled with a .bat file to run them,
so make sure you run the .bat file instead of the executable.
This can prevent many issues like the launcher error.

These versions now come with the patched CustomMS

    PROJECT NEWS:

Users who bought Blockland on Steam
can now play Blockland v20 as well!
The steps to doing so are given on the
Discord server mentioned at the bottom
of the post.




  Map_Pictural
Title: Planet Picturial
Description: A habitable planet somewhere in the universe of Spore...
Author: Antares
  Map_SoccerStadium
Title: Soccer Stadium
Author: vitawrap
it's time to play BALL [Fixed Collisions]
  Map_Viano
Name: Viano City - Day/Night
Author: Antares



   If you have discord, this is a great opportunity to join
the community in the official B4v21 discord group!

The rules are displayed as soon as you join.
The master server has a discord integration, which
means if you don't want to check the master server
but you have discord, you can quickly check the
online list for people currently hosting a server!





We now have a website, click here or above to visit it!


Credits: Kenko for supervising the project since it began, Clay Hanson for his involvement in the project by making these ancient versions work.
The modding and the mapping community for their amazing work.



5
MinuteOnly Chat
i don't regret this



This wonderful and revolutionary piece of software
keeps the server chat tidy by restricting it to one
message for a minimum of one minute.

Since this is server-sided, the first person to send a
message will lock the chat for one minute until
another message is sent.



⬇ Download ⬇



in reality that's just me fiddling with torquescript as I learn it, thanks to Clay Hanson for the help on the blockland API


6
Faces, Decals, Prints / [FACE/HAT] Gordon Ramsay (loving delicious)
« on: March 31, 2017, 01:50:59 PM »
Gordon Ramsay Hair and Faces
where's the loving lamb sauce


the hair is a loving hatmod hat. (/hat ramsay)
download the loving faces    download the loving hat

7
Add-Ons / Improved Robloxian playertype
« on: January 01, 2017, 05:08:20 AM »
Improved Robloxian Playertype






keep in mind this was a remodel of the 7 year old robloxian playertype from rtb.
no features were added and the possibility to change the color of each limb was removed.
this is mostly just an aesthetic overhaul because no code was actually changed from the original one
(also i added the old jump sound).

Download

⚠️ there is no download for the rocket launcher yet because it's still being worked on ⚠️



8
Gifs:




Images:


feedback is appreciated ;)   !!!!!! ! ! !

9
Off Topic / help discord is dying
« on: September 24, 2016, 04:53:35 AM »



my server list is slowly getting empty

clicking the exclamation mark just leads to discord's memehell of a twitter

10
Add-Ons / [Hatmod] Garfield hat
« on: August 19, 2016, 07:48:17 AM »
Garfield hat
kill me


skin color:

/Garfield to wear it
compatible with hatmod aswell
download now

11
recently i came accross a lot of videos and stuff from doom and call of duty 1 and found many and many blockland sounds to originate from these games so i decided to make a big list of these things with your help

Sound/Music

if you want to help complete this list, post a link here to the content you think is the source of a blockland asset

12
Add-Ons / [Hatmod] Tourettes guy hat
« on: August 11, 2016, 06:44:17 AM »
Tourettes Guy hat
PISS forget SUCK MY richard OR rooster


/tourettesguy to wear it
compatible with hatmod aswell
download now

13
Games / Mini Attack Submarine
« on: June 23, 2016, 03:58:42 AM »
from the creator of legendary games like

digital homicide is back again with a new game that could change how games are played:





digital homicide is actually the best description possible

14
Faces, Decals, Prints / [hat/face] moviereviewworld face and hat
« on: June 20, 2016, 05:12:07 PM »
IM BAAAAAAAAAACK
can we get moviereviewworld next?
it's here baby

face :
  download



hat :
  download




/moviereviewworld
to wear the hat

15
Faces, Decals, Prints / [Face/Decal] Jade - Mortal Kombat X
« on: June 17, 2016, 07:30:05 AM »
inspired off from this

Face :
   Download



Decal :
   Download





(ponytail hat not included, in Mr.Nobody's hat packs)

Pages: [1] 2 3 4 5 6 7