Jump to content

Gibier

Moderators
  • Posts

    1438
  • Joined

  • Last visited

  • Days Won

    98

Everything posted by Gibier

  1. While trying to see if the client's animated background feature could handle 6000-12000 frame (6000 is fine ) I've found out that writing the string could take a lot of time. To do my test I wrote a hard-coded console app which only had the images name and a for loop. Though I didn't seen any resource on the forum that generated those string so I edited it. Now the console ask the user for the images names, if the first image start at 0 or 1 and the number of images. If you write 0 the last image will end at 10 and if 1 is written it will end at 11 (with 10 images). You can find the generated string in the .txt file that will appear in the folder. I did a test and the .txt is fine with 12000 generated lines. https://www.ascensiongamedev.com/resources/filehost/fe0eddd05706e1433a775ff4956498a6.zip Note: The generator doesn't generate the frames duration. Also there's no error exception/catch (I didn't think it was useful since except the name you shouldn't do error ^^)
  2. This feature was added to the engine recently and will probably fix the issue https://github.com/AscensionGameDev/Intersect-Engine/pull/2269.
  3. You won't be able to find any image for this cause it isn't a image. The background is a color that you put inside the setting.json inside the json press CRTL+F to do a research and write this: "GameSettingsList" Change value of "RenderColor": "245,21,28,38", like you want.
  4. The engine doesn't have something like bbcode, markdown, or balise
  5. You could do this Though I don't see a way to space them on another line. txt1 would be the full diary and txt2 would be the added information.
  6. But the last suggestion couldn't be good since he's asking to doing it in the projectile editor ^^
  7. Seems like you updated the engine with an old plugin or you tried to put an old plugin into the current engine's version.
  8. You probably downloaded the source code, Here's a link to the compiled engine https://github.com/AscensionGameDev/Intersect-Engine/releases
  9. The first thing I would tell you is to know what you want as a game project before talking about budget else you'll probably throw money for nothing. Tileset and other asset should reflect the game's theme. If you don't really know the engine I'll also recommend you to make a tiny useless project to learn it and it's logic. The more you'll be using the engine you'll get better and let me tell you that after working fir few years on a game you'll probably cry while trying to fix something you made at the beginning cause it's so badly made. Personally I'm doing everything on a test project so my real project is the cleaner possible.
  10. Does it would have a difference between using multiple autorun event and using one autorun event to trigger multiple other no trigger event?
  11. Your event only show an image? I've tried it and the event display the image without freezing my character.
  12. Yes in the config.json on the server side.
  13. Gibier

    WIP Stick Around

    [Update] World: New shop: Optimization/fix: There was way too many autorun event. Now there's an autorun 'Timer' event that run all those event
  14. Embedded Video Link The sprite selection event is now fix.
  15. Gibier

    WIP Stick Around

    After more than half a year of doing nothing I'm restarting to work on this game
  16. You could do something easy as this: Which will end up with what you want
  17. But those are already include and the .xnb even in the b.6.2 version:
  18. When you open your .json files in the server or client folder save them with the 'Save as' option (File->Save as) and make sure that the section with the red border as this encoding option: Also by default the engine's .json file are in UTF-8 format which display umlauts characters with the default font. The only reason I would see that yours don't would be that you made change in those .json files and save them with another encoding format (probably AINSI) by mistake.
  19. @Xiphoid He already changed the game font Which version are you using? I tried with the 0.8.0.125 (last version) and was able to write Rägnarok with the 'ä'. I didn't edit a single file. Edit: You probably saved your .json with the wrong encoding:
  20. That doesn't seems to be something that the engine can do (or it's bug and it should do it). If it's not a bug, the only way you could do that is by switching your npc to an event with the npc's sprite and set it as 'ignore npc avoids' when the door is open.
  21. Here's the official documentation about how to compile the engine. https://docs.freemmorpgmaker.com/en-US/developer/start/compiling/
  22. RendorColor isn't a valid answer it will hide the inventory.png image which is not was he wants and to me sound like a bug or maybe I misunderstood 'RendorColor'. I thought that line was only used if they was no image in the .JSON file. So it may be a bug or no but either way the only way to change that is by source edit so; write about this in the GitHub page or manually editing the source.
  23. @Lunam @psychoranger The only way I've found to remove this shadow is by changing "RenderColor": to "0,0,0,0" which also remove the background which is weird since the background is supposed to be this picture by default. I guess it's a bug or the line should use another name like "BackgroundImageVisibilty"
  24. There's also this shadow on default's Gui so it's probably a feature in the .JSON @psychoranger I'll take a look at this when I get back home if nobody reply with the solution by then.
×
×
  • Create New...