-
Content Count
93 -
Donations
$0.00 -
Joined
-
Last visited
-
Days Won
2
Talikan last won the day on February 22
Talikan had the most liked content!
About Talikan
- Currently Viewing Forums Index
- Birthday 08/30/1994
Contact Methods
-
Website URL
http://www.pdmo.fr/
Profile Information
-
Gender
Male
-
Location
France
Profile Fields
-
My Project
Pokemon Donjon Mystère Online
Recent Profile Visitors
2,329 profile views
-
-
Hello, Nous venons de publier le nouveau trailer de PDMO ! Vous y trouverez la date officielle de sortie ! Pour nous aider à nous faire connaître, partagez un maximum et likez L'équipe PDMO
-
Talikan reacted to a status update: A small project to add elements to the engine would be nice and many games could crea
-
-
-
-
Talikan changed their profile photo
-
-
-
-
-
Salut, si tu as besoin d''aide ou que tu veux discuter tu peux rejoindre le discord fr -> https://discord.gg/cJaTe8 On est une 50 ène de membres !
-
-
Bonjour, Mise à jour du topic de présentation Nous recrutons ! Les Prérequis : Avoir 18 ans minimum (discutable) Être motivé pour faire avancer le projet Être régulier dans le travail Ne pas avoir peur des grands défis. Développeur C# : Connaissance sur MonoGame. Des connaissances réseau sont un plus. De la motivation ! Pour me joindre, vous pouvez nous rejoindre sur notre discord ou bien m'envoyer un message privé ici. Cordialement,
-
Bonjour, Il faut utiliser la case "Scaling Amount (%)"
-
debug message with "Intersect.Client.Framework.Gwen.Control"
Talikan replied to Talikan's question in Questions & Answers
No, I did not activate anything. I think it comes from the sound settings on the client, among others ? -
debug message with "Intersect.Client.Framework.Gwen.Control"
Talikan posted a question in Questions & Answers
Hello, I have hundreds of errors on my client. (Build: 0.6.2.410) I have no idea where it came from ??? The log : https://ascensiongamedev.com/resources/filehost/2c5f9aaead00a2f77a745d2c17c0b64e.log Has anyone ever had this error? Do I open a ticket or not on https://github.com/AscensionGameDev/Intersect-Engine/issues ? Have a good day -
Le système de mapping marche via des "cases" justement. CEPENDANT ! Tu peux utiliser les autotiles du format VX/XP Je te laisse te renseigner dessus
-
-
Bonjour, Comme ceci ? Tu peux rejoindre le discord de la communauté FR d'intersect si cela intéresse : https://discord.gg/ux78HwS
-
Salut, merci pour le partage. Si tu recherches des ressources dans ce style là, il y en a pas mal sur https://opengameart.org/ Bonne recherche
-
-
-
Merci bien, tu vas me faire gagner beaucoup de temps ! Tu vas être heureux @Alexoune001
-
-
I have are problem connexion actually, i try later =/
-
"JsonToken EndConstructor is not valid for closing JsonType Object. Path '', line 5, position 181."
-
"mismatched input ',' expecting ')' at line 1:84" =(
-
Hello, { "ExpFormula": { "Source": "BaseExp * Power(Gain, Level)" }, "PhysicalDamage": "Random(BaseDamage * ScalingStat * ScaleFactor * CritMultiplier * 1) / V_Defense, (BaseDamage * ScalingStat * ScaleFactor * CritMultiplier * 2) / V_Defense", "MagicDamage": "Random(BaseDamage * ScalingStat * ScaleFactor * CritMultiplier * 1 / V_MagicResist, (BaseDamage * ScalingStat * ScaleFactor * CritMultiplier * 2) / V_MagicResist", "TrueDamage": "Random(BaseDamage * ScalingStat * ScaleFactor * CritMultiplier * 1), (BaseDamage * ScalingStat * ScaleFactor * CritMultiplier * 2)" } I test this but ... error at line 1:79. I don't understand why ... Thank you,