-
Posts
277 -
Joined
-
Last visited
-
Days Won
38
Content Type
Profiles
Forums
Downloads
Everything posted by Xiphoid
-
https://github.com/AscensionGameDev/Intersect-Engine/blob/main/README.md
-
Count as high as you can while staff are sleeping!!!
Xiphoid replied to Giligis's topic in Forum Games
3 -
@Gibier i'm not sending for replacing font... adding for font characters. @Tomeo u should add font characters to game font files... I can't use Turkish umlauts before and adding characters :
-
Story Today I did this on my project...
Xiphoid replied to SkywardRiver's topic in Design & Creativity
Today i did new Fighter for my 2d fighting game project -
dotnet ef migrations add AddingNations --context MySqlLoggingContext --namespace Intersect.Server.Migrations.MySql.Logging --output-dir Migrations/MySql/Logging/ -- --databaseType MySql --connectionString "Username=root;Password=password;Database=jklogging" Sample Code for MySQL migration
-
I do basic Faction/Nation System for my game. I'm used Intersect's Guild System's source. i will share with forum for free. How is works... -Create or Join Nations with Event System (Same as CreateGuild command) -Nations have PvP each other (like Alliance/Horde in World of Warcraft) -Nation Chat -Nation Informations and more... Source Edit: https://github.com/Xenepherth/Intersect-Engine/commit/945d3ea98b5dc5a3db296833e0d4ed60234b6077 Have fun!
-
Story Today I did this on my project...
Xiphoid replied to SkywardRiver's topic in Design & Creativity
Today i'm finished Faction/Nation System for Intersect Engine... -
I Try to Adding Nation/Faction to Source Code but Editor Events Giving Error
Xiphoid replied to Xiphoid's question in Connectivity Support
Fixed -
Hello guys, My Editor Error Log; -------------------------------------------------------------------------------- 2023-11-25 06:28:42.257 [Error] NotSupportedException: Unsupported localization type for Mapping.InstanceTypes: Intersect.Localization.LocaleDictionary`2[[Intersect.Enums.MapInstanceType, Intersect Core, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null],[Intersect.Localization.LocalizedString, Intersect Core, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null]] -------------------------------------------------------------------------------- 2023-11-25 06:28:42.513 [Error] NotSupportedException: Unsupported localization type for Mapping.InstanceTypes: Intersect.Localization.LocaleDictionary`2[[Intersect.Enums.MapInstanceType, Intersect Core, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null],[Intersect.Localization.LocalizedString, Intersect Core, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null]] -------------------------------------------------------------------------------- 2023-11-25 06:28:44.389 [Error] NotSupportedException: Unsupported localization type for Mapping.InstanceTypes: Intersect.Localization.LocaleDictionary`2[[Intersect.Enums.MapInstanceType, Intersect Core, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null],[Intersect.Localization.LocalizedString, Intersect Core, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null]] -------------------------------------------------------------------------------- 2023-11-25 06:28:53.463 [Error] KeyNotFoundException: The given key '' was not present in the dictionary. Stack: at System.Collections.Generic.Dictionary`2.get_Item(TKey key) at Intersect.Editor.Forms.Editors.Events.FrmEvent.InitLocalization() in C:\Intersect-Engine\Intersect.Editor\Forms\Editors\Events\frmEvent.cs:line 974 at Intersect.Editor.Forms.Editors.Events.FrmEvent.frmEvent_Load(Object sender, EventArgs e) in C:\Intersect-Engine\Intersect.Editor\Forms\Editors\Events\frmEvent.cs:line 820 at System.Windows.Forms.Form.OnLoad(EventArgs e) at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) at System.Windows.Forms.Control.CreateControl() at System.Windows.Forms.Control.WmShowWindow(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ScrollableControl.WndProc(Message& m) at System.Windows.Forms.Form.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, WM msg, IntPtr wparam, IntPtr lparam) -------------------------------------------------------------------------------- How can i fix that?
-
Story Today I did this on my project...
Xiphoid replied to SkywardRiver's topic in Design & Creativity
Today i finish my game's tutorial map -
Story Today I did this on my project...
Xiphoid replied to SkywardRiver's topic in Design & Creativity
Today i did some animated tiles and Mushroom monsters Embedded Video Link -
dude ur file name as wrong... do "Vault88Male-shoot_gun.png"...
-
Story Today I did this on my project...
Xiphoid replied to SkywardRiver's topic in Design & Creativity
Today i do rework on my graphic assets -
How do I add a sound effect when using basic attack? (E/Left click)
Xiphoid replied to PrinceEnki's question in Questions & Answers
make a basic attack hit animation set sound to animation... and set hit animation to your class... -
Story Today I did this on my project...
Xiphoid replied to SkywardRiver's topic in Design & Creativity
Today i did nearly complete in-game GUI -
Story Today I did this on my project...
Xiphoid replied to SkywardRiver's topic in Design & Creativity
Today i did added new 10 Hotkey and GUI elements -
Story Today I did this on my project...
Xiphoid replied to SkywardRiver's topic in Design & Creativity
Today i finished Player Box completely -
Story Today I did this on my project...
Xiphoid replied to SkywardRiver's topic in Design & Creativity
Today i did design new entitybox for GUI
