-
Posts
647 -
Joined
-
Last visited
-
Days Won
32
Weylon Santana last won the day on October 28 2022
Weylon Santana had the most liked content!
About Weylon Santana
- Birthday 04/12/1996
Contact Methods
-
Website URL
facebook.com/weylon.santana
-
Discord
https://discordapp.com/invite/6e79npC
Profile Information
-
Gender
Male
-
Location
Brazil.
Profile Fields
-
My Project
Heroes Apocalypse
Recent Profile Visitors
15,783 profile views
Weylon Santana's Achievements
-
Nick reacted to a post in a topic: [Paid] Looking for pixel artists - Pirate Souls
-
Weylon Santana started following New Animation System , [Paid] Looking for pixel artists - Pirate Souls , Regarding Github and 7 others
-
Need Help [Paid] Looking for pixel artists - Pirate Souls
Weylon Santana replied to Shenmue's topic in Recruitment
I recommend my girlfriend (obviously, but not because she's just my girlfriend), you can see her portfolio here https://pyxel.space/portfolio She works/worked for several people here on the forum, you can get recommendations anywhere here Her discord is "Daniele Santana#8672" -
Weylon Santana reacted to a post in a topic: [Tutorial 9] - Editor de Magias e Projéteis
-
[Tutorial 9] - Editor de Magias e Projéteis
Weylon Santana replied to Weylon Santana's topic in Intersect
a "ponta" da imagem/animação que você quer que rotacione deve estar voltada para cima no editor de animações deve desativar rotações no editor de projeteis deve ativar o rotacionar fazendo isso deverá funcionar, se não entre no nosso grupo do discord para acompanhamento melhor. -
You should take a course on github on youtube there are several free ones, so you will understand a little how the process works, on youtube there is much more information than a simple person could give answering this topic (the answer to this thread would basically be a course on, so I don't think anyone will answer, at least I'm giving you the direction of where to start)
-
Weylon Santana reacted to a post in a topic: I Ran An Intersect Game For 3 Years - What I Learned
-
Skit reacted to a post in a topic: Tutorial - Event activated by date.
-
Weylon Santana reacted to a post in a topic: [FREE] Redeem Reward Code System!
-
boasfesta reacted to a post in a topic: [FREE] Redeem Reward Code System!
-
Untested [FREE] Redeem Reward Code System!
Weylon Santana replied to boasfesta's topic in Source Modifications
Very interesting and cool idea, but why not create a new editor and make the whole process more visual for whoever is going to use it? and instead of using /something, use a prompt window? Besides, is there a usage limit? by character? on account? -
Weylon Santana reacted to a post in a topic: [FREE] Redeem Reward Code System!
-
It's not possible, it would just be modifying the source
-
_Zano reacted to a post in a topic: Intersect GUI Editor
-
It's because it's an old tool, so you'll only have option for the old stuff, not the newest
-
MrValenza reacted to a post in a topic: [Beta 6] Global EXP Modifier/w Console Support
-
Xiphoid reacted to a post in a topic: [Tutorial] Premium/Membership System
-
I wouldn't say it so soon You are using autorun events which is the main thing to avoid using in the intersect If this is a tutorial focusing on beginners, I understand the use of so many variables, but it would be nice to add that with only 1 variable of type int you can do the same system (explanation below) A false information, because when using the event command "set variable" you can set the variable to "time system" where it can be used for comparisons with the current server time, and you can remove the player's vip even with him offline , (in this case I would remove it when he logged in the game), that is, it is possible to "track" the player's vip time even offline, so when logging in, remove the vip if expired, without modifying the source To summarize, the best way to do this system (if you want to do it through events) is: 1 - var global type int (player variable to aplly only a players, user variables to aplly to whole account) 2 - Give vip commom event if the variable vip is equal to 0 set the variable equal to system time (now) add x (x = time you want to add in ms) 3 - Remove vip commom event if the variable vip is not equal a 0 and is lower than global time (create a temporary variable, set the value to for system time to be able to compare) set vip = 0 4 - Anywhere you need to see if the player is vip, just see if it's bigger than global time But maybe this is a bit advanced if many people who are a beginner, maybe your tutorial is for beginners But I could have thought of these solutions available without modifying the source
-
Untested [Beta 6] Global EXP Modifier/w Console Support
Weylon Santana replied to Bioblaze Payne's topic in Source Modifications
This modification was not finalized, so it was not included in the source, the intersect currently does not have such an option. You will have to know how to program and then you will be able to modify this option on your own -
É possivel criar mapas dessa forma?
Weylon Santana replied to KaycPS's question in Perguntas e respostas
A configuração é possivel, mas se a pessoa tiver uma tela maior que o mapa, não funcionará, então não vale a pena no final. -
It means the spell is bound. Uncheck the "bound" checkbox so you can forget about it https://prnt.sc/C9tX4Cxk2oMm
-
Weylon Santana reacted to a post in a topic: { Package: Node} Intersect.TS
-
@Xiphoid The new animation system was created so if you have 1 base sprite, you can use different types of animations. It is an extension of the standard "_attack", "_cast", "_weapon" Imagine you have a base image - player.png If you wanted to add attack, cast and animation for when you have a weapon equipped, you would do player_attack.png, player_cast.png, player_weapon.png Now imagine that this same base image will have to use a different animation for each class (unarmed attack), you would do player_attack_warrior.png, player_attack_monk.png, player_attack_mage.png The same is for cast and weapon add another "_" and customize the name you want player_cast_fire.png, player_cast_water.png, player_cast_wind.png player_weapon_sword.png, player_weapon_axe.png, player_weapon_bow.png It was a system designed also for classes that use two different weapons, such as an archer that would have an animation for a bow and a crossbow. Speaking of weapons that shoot projectiles, if the item/spell has a custom animation, the _shoot will not work, as the custom animation will be priority this extension only works for "_attack", "_cast", "_weapon" add another "_" and type the name you want always follow this pattern <baseSprite>_<animation>_<customAnimation>.png
-
Artheios reacted to an answer to a question: Stack limit
-
I confirm that the server is not starting, I have already communicated it to panda, he will fix it as soon as possible in the .60 version
-
If you really encountered a problem, you could use this channel for a better support: https://github.com/AscensionGameDev/Intersect-Engine/issues You quoted a message in the console, but there are no images of the console, it would be good, if the server closes too fast, it could also be good to record the screen. You also could record running the .58 version normally, then closing the server and replacing the executables, and running the .59 version, to see the error happening. The above log doesn't show any errors, and all this information would be welcome in the above link I quoted ps: the above link can be found here https://prnt.sc/Ucq09pnO3uP1
-
Here: https://github.com/AscensionGameDev/Intersect-Engine/issues You can report as a bug (in my opinion it's a bug) There's nothing you can do on your side, it's coded to be that way, there's no check of which animation to run when walking and attacking at the same time, so it tries to run both animations. I've already looked at it, but I've never been too deep, I think I'll review it again when the time comes.
-
Kings And Gods reacted to a post in a topic: Dev Blog 4/5/2020 - Beta 6.2 Development
-
Weylon Santana reacted to a post in a topic: Heroes of Umbra 2D Platform hack/slash RPG [PLAYABLE]
-
Weylon Santana reacted to a post in a topic: Intersect Tools
-
Weylon Santana reacted to a post in a topic: Naruto Origins Online 2D
-
Siege reacted to an answer to a question: 0.7.1.42 Improvement in character window?
-
Push reacted to an answer to a question: 0.7.1.42 Improvement in character window?
-
0.7.1.42 Improvement in character window?
Weylon Santana replied to Siege's question in Questions & Answers
@Siege look this - https://github.com/AscensionGameDev/Intersect-Engine/pull/1417