pvd's Recent Forum Activity

  • I would be nice, use a custom url other than localhost, to use a developer addon. Because of the SSL certificate problem. Add the host to the cross origin policy, only for developer mode.

    Thanks, Patrick

  • Now i can only add a dev plugin from localhost. But it would be be nice to have a option for adding dev plugin from other remote hosts. Better for teamwork remote developing.

    Just remove the security headers to add external script with this option.

    Now i have some addon to override the headers to add dev plugin from other remote hosts.

    Patrick

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Here is the code:

    			var items = [ "ABC", "123", "XYZ" ];
    
    			var opt = {
    				initialValue: items[0],
    				items: items
    			};
    			
    			this._info.SetProperties([
    				new SDK.PluginProperty("combo", "gamemodule", opt)
    			]);
    

    In the editor is showing [???] in combo values, because there is no translation. BUT: I don't want translatie the properties, because the list can differ (on construct restart).

    How can i disable translation for a specific plugin oder context? I want to see the values ABC, 123, XYZ in the combo list. No [???] ;)

    Thank you,

    Patrick

pvd's avatar

pvd

Member since 20 Jun, 2018

None one is following pvd yet!

Trophy Case

  • 6-Year Club
  • Email Verified

Progress

7/44
How to earn trophies