Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Maxens

Pages: 1
1
Dialog Extension / Re: Dialog Extension with 4.0.2
« on: December 22, 2019, 11:19:59 am »
Thanks for the answer !

I tried to import the project but it's going wrong  :-X

I got an "unexpected problem" on the first opening and compilation errors .
Logs and errors joined.

2
Dialog Extension / Dialog Extension with 4.0.2
« on: December 20, 2019, 05:49:34 am »
Hey all !

I'm trying to display a text box with the extension in an empty project with the last Stencyl update, is the extension still working ?

The error I get is a null ref in this line :
at dialog.core::DialogStyle/tieExtensionsToDialogBox()[C:\...\Stencyl\stencylworks\engine-extensions\com.polydes.dialog\src\dialog\core\DialogStyle.hx:45]


Thanks all, wonderful work on this engine :]

3
Ask a Question / Re: Someone help me my scene won't open!!!!!!
« on: March 26, 2019, 05:38:46 am »
Hello !

I got this bug today and find some quick workaround :

Go in the scene folder of your game :
Tools -> Workspace -> Game Folder -> Scene

Find your broken scene xml file, by editing xml files with notepad and finding "name=xxxx" on line 2. Reach the right scene.

I removed all the lines between <actors> and </actors>, copying them elsewhere, and then saved the scene.

Stencyl now opens the scene, I just needed to replace my actors.

Hope this helps !


Pages: 1