Planet Centauri

Planet Centauri

 Acest topic a fost fixat, deci probabil este important
onilink_  [dezvoltator] 31 ian. 2017 la 2:10
[Warning] Modding, read this before any game modification
Before doing anything: disable cache in game options.

There is no modding API (modding is not yet officially supported), so if you want to edit some assets, may sure to backup your save files (My Documents/Planet Centauri, or from %APPDATA%/PlanetCentauri), because it will corrupt your inventory and worlds after an official update.

After modding, you SHOULD erase the moddable folder (or uninstall the game) before an official update, or your saves will be unusable with the new assets.
Editat ultima dată de onilink_; 24 iun. 2020 la 7:30
< >
Se afișează 1-15 din 42 comentarii
Var 31 ian. 2017 la 5:48 
Хорошо. А как вы вообще относитесь к модификациям для вашей игры?
Okay. And how do you feel about the modifications for your game?
onilink_  [dezvoltator] 31 ian. 2017 la 7:38 
There is no problem about mods as long as it respects the rules of the workshop/steam (when this will be integrated).

For the moment the only problem is that it's complicated for players to create and share their creations (no good game integration, no tools, no scripting, no robust API, no workshop) without breaking their saves.

This topic is here preventively.
If you don't know what you are doing, just don't edit files without precautions. If you have troubles, just reinstall the game and restore your save backup.
Var 31 ian. 2017 la 9:29 
Понятно.
Understandably.
Postat inițial de onilink_:
There is no modding API (modding is not yet officially supported), so if you want to edit some assets, may sure to backup your save files (My Documents/Planet Centauri, or from %APPDATA%/PlanetCentauri), because it will corrupt your inventory and worlds before an official update.

After modding, you SHOULD erase the moddable folder (or uninstall the game) before an official update, or your saves will be unusable with the new assets.

I've tested out the modding section(It's written in Javascript so most people could understand it) and I've found some interesting things, mainly if you increase a weapons damage past the "cap" it no longer works as an item and certain items that can't be spawned in can be crafted (such as portals) and placed which will work like normal in terms of souls and such but they don't allow you to teleport. Also, if you change things in the "taming" folder you can make the NPC's do interesting things(once I got one to pick up items equipping them off the ground and bring them back to a crockpot and store them even if they aren't meant to be stored there). Although one thing I wish was moddable is the dungeon layout's because I'd love to customize a dungeon in the future and make it literally a death trap instead of just obvious traps that activate whenever loaded and on a timer.
onilink_  [dezvoltator] 6 iun. 2018 la 1:09 
Postat inițial de Tingora_Ultrax:
I've tested out the modding section(It's written in Javascript so most people could understand it) and I've found some interesting things [...]

There is no scripting atm, and no javascript. There is only configuration files, you can't add not programmed behaviors. But you can configure existing things.

Postat inițial de Tingora_Ultrax:
Although one thing I wish was moddable is the dungeon layout's because I'd love to customize a dungeon in the future and make it literally a death trap instead of just obvious traps that activate whenever loaded and on a timer.

Yes, dungeon modding is possible and has a lot of possibilities.
There is tutorials for dungeon creation, and for the event system:
https://steamcommunity.com/sharedfiles/filedetails/?id=1135821880
https://steamcommunity.com/sharedfiles/filedetails/?id=1135473510
https://steamcommunity.com/sharedfiles/filedetails/?id=1136554287
Postat inițial de onilink_:
There is no scripting atm, and no javascript. There is only configuration files, you can't add not programmed behaviors. But you can configure...

Ah okay thanks for the clarification, I assumed it was using java because of the layout(looks very similar to java). I'll check out the tutorials aswell thanks for letting me know!
Any idea when Mod Support will be avvailable? Honestly it would be nice to have cause sure there will be mods that essentially make it too easy or too hard, and of course will be cheat mods, but there will be some mods that will give you the developer something to implement into the base game.

Some developers have implemented mods to their base game in the past cause they liked the modification, and most players used them.
onilink_  [dezvoltator] 3 iul. 2018 la 2:53 
Mods will be implemented later, because it's many works and atm we have a roadmap to follow.
Halendor 18 febr. 2019 la 15:09 
Hi, since it is 2019 already i want to ask how far away is Planet Centauri from modding support & steam workshop? I see it has almost all main features completed on road map and wondered if it will be ready this year. This game for me looks like it has a lot of modding potential (better than Terraria).
onilink_  [dezvoltator] 19 febr. 2019 la 0:59 
Postat inițial de Ancient Shaman:
Hi, since it is 2019 already i want to ask how far away is Planet Centauri from modding support & steam workshop? I see it has almost all main features completed on road map and wondered if it will be ready this year. This game for me looks like it has a lot of modding potential (better than Terraria).
Hi,
Hard to say for now, I have some more big features to integrate, and modding is a priority only for the 1.0 release.
Bun 15 iul. 2019 la 14:41 
how can u edit the rarity from the drops? can't find any variable...
onilink_  [dezvoltator] 16 iul. 2019 la 1:43 
You can't atm.
Postat inițial de Bun:
how can u edit the rarity from the drops? can't find any variable...
you can just craft the item if you want one or make it upgradeable using certain items (with upgradeable you have to set the upgrades for each rarity level or it'll just change rarity)
Wha do i need to know before making new UI?
Editat ultima dată de Pumpkin King 250; 1 apr. 2020 la 12:43
onilink_  [dezvoltator] 1 apr. 2020 la 12:52 
- First, go into PlanetCentauri/assets/ui_skin/
- Copy skin_default or skin_95 and rename it with the skin name you want like "my_new_skin"
- Add a new entry in skins.json so you can select the skin in the graphics options
Ex:
[ { "name":"Default", "folder":"skin_default" }, { "name":"Centauri95", "folder":"skin_95" }, { "name":"Custom Skin", "folder":"my_new_skin" } ]
Don't forget the comma.

Now into the folder you have skin.json and a folder Sprites.
skin.json allows you to change text colors and some features like this.
The Sprites folder allows you to change the sprites used by the engine to create the UI visuals.


Editat ultima dată de onilink_; 1 apr. 2020 la 12:54
< >
Se afișează 1-15 din 42 comentarii
Per pagină: 1530 50