Stellaris

Stellaris

More Tilesets
188 kommentarer
WerdKesaj 25. maj kl. 22:09 
I miss tilesets
tilarium 7. juli 2024 kl. 10:02 
How the game has changed since v1.0
Dustreaper 7. juli 2024 kl. 9:21 
This brings me back.
Qillin 12. juni 2021 kl. 12:27 
Lmfao
Tempus Two 7. juni 2020 kl. 15:16 
@tilarium - it's all good man, it wasn't a dig at the Author - just hilarious as I hadn't played the game since it was planets had tilesets and didnt know what the heck was going.

@Sam_ Thanks for the update
Sam_  [ophavsmand] 6. juni 2020 kl. 17:09 
The only logical use for this mod is to use the alternative tomb world portrait. Therefore I've updated the mod to reflect that. Now it's only a graphical change and will be compatible with all future versions of the game.

On a side note it was amusing to change the version from 1.6 to 2.7
tilarium 6. juni 2020 kl. 16:54 
....... ummmmm.... you do know that this mod has been outdated for 2 years? More then that, it was made back when Stellaris still had tilesets and not districts? And you're wondering why it's not working.....
Tempus Two 6. juni 2020 kl. 15:37 
FYI - this broke my districts. I came back after a couple of years of not playing and subbed to this mod before starting up again and was tearing my hair out for 30 minutes as all my districts literally disappeared (as in they didn't exist anymore, meaning everyone was unemployed etc) after a few days of in game time. What a trial by fire for a new game lol
Sam_  [ophavsmand] 17. maj 2020 kl. 13:57 
The game has had a lot of concurrent players in the past that no longer play.
tilarium 17. maj 2020 kl. 13:06 
Totally outdated... and still has almost 42k current subscribers... I don't get it.
Sam_  [ophavsmand] 17. maj 2020 kl. 4:16 
Actually my mistake. It has been a long time since I have looked at this mod, it overrides the planet_classes file. It was last updated in 2018. It will probably break your game.

Given that it was for Stellaris when it had tilesets it's basically totally outdated anyway.
eternity 17. maj 2020 kl. 4:08 
I had uninstalled all of my mods and left only this one. Same thing had happened. Maybe I should reinstall whole game.
Sam_  [ophavsmand] 17. maj 2020 kl. 3:04 
It's not caused by this. It only adds textures
eternity 17. maj 2020 kl. 2:49 
hi
After 2.7 update, I can see that all of districts on the planets just disappearing after a couples of days.
Sam_  [ophavsmand] 29. apr. 2020 kl. 10:57 
The only thing this mod will do is change tomb world portraits to the one seen above. Unless you like the portrait there's no reason to use this.
(shiny) DiamondNova 29. apr. 2020 kl. 10:52 
I dobut it is, just because its for mechanic that is gone for like one year.
Joshua Graham 15. apr. 2020 kl. 5:54 
is this achievement compatible?
Sam_  [ophavsmand] 29. feb. 2020 kl. 14:29 
Probably.
Aven Oul 29. feb. 2020 kl. 6:58 
probably invalid now
tilarium 30. okt. 2019 kl. 16:17 
Probably right on that one, @Sam
Sam_  [ophavsmand] 29. okt. 2019 kl. 22:51 
A lot of people just scroll through their mod list and spam update to anything with a red exclamation.
spartzb 29. okt. 2019 kl. 17:02 
Please Update for 2.5!!! Thank you!!
Sam_  [ophavsmand] 30. juni 2019 kl. 7:47 
This mod only adds art. It still works despite the red exclamation mark. I wont be updating this anymore given the change to planets.
loyalgaurd 30. juni 2019 kl. 1:48 
But it's free... please update.
Sam_  [ophavsmand] 25. maj 2019 kl. 16:10 
This is how planets used to work before the Megacorp update. As a result there is no reason to use this mod.
MEH 25. maj 2019 kl. 9:25 
what makes the surface look like that as far as mods
Yellow 4. feb. 2019 kl. 23:01 
why? planets have changed, this mod probably doesnt work
Sam_  [ophavsmand] 27. jan. 2019 kl. 18:53 
There are still portraits, so perhaps he was after the tomb world portrait. Either way I wont be updating this unless I find more content to add.
tilarium 27. jan. 2019 kl. 18:48 
Ummm... @Galaxar you do know that in 2.2.X there are no more tiles, right?
Galaxar7 8. dec. 2018 kl. 5:43 
update please to 2.2.1 ver
Kennywnorth 28. okt. 2018 kl. 18:49 
could you make a patch between this and the "Alternative Tilesets' mod? I would like for tomb worlds to have your greenish tiles and his brownish tomb world tiles as one tileset. Yours would be like fallout 3 east coast and his would be like Fallout 1 and 2 california
TechSY730 18. juni 2018 kl. 21:23 
I've made a compatibility patch between this and Real Space 3.1 , because the old compatibility patch is very out of date.
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1416025776

If you are seeing "exploded" ring worlds and use this and Real Space, this patch will fix it.
Spacemike 5. juni 2018 kl. 0:13 
Indeed it was! not if statements are much cleaner and a bit easier to use, with the ability to just do else_if = { limit = { } } instead of else ={ if = { limit = {} } }
Sam_  [ophavsmand] 5. juni 2018 kl. 0:03 
Well, that is a relief. It can get ahrd to parse what is on the screen with a huge nest of else conditions.
Spacemike 4. juni 2018 kl. 23:57 
that's true, but i think it has something to do with the game engine, but then again i've never really develed into the workings of Paradox's special game engine, but i am familair with the source engine and it's use of LUA.

No problem, i will say that if statements are a bit more sensible now though, instead of having to have the else statement inside of the if statement (like: if = { else = { } }) it now follows a more common use of the if statements with the statements being one after the other (ie: if = { } else_if = { } else = { }).
Sam_  [ophavsmand] 4. juni 2018 kl. 23:52 
Well the system is basically just a long list of attributes or members defined in the source code anyway. The conditions, if and else structure, is basically hard coded to be read by their own ad hoc interpreter. They didn't really need to reinvent the wheel on this one. It doesn't increase file size, and LUA is easy to learn. You have far more control over mod functions then you do with this script language. Factorio is a great example of good mod integration, which uses LUA.

Anyway my complaining aside, thanks for the heads up. That probably means I have a lot of work to do to get my current project to work.
Spacemike 4. juni 2018 kl. 23:40 
I am pretty sure they did, i know just recently like in the past month they changed around the if else statement system quite a bit and included else_if as well, i was just making a suggestion to let you know there is a bit of an easier and more mod compatible way to do it. And, true, using LUA or some other scripting language might've been better, but will all the planets and special functions and such things might've gotten quite messy and a bit harder to code for some, probably the best option would be to have the option to do either LUA or their ingame code, but that might make things more complex overall and increase the file size a good amount.
Sam_  [ophavsmand] 4. juni 2018 kl. 17:44 
Perhaps they have changed it. I may give it another go. Don't ask me why that this/was the case, it's just part of the mystery of their scripting langauge. If only they used something like LUA and gave us more access.
Spacemike 4. juni 2018 kl. 16:53 
When did you last try it? i tried it a day or two ago, and i do know they changed the coding structure and such a good amount recently to make the game more moddable and make mods more compatible with each other.
Spacemike 4. juni 2018 kl. 16:13 
Huh, odd, i'm not sure why that would be the case, i tried it on my pc and made a mt_planet_classes.txt file with only the ringworld habitable section in it and edited the ringworld section and only that ringworld section just fine. although, i do have a good amount more mods, but that shouldn't have much to do with it as i added the file into a mod that was all the way at the top of the mod list (and most likely at the beginning of the load order too)
Sam_  [ophavsmand] 4. juni 2018 kl. 0:29 
That makes sense in theory, except it doesn't work. Trust me, I've already tried that. Something about the load order or way it handles over writing existing names still causes it to over write the whole file.
Spacemike 3. juni 2018 kl. 23:03 
@Sam if you rename the 00_planet_classes.txt to like mt_planet_classes.txt or such and only put in the planets you edited it will still replace those planets that you put in that file, but without making it have to overwrite the original file, making it more compatible with other mods.

in other words, if you have the mt_planet_classes.txt with only like the ringworld ringworld in it, it will still change the ringworld tiles, but without making the mod super incompatible with out mods, like real space, allowing someone to make and easy patch for this mod to work with real space.
Michelin Man 23. maj 2018 kl. 14:53 
Hello, one question I'd like to ask is would it be at all possible for you to make a version of this mod that is compatible with the previous version of Stellaris. Many people (myself included) have saves they'd like to play on this version but when using this mod it causes an error with the tomb world preference type (and I assume the gaia world types as well).
Sam_  [ophavsmand] 23. maj 2018 kl. 5:50 
Should be updated
Blood 23. maj 2018 kl. 5:02 
With this mod activated (Since the 2.1 drop), Class M Red Giant stars no longer spawn in the system view, and can no longer build outposts etc because of it.
Oszych 23. apr. 2018 kl. 2:44 
Does it work with Real Space 3.0 ?
Does it work with Planetary Diversity ?
𐩸 11. apr. 2018 kl. 4:52 
Does this currently work with Real Space 3.0?
Terramaris 4. apr. 2018 kl. 5:30 
@Ephinox

I don't have this mod and I have the same issue as well (subbing to see if I can fix it). Has to have been another mod or just a vanilla bug.
Chi 29. mar. 2018 kl. 16:27 
I'm getting some sort of bug with this. In the background of Fallen Empires who have ringworlds as a backdrop to their communication screen, the background is misaligned and squashed, and I'm not sure why.

I have no other mods that alter tilesets or backgrounds so it's gotta be this one.
EphinoX 6. mar. 2018 kl. 14:02 
thx :steamhappy: