A game of survival, trade and exploration in the universe of Fallen London
Changing graphics possible?
 BiscuitCookie Posts: 2
11/2/2016
|
I've been looking around to see if it's possible to change in-game graphics such as ship look and map tiles.
|
|
|
0
link
|
 Machallan Posts: 39
11/3/2016
|
I tried creating a player's ship by using the assets of existing ennemy ships, but I couldn't find a way to make it work by editing only json files. I believe this to be hardcoded in the Unity part of the game (along with the ships equipment slots). And I assume the same is true for map tiles.
|
|
|
0
link
|
 Optimatum Posts: 3666
11/3/2016
|
I'm pretty sure you could change the art used in tiles, but only by editing tiles.json to change which of the existing map entities the game uses where.
-- Optimatum, a ruthless and merciful gentleman. No plant battles, Affluent Photographer requests, or healing offers; all other social actions welcome.
Want a sip of Cider? Just say hi!
PM me for information enigmatic or Fated. Though the forum please, not FL itself.
|
|
|
0
link
|
 BiscuitCookie Posts: 2
11/3/2016
|
I'm mostly asking because I wish to extract assets for use in the wiki.
I managed to find something which allows texture exporting as tga or png: Unity assets bundle extractor
while it sort of works for locations it doesn't quite work for enemies because the model has all it's layers separately next to each other edited by BiscuitCookie on 11/4/2016
|
|
|
0
link
|
 Machallan Posts: 39
11/5/2016
|
Then you should use something like : https://github.com/DerPopo/UABE
|
|
|
0
link
|