Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

VoAn

5
Posts
A member registered Jan 05, 2024

Recent community posts

is subscription on itch buying for month or forever?

hello, which command can switch tenten's costume

(1 edit)
init python:
  item_pen = Item(
    name=__("Pen"),
    cost=100,
    descr=__("Basic pen"),
    shop="tenten",
    icon="my_mod_folder/pen.webp",
    ),
  )
  class Pen(Module):
    subscribe_on_events = ["game_loaded"]
    def on_event(self, event):
      if not inv_shop.has_item(item_pen):
        inv_shop.add(item_pen)

got that problem, whats wrong?(switched render, renamed mod doesnt help, no ignore button)
Thank you for your help, understanding and patience
And sorry for the large number of questions
Folder name is correct in icon

i tried to reply but itch dont send my message :b
i asking how to make basic item not costume like pen in wiki
and i get another question about how to remove excess clothes on ino in shop preview and on the character, cuz my costume overlaing on basic costume of ino but i dont need it

Hello, im trying to learn how to make mods, but i dont understand how to add item to tenten's shop i know about guide on wiki but it dont helps too, i need to know where must be rpym file, and know mod folder structure for adding items in tenten's shop