Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions com.growtopia.Game/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Growtopia
A Multiplayer Online Sandbox Game

## Status

| Arch | Installs | Runs | Notes |
| ----- | -------- | ---- | ----- |
| 32bit | Yes | Yes | None |
| 64bit | Yes | Yes | None |

## Build & Install
### Repo
#### 32bit

flatpak-builder --arch=i386 --force-clean builds --repo=winepak com.growtopia.Game.yml
flatpak install --user winepak com.growtopia.Game

#### 64bit

flatpak-builder --arch=x86_64 --force-clean builds --repo=winepak com.growtopia.Game.yml
flatpak install --user winepak com.growtopia.Game

### Direct
#### 32bit

flatpak-builder --user --arch=i386 --force-clean --install builds com.growtopia.Game.yml

#### 64bit

flatpak-builder --user --arch=x86_64 --force-clean --install builds com.growtopia.Game.yml

## Run

flatpak run com.growtopia.Game

96 changes: 96 additions & 0 deletions com.growtopia.Game/com.growtopia.Game.appdata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>com.growtopia.Game.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>LicenseRef-proprietary</project_license>
<name>Growtopia</name>
<summary>Punch. Build. Grow.</summary>
<description>
<p>Growtopia is a multiplayer sandbox platformer with crafting. There are no goals, just an infinite number of worlds where you create whatever you want with all your friends. Most things in Growtopia grow on trees - Dirt Trees, Lava Trees and of course Jetpack Trees.</p>
<p>Please install the game to C:/Program Files (x86)/Growtopia/ otherwise it won't launch since it will think the application is not installed. PS: First launch will be slow since we need to download the executable.</p>
</description>

<screenshots>
<screenshot type="default">
<image width="1280" height="720">https://lh3.googleusercontent.com/DrW24sTEFezI2WK02eOX1nSE9kWfQ3GKozWSb5mbseFi0dkoqIgc_yDFA4lnm9UbWB4=w1280-h886</image>
</screenshot>
<screenshot type="default">
<image width="1280" height="720">https://lh3.googleusercontent.com/gV0-J5Jp3sxC8-iUh2lhO_iNteLM5mc1pZijZJF-E6h-0yrc6Em4JQaFjcTeY9D3Cyc=w1280-h886</image>
</screenshot>
<screenshot>
<image width="1280" height="720">https://lh3.googleusercontent.com/wZ2wtcSwWvVauiGfHuIQWpKgRgCV6UN5YMFHeHBTmWfUnKgEx0Lh68IxZhmowUHudXU=w1280-h886</image>
</screenshot>
<screenshot>
<image width="1280" height="720">https://lh3.googleusercontent.com/O5J41V8FCpluaoQGhvsKVLO90tDeYvVUqC9rz0LYCzQjdQbcCTAatYQyY8-HXjvoNUQ=w1280-h886</image>
</screenshot>
<screenshot>
<image width="1280" height="720">https://lh3.googleusercontent.com/h8neCwhLG_eMcFLu6qArOj7C-s6BSsbZkYaawF5z8Cy5UBojNRXwKww9JU8ewAWzU5g=w1280-h886</image>
</screenshot>
</screenshots>

<project_group>winepak</project_group>
<developer_name>Ubisoft</developer_name>

<url type="homepage">https://www.growtopiagame.com/</url>
<url type="help">https://growtopiagame.com/faq</url>
<url type="bugtracker">https://growtopiagame.com/faq/detail/i-found-a-bug</url>

<categories>
<category>Game</category>
<category>Sandbox</category>
</categories>

<requires>
<id version="0.11.4" compare="ge">org.freedesktop.Flatpak</id>
<memory>1024</memory>
</requires>

<recommends>
<id version="0.11.7" compare="ge">org.freedesktop.Flatpak</id>
<memory>2048</memory>
</recommends>

<kudos>
<kudo>HiDpiIcon</kudo>
</kudos>

<content_rating type="oars-1.1">
<content_attribute id="violence-cartoon">moderate</content_attribute>
<content_attribute id="violence-fantasy">moderate</content_attribute>
<content_attribute id="violence-realistic">none</content_attribute>
<content_attribute id="violence-bloodshed">none</content_attribute>
<content_attribute id="violence-sexual">none</content_attribute>
<content_attribute id="violence-desecration">none</content_attribute>
<content_attribute id="violence-slavery">none</content_attribute>
<content_attribute id="violence-worship">none</content_attribute>
<content_attribute id="drugs-alcohol">none</content_attribute>
<content_attribute id="drugs-narcotics">none</content_attribute>
<content_attribute id="drugs-tobacco">mild</content_attribute>
<content_attribute id="sex-nudity">none</content_attribute>
<content_attribute id="sex-themes">none</content_attribute>
<content_attribute id="sex-homosexuality">none</content_attribute>
<content_attribute id="sex-prostitution">none</content_attribute>
<content_attribute id="sex-adultery">none</content_attribute>
<content_attribute id="sex-appearance">none</content_attribute>
<content_attribute id="language-profanity">none</content_attribute>
<content_attribute id="language-humor">none</content_attribute>
<content_attribute id="language-discrimination">none</content_attribute>
<content_attribute id="social-chat">intense</content_attribute>
<content_attribute id="social-info">none</content_attribute>
<content_attribute id="social-audio">none</content_attribute>
<content_attribute id="social-location">none</content_attribute>
<content_attribute id="social-contacts">intense</content_attribute>
<content_attribute id="money-purchasing">intense</content_attribute>
<content_attribute id="money-gambling">none</content_attribute>
</content_rating>

<releases>
<release date="2018-09-15" version="2018-09-15">
<description>
<ul>
<li>Initial release of Growtopia via winepak.</li>
</ul>
</description>
</release>
</releases>
</component>
11 changes: 11 additions & 0 deletions com.growtopia.Game/com.growtopia.Game.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[Desktop Entry]
Name=Growtopia
Comment=Punch. Build. Grow.
Exec=growtopia %U
Icon=com.growtopia.Game
StartupNotify=true
Terminal=false
Type=Application
MimeType=application/x-ms-dos-executable;application/x-msi;application/x-ms-shortcut;
Categories=Game;Sports;
Keywords=Growtopia;Grow;Sandbox
Loading