Mark Knol

Results 174 comments of Mark Knol

Yes I have been thinking of this too, it would be awesome. But I'm not sure how to do this exactly yet. Ideas?

@simn suggested this: https://gist.github.com/Simn/01748a98af07128ee166 Ill look into this soon.

When compiling using `build.xml` I seem to miss the `resgen.exe` file. I maybe need to install something.

For some reason this installer don't let me install the sdk. Kinda stuck here. ![image](https://cloud.githubusercontent.com/assets/576184/12578850/c50bf6e6-c423-11e5-8b56-eef856a7d985.png)

(Oh, hey, I don't even have visual studio installed :open_mouth: )

I now have vs community edition installed, but the build.hxml now complains about missing parameters ![image](https://cloud.githubusercontent.com/assets/576184/12580531/a75aac02-c430-11e5-8b4d-ec25d119e02e.png) update: I changed the lines to: ``` haxe //line 88 var resgen_proc = new...

hey it works! It opens the plugin :smile:

Hey I installed the git hxcs and pulled fresh copy of the repository. I compiled and tested; it works. Nice! :smile: The only annoying thing is that it compiles to...

btw I assume this git dependency will not be needed in future right?

Nice, then you need `$(ProjectName).hx.template` instead of `Main.hx` (and point to that as main class) :wink: