YARP was a freeform sandbox roleplay custom map, in the vein of RotRP and SotDRP. It was coded using vJass, an extension of the JASS language used by WC3. YARP2 seeks not only to implement the same features as YARP, but to extend those features and add new ones.
Since vJass is just an extension of the JASS scripting language, it carries many of the same limitations that can make development slow and cubersome. This was one of the main reasons that the development of YARP was ceased. YARP2 seeks to fix this by being written in Wurst, a more recent language that compiles into JASS and makes many more recent programing language constructions avaiable to map coders.
The YARP community is a group of like-minded roleplayers who enjoy sandbox-style roleplay. We have our own Discord server, and you are invited!
First, download the WurstSetup tool from https://wurstlang.org/.
git remote add mori-std git@github.com:SamuelMoriarty/WurstStdlib2.git
git fetch --all
git checkout yarp-fork
If you correctly completed these steps, the map should compile and open. Don't forget to specify the path to your wc3 installation in the WurstSetup tool.
YARP2 uses many custom models and textures. However, they are not included in the GitHub repository, as they are binary files. You can find them here.
Simply extract the contents of the zip file to the path imports/
inside of the repository.
Working with more people is a great way of getting things done faster. If you would like to help in YARP2's development and get it done faster and with more content to boot, don't hesistate to get in contact if you have experience with the area you want to help with. There are two main ways to contribute, outlined below:
There's also a contribution guide, which details requirements for code contribution, as well as some pointers with the project.