-
Posts
1438 -
Joined
-
Last visited
-
Days Won
98
Content Type
Profiles
Forums
Downloads
Everything posted by Gibier
-
easier way (if there's only one account) would be to delete the account database since the first created account get the admin access by default.
-
Yes, if I remember correctly in the alpha version most ui were made almost only with this but they change later on without remaking those
-
Count as high as you can while staff are sleeping!!!
Gibier replied to Giligis's topic in Forum Games
0 -
[ PT-BR / EN ] Create "Walk" / Universal LPC Spritesheet Generator
Gibier replied to srunobantana's topic in Tutorials
nice tool though I'm not too sure why someone would want to reduce the lpc sprite animation to a 4 frame (well except if you use it for rpg maker.) Would be easier and better to just use all the frame for every animation. -
Though this isn't a game made with the intersect engine
-
Hey I regain access to the editor of the demo. Panda goal is to get a demo complete enough to show a basic of what the engine can offer then release the client, editor and server so people can download it. Do you guys have some special request that I could implant to it?
-
You can't only the client and servers are running on mac. The editor is running on window only.
-
Modified Client Not Connecting to Unmodified Server
Gibier replied to Bloodymage's question in Development Questions
If you're using an edited client you'll need to also compile the server a vanilla server for released build won't work. The same with an edited server won't work with a vanilla client released from build. -
Either this wasn't a feature the day I replied or I was missing an/few update
-
Au final j'avais mal lus la version. Pour aller de B7.1 à B8 le mieux est de upgrade de B7.1 à B7.2 puis de B7.2 à la première version de la B8 B7.2: B8: et assure-toi de prendre la version v0.8.0-beta.1 et puis tu devrais pouvoir upgrade à dernière version @Vio merci d'avoir réagis à mon poste sinon j'aurais pas revenu sur le topic
-
Hi, no the base engine can't do that neither the event system which can only give xp. Surely if know C# you could add it the spell editor consuming like hp/mp. Though adding this feature would require for you to see how to implant it; if the player's current xp is less than the requirement should the player be casting the spell for a level cost or not. Else an other way would be by changing the 'give xp' option to 'change xp' (which from my point of vu should already been made). Thought this would also mean if the player loose a level or not.
-
Pour update le client et éditeur tu n'as qu'à remplacer les .exe avec ceux de l'update Assure-toi que la version soit vraiment celle du serveur affiche. Après si tu n'as pas ouvert les port alors peu importe l'ip/port le client ne pourra pas se co tu peux vérifier si c'est ça en mettant 'localhost' and host du fichier config.json du client.
-
Story Today I did this on my project...
Gibier replied to SkywardRiver's topic in Design & Creativity
Nice are they doing stuff beside following the player? -
Add more frames per sprite/Agregar mas frames por sprite
Gibier replied to tamagochi94's question in Preguntas y Respuestas
server/resources/config.json -> "Sprites": -
collision between players/colision entre jugadores
Gibier replied to tamagochi94's question in Preguntas y Respuestas
Se bem me lembro, essas definições estão configuradas no config.json da pasta do servidor. Vou editar esta resposta quando estiver no PC para confirmar. ---- Editar: Tem de se certificar de que o seu mapa utiliza um tipo que está definido como falso no config.json Por favor, não mencione @mencionar pessoas, é rude e posso confirmar que ninguém gosta de ser mencionado por dar ajuda se não tiver respondido previamente à pergunta. tradução do inglês com deepL -
How to make stall like metin2, Silkroad or knight etc.
Gibier replied to kraliet07's question in Questions & Answers
Not without source edit -
How to make stall like metin2, Silkroad or knight etc.
Gibier replied to kraliet07's question in Questions & Answers
Cause except on the specific dedicated part of the forum writing in english is a requirement. -
How to make stall like metin2, Silkroad or knight etc.
Gibier replied to kraliet07's question in Questions & Answers
You mean a shop between player like runescape grand market? The only two/thee reasons I would see that this isn't implemented is: Not knowing how to implementing it so all user like it (that was the reason with guild weren't added before B7) They are not planning on adding gameplay feature for the rest of the B8 You can trade item so you can sell item while you're playing Also the market system is good though it's not a system that will make people playing the games since it doesn't affect gameplay. I could be wrong with my three point a dev could be able to give you a real reason why they didn't add this. -
Is this place still active or dead? What about the engine itself?
Gibier replied to SlyToes's question in Development Questions
Hi The forum is kinda dead everyone is still active in the discord channel. The bot still release post about the engine update so you should have probably seen that the engine is still pretty alive. The last update was last week. Though they are mainly making QOL feature and cleaning for the rest of the b8 version. There's no major system addon planned but surely in the b9 version Here's the B8 roadmap https://github.com/AscensionGameDev/Intersect-Engine/discussions/2303 -
like triangle said in the other post this part seems to be hardcoded. There's place where there's a picture so turning the opacity to 0 or editing the source seems to be your only two option. Also next time please do a bump for your topic instead of doing another for the same question.
-
Since it's from event yes you can easily do that but without a real interface so the end result will always be this: Though whiteout a tutorial it would be hard to explain... Guess I can make one and add it to my event tutorial page... I would guess that he meant that stone require XP amount instead of level so something like this: bronze ore need lvl 3 mining (300 xp to get there) so instead of "bronze ore need lvl 3 mining" just go straight with "bronze ore need 300 xp mining" which personally isn't the end result that I would want in one of my game
-
Count as high as you can while staff are sleeping!!!
Gibier replied to Giligis's topic in Forum Games
I completely forgot this game. Thanks @WereAlpaca for the donation 0 -
Yeah you're right and setting the button with "RestrictToParent": as false doesn't work....
-
You could just disable and hide it in the .json which would be way faster and would probably take 5-10sec to do.
