Crocotile 3D: Difference between revisions

From Game Making Tools Wiki
(stacklink in the troubleshooting sction)
m (jargon link)
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{ infobox_assetsoftware
{{ infobox_assetsoftware
| title        =Crocotile 3D
| title        = Crocotile 3D
| image        =
| logo        = [[File:crocotile3d_logo.png]]
| release_date = Current
| release_date = Current
| made_by      = [http://www.alexhw.com/ Alex Hanson-White]
| made_by      = [http://www.alexhw.com/ Alex Hanson-White]
| runs_on      = [[:Category:Linux|Linux]]<br>[[:Category:Mac OS|Mac OS]]<br>[[:Category:Windows|Windows]]
| runs_on      = [[:Category:Linux|Linux]]<br>[[:Category:Mac OS|Mac OS]]<br>[[:Category:Windows|Windows]]
| imports      =  
| imports      =  
| exports      = .OBJ+.MTL
| exports      = .OBJ, .MTL
}}
}}
'''Crocotile 3D''' is an unusual 3-D modelling program, in that you construct models from already-drawn tiles (much like you would construct maps in something 2-D like [[:Category:RPG Maker|RPG Maker]]).
'''Crocotile 3D''' is an unusual [[:Category:3-D_Modelling|3-D modelling]] program, in that you construct models from already-drawn tiles (much like you would construct maps in something 2-D like [[:Category:RPG Maker|RPG Maker]]).


Crocotile needs to be downloaded via [[Distribution:Itch.io|Itch.io]], and requires a $10 registration to enable saving.
Crocotile needs to be downloaded via [[Guide:Itch|Itch.io]], and requires a $10 registration to enable saving.


==Troubleshooting==
==Linux==
It's a 32-bit program and, as it's not packaged up, you may have trouble because it can't grab all the libraries it needs. For me it was '''libnotify4''', but I saw people missing '''libnss3''', '''libgconf-2-4''', libXtst6, and libgtk2.0-0 too. This forum post may help you out: [http://c3d.xyz/index.php?topic=64 Error While Loading Shared Libraries]. I found I had 32-bit libnotify4.so in my Steam install, so symlinked it to /usr/lib32/ and everything seems to be running fine so far :) A dece general link for this kind of error is this Stack Overflow thread: [crocostackoverflow.com/questions/480764/linux-error-while-loading-shared-libraries-cannot-open-shared-object-file-no-s#21173918 Linux error while loading shared libraries: cannot open shared object file: No such file or directory]
As far as I know there are no proper packaged up versions available, and Alex only runs the operating system in a {{jargon|Virtual Machine|virtual machine}}, just to get the Linux version built. If you download it via the [[Guide:Itch#Itch|itch.io desktop program]] it will stay up to date, though; think of Itch as another package manager, I guess!
 
===Troubleshooting===
It's a 32-bit program and, as it's not packaged up, you may have trouble because it can't grab all the libraries it needs. For me it was '''libnotify4''', but I saw people missing '''libnss3''', '''libgconf-2-4''', '''libxtst6''', and '''libgtk2.0-0''' too. This forum post may help you out: [http://c3d.xyz/index.php?topic=64.0 Error While Loading Shared Libraries] (and maybe this later one: [http://c3d.xyz/index.php?topic=111.0 Can't get Linux version to run]).
 
I found I had 32-bit libnotify4.so in my Steam install, so symlinked it to /usr/lib32/ and everything seems to be running fine so far :) A dece general link for this kind of error is this Stack Overflow thread: [http://stackoverflow.com/questions/480764/linux-error-while-loading-shared-libraries-cannot-open-shared-object-file-no-s#21173918 Linux error while loading shared libraries: cannot open shared object file: No such file or directory].


==Links==
==Links==
* [http://crocotile3d.com/ crocotile3d.com]
* [[Guide:Crocotile_3D|Crocotile 3D]] in the guides section.
* [https://crocotile3d.com/ crocotile3d.com]
* [https://prominent.itch.io/crocotile3d Crocotile 3D] on itch.
* [https://prominent.itch.io/crocotile3d Crocotile 3D] on itch.
* [https://jeiel.itch.io/sprytile Sprytile], a [[Blender]] add-on inspired by Crocotile.


[[Category:3-D]][[Category:Graphics]][[Category:3-D_Modelling]][[Category:Windows]][[Category:Mac OS]][[Category:Linux]]
[[Category:3-D]][[Category:Graphics]][[Category:3-D_Modelling]][[Category:Windows]][[Category:Mac OS]][[Category:Linux]]

Latest revision as of 14:43, 12 October 2021

Crocotile 3D
Release date: Current
Made by: Alex Hanson-White
Runs on: Linux
Mac OS
Windows
Imports:
Exports: .OBJ, .MTL


Crocotile 3D is an unusual 3-D modelling program, in that you construct models from already-drawn tiles (much like you would construct maps in something 2-D like RPG Maker).

Crocotile needs to be downloaded via Itch.io, and requires a $10 registration to enable saving.

Linux

As far as I know there are no proper packaged up versions available, and Alex only runs the operating system in a virtual machine, just to get the Linux version built. If you download it via the itch.io desktop program it will stay up to date, though; think of Itch as another package manager, I guess!

Troubleshooting

It's a 32-bit program and, as it's not packaged up, you may have trouble because it can't grab all the libraries it needs. For me it was libnotify4, but I saw people missing libnss3, libgconf-2-4, libxtst6, and libgtk2.0-0 too. This forum post may help you out: Error While Loading Shared Libraries (and maybe this later one: Can't get Linux version to run).

I found I had 32-bit libnotify4.so in my Steam install, so symlinked it to /usr/lib32/ and everything seems to be running fine so far :) A dece general link for this kind of error is this Stack Overflow thread: Linux error while loading shared libraries: cannot open shared object file: No such file or directory.

Links