Jump to content

Castiel

Members
  • Posts

    66
  • Joined

  • Last visited

Everything posted by Castiel

  1. @Aesthetic @AgoraphobicI made a save of passing the "training" through the "switch". Is it worth changing to a "variable" or will it go?
  2. Hello everyone. I apologize right away that the screenshots were taken with the engine translated into my language, but I think everything is clear. I wanted to find out what are the differences between "switch player" (I hope I translated it correctly) from "variable player"? There's also a "Global switch" and a "Guild variable". I also don't understand their function (Although in their cases, by the names "Global" and "Guild", you can still understand their function).
  3. Greetings! Tell me, how can I implement the language selection in the game? I want to add my own language, but leave English, the player will be able to choose a language that suits him.
  4. @pandaSorry, this happened because of the auto-translation function inside the browser. Here is the text I wrote: Hello everyone. I decided to update the engine (downloaded the updated version and replaced the necessary files). At startup, the "Server" outputs this text. I don't understand how to update SQLite..
  5. Now I realized that it's possible not in SQLite, but in the files "gamedata", "logging", "playerdata". It is worth transferring one of these files from my project to a new version of the engine and such an error appears. How do I transfer my data then?
  6. Всем привет. Я решил обновить движок (скачал обновленную версию и заменил необходимые файлы). При запуске "Сервер" выводит этот текст. Я не понимаю, как обновить SQLite..
  7. Thanks, it's worth a try. If I come up with something, I will definitely let you know
  8. Good time of day. The question is probably too naive and the answer to it, I think, is obvious, but still I will ask: is it possible to implement a construction system in the game? Or is such a possibility being considered for further implementation? Although, I saw how the "vegetable garden" system was implemented on this engine and I think the answer is obvious..
  9. Hello everyone. In the editor, you can set the "uniqueness" of the item, that is: a simple item, legendary, mythical or something like that. In addition, I would like to highlight the image of the object in color (for example: a sword on a red background. this would mean that this item is legendary). I could photoshopped each item onto the background I needed. ( Gray, Yellow, Red), but it will take a lot of time and possibly resources. Is it possible to implement something, so that when choosing the legendarity of an object, the appropriate background is set for it? *I do not speak English, I hope I have written everything clearly..
  10. Alas, I did not understand you) Language barrier
  11. Hello. I made a separate location for "training". All players get to this location at the beginning of the game. But how to make sure that there is a separate "virtual world" for each player (so that players don't see each other and can't kill NPCs together)
  12. Делаете свой проект или просто..?
  13. Good. In general, does it load the game somehow?
  14. Thank you, this is a good option!
  15. Hello everyone. To implement the "training", I had to give a certain item to the player during registration, and then I made a check in the "Event Editor" (screenshot below). When logging in on the server, a check is made for the presence of the item and then: teleport to the location, etc. I wanted to ask if it loads the server? Will this check happen absolutely every time you log in? Suddenly it causes a high load.. https://imgur.com/a/lV7WOy0
  16. Живые есть?
  17. I think I got it. And what is the difference between "Intersect Engine 0.7.1.66-beta Upgrade" and "Intersect Engine 0.7.1.66-beta Patch". What should I download? P.S. Can I download the latest released version or do I need to see all the previous ones before it? (what if there is some updated file that is not in the latest version? My version is several versions behind the new one)
  18. Thanks! And if there is a "binding", in the future there is no way to untie the spell?
  19. Oh, I just noticed that the message "You can't forget this spell" appeared in the chat. What does this mean?
  20. Hello everyone. I still can't figure out if it's possible to update the engine automatically somehow? After all, if you download a new one, you will have to transfer all the changed files and there may be problems with - .json files. The second question, which is also related to engine updates: what to do with .json files in my native language (I translated them into another language myself)? I do not know what new lines have been added to .json files and what has changed in them, respectively, you will have to completely replace them with new ones? Then my translation will be lost.
  21. I don't understand you. I have not implemented such a system in my project. Or is this a standard feature of the engine?
  22. Hello everyone, the problem is the following: I created an "Event" in which I gave myself magic and in another "Event" I want to take it from the player. In addition, I also give out/ take away items and there are no problems with them! That is, everything works except magic. We give the player magic - https://imgur.com/a/QmM8zav Taking away the magic from the player - https://imgur.com/a/UcINrbT
  23. Is it possible to do something like a "Block", just so that this zone does not just prevent the player from passing, but causes damage to him and he himself leaves / dies? For example: lava
  24. Hello everyone. Has anyone tried to implement the language selection in the settings in the game? I would like to add my native language and leave English. Suddenly it has already been sorted out on this forum. Thank you in advance.
×
×
  • Create New...