FAQ: Difference between revisions

From Valkyrien Skies Wiki
Content added Content deleted
(Make a VS2 faq and move the VS1 faq away, maybe delete it later?)
Tag: Removed redirect
m (FAQ is outdated)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
==General==
==FAQ ==


===<u>How do I use the mod?</u>===
===How do I use the mod?===
On its own, Valkyrien Skies 2 is just a physics system. To get features to use it with, install an addon mod like [https://modrinth.com/mod/eureka Eureka]-- an airship mod in the vein of Archimedes' Ships.
See the official [[Tutorial]] and [[Community tutorials]].


A tutorial/documentation for Eureka can be found [https://github.com/ValkyrienSkies/Eureka/wiki here.] Mischief of Mice also published a [https://www.youtube.com/watch?v=o0Bf9gBGJwA Bit-By-Bit showcase of Eureka on Youtube.]
===<u>Is the mod compatible with other mods?</u>===

===Is the mod compatible with other mods?===
See [[Compatibility list]].
See [[Compatibility list]].


===<u>Is this mod going to be updated to Minecraft version X?</u>===
===Is this mod going to be updated to Minecraft version X?===
The mod is currently available for 1.16.4 (In alpha state). All major versions above 1.16.5 will eventually be supported.
The mod is currently available for Fabric and Forge 1.18.2, 1.19.2, 1.20.1. 1.18.2 is our main version and gets updates most often.


===<u>How to get the unreleased development version of VS2?</u>===
===How to get the unreleased development version of VS2?===
'''Warning: Development version may not be working. It is in development. Do not make bug reports.'''
'''Warning: Development version may not be working. It is in development. Do not make bug reports.'''


If you want the latest development version (1.16 forge/fabric), download it from the "Packages" section on the right-hand side of the [https://github.com/ValkyrienSkies/Valkyrien-Skies-2 github page] for VS2. Choose either forge/fabric and then download the JAR file all the way at the bottom of the list.
If you want the latest development version, download it from the "Packages" section on the right-hand side of the [https://github.com/ValkyrienSkies/Valkyrien-Skies-2 github page] for VS2. Choose either forge/fabric and then download the JAR file all the way at the bottom of the list.


You might also want the unreleased development version for [https://github.com/ValkyrienSkies/eureka Eureka], just follow the same steps.
You might also want the unreleased development version for [https://github.com/ValkyrienSkies/eureka Eureka]; just follow the same steps.


=== <u>Is 1.12 still going to receive updates?</u> ===
=== Is 1.12/1.16 still going to receive updates? ===
No, but if anyone is interested in porting VS2 to 1.12 we can answer questions in the Discord.
No, but if anyone is interested in porting VS2 to 1.12, we can answer questions in the Discord.


===<u>Is this mod going to be backported to Minecraft version X?</u>===
===Is this mod going to be backported to Minecraft version X?===
No.
No.


===<u>Is VS a standalone mod?</u>===
===Is there an official server?===
Not yet, but it's planned. It will be hosted at <code>valkyrienskies.org</code>
No, but we have a auto-installer that will install everything for you.

===<u>Is there an official server?</u>===
Not yet, but it's planned. It will be hosted at <code>valkyrienskies.org</code><br />

==Contribution==

===<u>How do I translate the mod?</u>===
Please view the following wiki page: [[Dev:Translating the mod]]. Thank you so much for your contribution!


==Ships==
==Ships==


===<u>Can I create a very large ship?</u>===
===Can I create a very large ship?===
Yes, you can. The maximum size of a ship is currently 256 chunks x 256 chunks
Yes, you can. However the default blocks limit for a ship is 15000 blocks. You can change this value by doing <code>/physsettings maxshipsize 15000</code>, or going in the config, depending on the version you're using. Furthermore, '''there is a hard cap of ship size''' at 32x32 chunks.


===<u>Do boats exist yet?</u>===
===Do boats exist yet?===
Yes! While visually water is still present inside the boats, they do float.
Yes! While water is still present inside the boats, they do float.


=== <u>Where are the blocks of the ship stored?</u> ===
=== Where are the blocks of the ship stored? ===
In an area colloquially known as the 'shipyard', from the coordinates X = 5119888 to X = 5120112, and Z = -112 and higher
In an area colloquially known as the 'shipyard', from the coordinates -28672000 <= X <= 28672000, and 12288000 <= Z <= 28672000.


==Physics==
==Physics==


===<u>Do blocks have weight?</u>===
===Do blocks have weight?===
Yes, and you can configure it via a datapack.
Yes, and you can configure it via datapack.


=== <u>What units are used?</u> ===
=== What units are used? ===
Unless otherwise noted, all units are SI units. Kilograms for mass and Newtons for force.
Unless otherwise noted, all units are SI units. Kilograms for mass and Newtons for force.

== Common Problems ==

=== <u>Note a common problem.</u> ===

Latest revision as of 13:58, 12 March 2024

FAQ

How do I use the mod?

On its own, Valkyrien Skies 2 is just a physics system. To get features to use it with, install an addon mod like Eureka-- an airship mod in the vein of Archimedes' Ships.

A tutorial/documentation for Eureka can be found here. Mischief of Mice also published a Bit-By-Bit showcase of Eureka on Youtube.

Is the mod compatible with other mods?

See Compatibility list.

Is this mod going to be updated to Minecraft version X?

The mod is currently available for Fabric and Forge 1.18.2, 1.19.2, 1.20.1. 1.18.2 is our main version and gets updates most often.

How to get the unreleased development version of VS2?

Warning: Development version may not be working. It is in development. Do not make bug reports.

If you want the latest development version, download it from the "Packages" section on the right-hand side of the github page for VS2. Choose either forge/fabric and then download the JAR file all the way at the bottom of the list.

You might also want the unreleased development version for Eureka; just follow the same steps.

Is 1.12/1.16 still going to receive updates?

No, but if anyone is interested in porting VS2 to 1.12, we can answer questions in the Discord.

Is this mod going to be backported to Minecraft version X?

No.

Is there an official server?

Not yet, but it's planned. It will be hosted at valkyrienskies.org

Ships

Can I create a very large ship?

Yes, you can. The maximum size of a ship is currently 256 chunks x 256 chunks

Do boats exist yet?

Yes! While water is still present inside the boats, they do float.

Where are the blocks of the ship stored?

In an area colloquially known as the 'shipyard', from the coordinates -28672000 <= X <= 28672000, and 12288000 <= Z <= 28672000.

Physics

Do blocks have weight?

Yes, and you can configure it via datapack.

What units are used?

Unless otherwise noted, all units are SI units. Kilograms for mass and Newtons for force.