Search Results
Post Author Forum Replies Views Posted [asc]
  Sad Thread: Smile!
Post: RE: Smile!

Oh the issues in these forums are going to kill me... :cry: You're right, this happens to me too. There are gazillion options in the administration panel related to MyCode. I'll try to fix it. ...
megamarc Forum issues 8 26,448 09-11-2017, 12:12 AM
    Thread: Stand alone SuperMario clone example not working?
Post: RE: Stand alone SuperMario clone example not worki...

I've upgraded GitHub project. Now it's based in oloder VS 2005, that can be upgraded to whatever newer version people installs. It doesn't have missing dependencies anymore. After download, just copy ...
megamarc Support 8 22,743 09-10-2017, 05:50 PM
    Thread: Smile!
Post: RE: Smile!

Now message icons at the top of the edit window show clean .png pictures instead of the older, coarse gifs. I have to do the same with in-message smileys!
megamarc Forum issues 8 26,448 09-10-2017, 05:46 PM
    Thread: "Unable to load DLL 'Tilengine'
Post: RE: "Unable to load DLL 'Tilengine'

Hi, I updated the C# sample project some days ago, both in GitHub and itch.io downloads, and started publishing documentation. I posted a thread about it. Did you see the changes?
megamarc Support 7 19,977 09-09-2017, 01:16 AM
    Thread: Stand alone SuperMario clone example not working?
Post: RE: Stand alone SuperMario clone example not worki...

Hi, Any progress with this? It's the same problem than "platformer.cs" C# example. The suitable version of your Tilengine.dll and SDL2.dll files must be located in the same folder than the executab...
megamarc Support 8 22,743 09-09-2017, 01:13 AM
    Thread: Fixed C# sample, added docs
Post: Fixed C# sample, added docs

This is a small release update in GitHub and Windows packages: * Windows install.bat: added copy of required dll files to C# samples folder. Itch.io files updated for download * Fixed C# sample, a...
megamarc News & Announcements 0 4,237 09-05-2017, 03:29 PM
    Thread: "Unable to load DLL 'Tilengine'
Post: RE: "Unable to load DLL 'Tilengine'

Congratulations! I'm glad you have it working :-) Yes, I'll rearrange a bit the C# samples setup so it works out of the box just as the C and Python samples already do. In that commit I'll put the ...
megamarc Support 7 19,977 09-04-2017, 06:59 PM
    Thread: i cant install title engine
Post: RE: i cant install title engine

You are right, proper documentation covering every feature, with little examples, in a well organized format is a must, and it's lacking right now. But I'm actually writing it, starting with the origi...
megamarc Support 12 37,641 09-04-2017, 03:54 PM
    Thread: "Unable to load DLL 'Tilengine'
Post: RE: "Unable to load DLL 'Tilengine'

Oh I see, it's related to the project configuration... I'll have to fix it :( The Tilengine.dll and SDL2.dll files should be inside the "samples\csharp" directory where the "platformer.csproj" pro...
megamarc Support 7 19,977 09-04-2017, 03:37 PM
    Thread: "Unable to load DLL 'Tilengine'
Post: RE: "Unable to load DLL 'Tilengine'

This one is easy :) The Tilengine.dll and SDL2.dll files must be in the same folder than the main executable, and must match your windows architecture. So: iif you are using Windows 32-bit, copy t...
megamarc Support 7 19,977 09-04-2017, 01:13 AM
    Thread: Stand alone SuperMario clone example not working?
Post: RE: Stand alone SuperMario clone example not worki...

Ok, let me check it because I use much older versions of VS Studio and there may be some conflict about the project file itself. In fact it is very simple to recreate, just a C# project with all the *...
megamarc Support 8 22,743 09-04-2017, 01:07 AM
    Thread: i cant install title engine
Post: RE: i cant install title engine

Well, it depends. Creating a retro game requires an idea, people skilled in game design, programming, graphics and music/sound, usually in a team of at very least 3-4 people (one for each category). D...
megamarc Support 12 37,641 09-04-2017, 01:00 AM
    Thread: Mobile development?
Post: RE: Mobile development?

Yes, me too! But unless somebody wants to contribute, it's not a priority right now...
megamarc Support 3 11,457 09-03-2017, 07:11 PM
    Thread: Sprite priority?
Post: RE: Sprite priority?

I agree, Red Zone and Batman & Robin for megadrive have some effects that I can't figure how to replicate with tilengine... When I designed tilengine I was pursuing the raster effects thing, but I...
megamarc Support 9 29,943 09-03-2017, 07:08 PM
    Thread: Stand alone SuperMario clone example not working?
Post: RE: Stand alone SuperMario clone example not worki...

I don't know where you get the zip file you're testing... :huh: Is it mine? I know there are lots of "super mario clones" out there... Please get the latest version from GitHub: https://github.co...
megamarc Support 8 22,743 09-03-2017, 06:36 PM
    Thread: i cant install title engine
Post: RE: i cant install title engine

What .exe file are you trying to run? To install Tilengine in Vindows, you have to execute the file "install.bat" located in the root folder of tilengine. You don't need Windows 10, this software runs...
megamarc Support 12 37,641 09-03-2017, 03:57 AM
    Thread: Mobile development?
Post: RE: Mobile development?

Hi again :) I appreciate your interest I really don't know about mobile development so I can't recommend you any libraries... I know the Android Java API provides classes to access the app framebuf...
megamarc Support 3 11,457 09-03-2017, 12:24 AM
    Thread: Sprite priority?
Post: RE: Sprite priority?

Having to work in constrained environments makes creativity flourish. The 8-bit and especially the 16-bit era gave birth to many impressive exercises of wizardry. I admire all those talented guys that...
megamarc Support 9 29,943 09-02-2017, 11:58 PM
    Thread: Multiple Gamepad inputs? And a couple more buttons?
Post: RE: Multiple Gamepad inputs? And a couple more but...

I haven't tried LUA, but I think it's in the same abstraction level than python. Yes, I strongly recommend python for prototyping: dynamic typing, no source clutter with superfluous container classes,...
megamarc Support 22 64,553 09-02-2017, 11:39 PM
    Thread: Sprite priority?
Post: RE: Sprite priority?

Classic systems don't work this way. Instead, each sprite and each individual tile can have a “priority bit” set. The final layout is determined based on combinations of these priority bits, in decrea...
megamarc Support 9 29,943 08-31-2017, 05:02 PM