Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

help!

A topic by maliscool created Jan 25, 2023 Views: 149 Replies: 2
Viewing posts 1 to 3

so I want to change the names of the sprites in the game so instead of lulu or slime I want to change their names to something new. and I want to change their health and attack damage. someone help, please!

Developer

Although you say sprite I presume you mean changing the names of the characters generally, correct?

You can change the name of any asset in the asset browser by right clicking it and selecting rename, or by pressing F2 with the asset highlighted.

In terms of changing the names as they show in game, etc. Most of that information is held in the "GameData" script. Where you will see all the data for the party members, the inventory, and every "action" you can perform in combat.

Enemies are not stored in this same way (although perhaps they should be?) but their information can currently be found in the create event for that particular enemy unit. During my refactor and for the tutorials, I will probably move this enemy data to also come from the GameData script instead.

thank you so much, I found out how to change the health for the heroes and change the names. as for the enemies they should be stored in a way that doesn't alter their mechanics. if that doesn't change anything then I think they should be in game data