Xara Plugin Curation: Difference between revisions
(Created page with "== Before You Start == This tutorial will assume you've read the standard Curation Tutorial, which is highly recommended to go through. ==Recognizing Xara Plugin== *Xara...") |
No edit summary |
||
Line 11: | Line 11: | ||
Xara images can run without embedding in <code>html</code> or <code>htm</code>, but plugin always crashing when resolution is higher than 1600x1600. To prevent that, you should embed your image. | Xara images can run without embedding in <code>html</code> or <code>htm</code>, but plugin always crashing when resolution is higher than 1600x1600. To prevent that, you should embed your image. | ||
If you don’t have original <code>html/htm</code>, you can use that: | If you don’t have original <code>html/htm</code>, you can use that: | ||
<pre | <pre><html> | ||
<head> | <head> | ||
<embed src=x.web" type="application/vnd.xara" | <embed src=x.web" type="application/vnd.xara" | ||
Line 19: | Line 19: | ||
</noembed> | </noembed> | ||
</body> | </body> | ||
</html | </html></pre> | ||
Create new .txt file, post this code into that, change <code>x</code> to your values: | Create new .txt file, post this code into that, change <code>x</code> to your values: | ||
*<code>src=x.web</code> = original name of Xara file | *<code>src=x.web</code> = original name of Xara file |
Revision as of 15:39, 24 February 2021
Before You Start
This tutorial will assume you've read the standard Curation Tutorial, which is highly recommended to go through.
Recognizing Xara Plugin
- Xara Plugin content files use the .web file extension. Site can also mention program called Webster Xara (it was used to creating .web files).
- Developer has more products with Xara in name, like Xara X or Xara3D. These are not related to the plugin.
Curation Steps
Follow the Curation Format to add metadata for your game and create its correct content folder. The Platform should be Xara Plugin
and the Application Path should be FPSoftware\Basilisk-Portable\Basilisk-Portable.exe
.
Xara images can run without embedding in html
or htm
, but plugin always crashing when resolution is higher than 1600x1600. To prevent that, you should embed your image.
If you don’t have original html/htm
, you can use that:
<html> <head> <embed src=x.web" type="application/vnd.xara" width = x height = x> <noembed> <img src="jpegs/insect.jpg" alt="[x JPEG]" vspace=2 hspace=0> </noembed> </body> </html>
Create new .txt file, post this code into that, change x
to your values:
src=x.web
= original name of Xara filewidth = x height = x
= resolution, it can be any, smaller than 1600x1600, but with the proportions of the original image preservedalt="[x JPEG]"
= write here same name as insrc=x.web
, but with capitalized first letter
Save as .html
.
Wrapping It Up
When you're finished testing, export the curation and name the .7z file with the name of the app, and submit it to the #other-game-curations channel of the Flashpoint Discord. Use the Xara_Plugin emoji when submitting.