Update ships, add ATTRIBUTIONS.md

This commit is contained in:
Aronai Sieyes
2020-05-04 14:27:46 -04:00
parent 70dab50bc6
commit fabbdd8c8d
10 changed files with 52 additions and 5 deletions

39
ATTRIBUTIONS.md Normal file
View File

@@ -0,0 +1,39 @@
**File:** `maps/tether/submaps/om_ships/aro2.dmi`
**Creator:** Nia Tahl, deriv by Aronai.
**License:** CC BY-NC-SA 4.0 (https://creativecommons.org/licenses/by-nc-sa/4.0/)
**URL:** http://fractalsoftworks.com/forum/index.php?topic=14935.0
**Notes:** Permission to use assets also given in writing.
**File:** `maps/tether/submaps/om_ships/cruiser.dmi`
**Creator:** Gwyvern & Tartiflette
**License:** CC BY-NC-SA (Unspecified Version) (https://creativecommons.org/licenses/by-nc-sa/4.0/)
**URL:** http://fractalsoftworks.com/forum/index.php?topic=13667.0
**Notes:** Permission to use assets also given in writing.
**File:** `icons/mecha/fighters64x64.dmi`
**Icon-States:** `baron`, derivs by Aronai.
**Creator:** Gwyvern & Tartiflette
**License:** CC BY-NC-SA (Unspecified Version) (https://creativecommons.org/licenses/by-nc-sa/4.0/)
**URL:** http://fractalsoftworks.com/forum/index.php?topic=13667.0
**Notes:** Permission to use assets also given in writing.
**File:** `icons/mecha/fighters64x64.dmi`
**Icon-States:** `pinnace`, derivs by Aronai.
**Creator:** Tartiflette
**License:** CC BY-NC-SA 4.0 (https://creativecommons.org/licenses/by-nc-sa/4.0/)
**URL:** http://fractalsoftworks.com/forum/index.php?topic=17856.0
**Notes:** Permission to use assets also given in writing.
**File:** `icons/mecha/fighters64x64.dmi`
**Icon-States:** `allure`, derivs by Aronai.
**Creator:** Tartiflette
**License:** CC BY-NC-SA 4.0 (https://creativecommons.org/licenses/by-nc-sa/4.0/)
**URL:** http://fractalsoftworks.com/forum/index.php?topic=11646.0
**Notes:** Permission to use assets also given in writing.
**File:** `icons/mecha/fighters64x64.dmi`
**Icon-States:** `scoralis`, derivs by Aronai.
**Creator:** Nia Tahl
**License:** CC BY-NC-SA 4.0 (https://creativecommons.org/licenses/by-nc-sa/4.0/)
**URL:** http://fractalsoftworks.com/forum/index.php?topic=14935.0
**Notes:** Permission to use assets also given in writing.

View File

@@ -31,6 +31,8 @@ Creative Commons 3.0 BY-NC-SA license
All assets including icons and sound are under a [CC BY-SA 3.0](http://creativecommons.org/licenses/by-sa/3.0/) license unless otherwise indicated. All assets including icons and sound are under a [CC BY-SA 3.0](http://creativecommons.org/licenses/by-sa/3.0/) license unless otherwise indicated.
Attributions and other licenses with links to original works are noted in [ATTRIBUTIONS.md](./ATTRIBUTIONS.md).
### GETTING THE CODE ### GETTING THE CODE
The simplest way to obtain the code is using the github .zip feature. If you do this, you won't be able to make a Pull Request later, though. You'll need to use the git method. The simplest way to obtain the code is using the github .zip feature. If you do this, you won't be able to make a Pull Request later, though. You'll need to use the git method.

View File

@@ -8,7 +8,7 @@
var/stabilization_enabled = TRUE //If our anti-space-drift is on var/stabilization_enabled = TRUE //If our anti-space-drift is on
var/ground_capable = FALSE //If we can fly over normal turfs and not just space var/ground_capable = FALSE //If we can fly over normal turfs and not just space
icon = 'icons/mecha/fighters64x64.dmi' icon = 'icons/mecha/fighters64x64.dmi' //See ATTRIBUTIONS.md for details on license
icon_state = "" icon_state = ""
initial_icon = "" initial_icon = ""

View File

@@ -12,7 +12,7 @@
var/skybox_icon_state //Icon state to use for skybox var/skybox_icon_state //Icon state to use for skybox
var/skybox_pixel_x //Shift from lower left corner of skybox var/skybox_pixel_x //Shift from lower left corner of skybox
var/skybox_pixel_y //Shift from lower left corner of skybox var/skybox_pixel_y //Shift from lower left corner of skybox
var/cached_skybox_image //Cachey var/image/cached_skybox_image //Cachey
//Overlay of how this object should look on other skyboxes //Overlay of how this object should look on other skyboxes
/obj/effect/overmap/proc/get_skybox_representation() /obj/effect/overmap/proc/get_skybox_representation()

Binary file not shown.

Before

Width:  |  Height:  |  Size: 210 KiB

After

Width:  |  Height:  |  Size: 178 KiB

View File

@@ -51,7 +51,7 @@
initial_generic_waypoints = list("aronai_fore", "aronai_aft", "aronai_port", "aronai_starboard") initial_generic_waypoints = list("aronai_fore", "aronai_aft", "aronai_port", "aronai_starboard")
initial_restricted_waypoints = list("Aro's Ship's Boat" = list("omship_spawn_aroboat")) initial_restricted_waypoints = list("Aro's Ship's Boat" = list("omship_spawn_aroboat"))
skybox_icon = 'aro.dmi' skybox_icon = 'aro2.dmi'
skybox_icon_state = "skybox" skybox_icon_state = "skybox"
skybox_pixel_x = 120 skybox_pixel_x = 120
skybox_pixel_y = 120 skybox_pixel_y = 120

Binary file not shown.

Before

Width:  |  Height:  |  Size: 93 KiB

View File

@@ -68,11 +68,17 @@
initial_restricted_waypoints = list("Aro's Boat" = list("omship_spawn_aroboat2")) initial_restricted_waypoints = list("Aro's Boat" = list("omship_spawn_aroboat2"))
fore_dir = EAST fore_dir = EAST
skybox_icon = 'aro2.dmi' //Art by Harmful Mechanic, distributed under Creative Commons license skybox_icon = 'aro2.dmi' //Art by Nia Tahl, see ATTRIBUTIONS.md
skybox_icon_state = "skybox" skybox_icon_state = "skybox"
skybox_pixel_x = 80 skybox_pixel_x = 80
skybox_pixel_y = 100 skybox_pixel_y = 100
/obj/effect/overmap/visitable/ship/aro2/build_skybox_representation()
..()
if(!cached_skybox_image)
return
cached_skybox_image.add_overlay("glow")
// The shuttle's 'shuttle' computer // The shuttle's 'shuttle' computer
/obj/machinery/computer/shuttle_control/explore/aroboat2 /obj/machinery/computer/shuttle_control/explore/aroboat2
name = "boat control console" name = "boat control console"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB

After

Width:  |  Height:  |  Size: 133 KiB

View File

@@ -137,7 +137,7 @@
vessel_size = SHIP_SIZE_LARGE vessel_size = SHIP_SIZE_LARGE
initial_generic_waypoints = list("cruiser_fore", "cruiser_aft", "cruiser_port", "cruiser_starboard", "ws_port_dock_1", "ws_port_dock_2", "ws_starboard_dock_1", "ws_starboard_dock_2") initial_generic_waypoints = list("cruiser_fore", "cruiser_aft", "cruiser_port", "cruiser_starboard", "ws_port_dock_1", "ws_port_dock_2", "ws_starboard_dock_1", "ws_starboard_dock_2")
skybox_icon = 'cruiser.dmi' //Art by Gwyvern, distributed under Creative Commons license skybox_icon = 'cruiser.dmi' //Art by Gwyvern, see ATTRIBUTIONS.md
skybox_icon_state = "skybox" skybox_icon_state = "skybox"
skybox_pixel_x = 370 skybox_pixel_x = 370
skybox_pixel_y = 370 skybox_pixel_y = 370