Equinox80's Forum Posts

  • Alright thanks. And I know, I have a server in development for it, or would if I decided to progress with it, might just stick with my own ORPG.

    Edit: What I just ended up doing was exporting the TMX map as an Image, placing that in as a background image, (so I visually could see it in the editor), and then deleting it on startup. That way I make the map in Tiled and add the events and such in C2.

    Also, How would I do multiple tilesets, and is there anyway to make autotiles (like water) in tiled that works in C2?

  • Any way to make collision by giving a "solid = 1" Property to a tile in Tiled? Maybe have it so if solid = 1 than at a 16x16 Solid Block on that tile?

  • We need more detail, show some of your code.

  • I was wonder how I manage loading maps. If I have a map that uses 32x32 tiles, and is 50x50 tiles wide, that is roughly 1600x1600px. That would be the layout size for my GameScreen.

    However that is if I want a 50x50 wide level, what if I want a 25x30, and so on. How do I set the Layout width/height to that of the map file from tmx.

    Also, how do I load multiple Tilesets? Seeing as how one of my tilesets alone is roughly 711 tiles (animations).

    Thanks very much.

    Edit: Also, can I add collision using a tile property in Tiled? Like add a property or something called solid, and then make that tile solid in C2?

  • Awesome! I am using this.

    I am actually recreated BrowserQuest (http://browserquest.mozilla.org/ <--- Original). They went open source and they are HTML5/JS so I decided I'd remake it for Construct 2 and release it!

    Problem though. I exported the map to a .tmx file, and copied the string. Everything works! Or well, did.. Now it freezes my construct 2 client, crashes it, and it takes forever to load in the browser too.

    The tileset is 320x1568 with tiles of 16x16.

    It divided itself into over 2000 tiles! (Using import sprite sheet)

    It worked at first, then it started doing the above, lagging, crashing, etc. I can't even open up the animations anymore either, double clicking that specific tileset locks up the client.

    Image:

    <img src="http://s13.postimage.org/vczsvisqv/tilesheet.png" border="0" />

  • Damn that rexrainbow! Who the heck is he!! He owns all of the plugins/behaviours that I am using haha. Damn I want his experience with Construct..

    I'll try these thanks very much, although I am working on a World Generation system, which of COURSE I will share with everybody :)

  • That.... looks... cool... and yet.. irritating.. :P Whatever works for you haha! I came to a severe halt with developing my game since I am a programmer not a spriter. However, I started new using all terraria graphics until I can get my friend to sprite for me. Already made me a nice set of armor, so yeah.

    Shame about non-functional tilesets though.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Sadly.. I can get more complex things working and made, but for some reason I cannot set this up..

    I am trying to make an attack cooldown for my enemies, right now it's an infinite loop of the noisy ass sword swing sound lol, how do I set this up for my attacks?

  • Just out of curiousity..

    How much would it cost for:

    -Title Screen (1 Logo, New Game, Connect, Credits, Exit buttons)

    -Game Screen (1 Hero Character sprite, 4 different sets of equipment, 12 Swords, 12 Spears, 12 Bows, 12 Axes, 12 Clubs, 12 Staves, 12 Throwing Weapons (Such as knives/shurikens)

    HUD (Inventory Screen, HealthBar, ManaBar, Threat Bar, Slot for a character portrait, chat menu (No more than 800x224 for the chat menu)) Status screen.

    12 types of trees, 4 grass tiles, 4 snow tiles, 4 desert tiles, 4 types of water.

    Roughly, how much for that would reckon?

    PS: RPG Type of game

  • astonishin

    Why don't you use the free version of Construct? It's like... No programming required, so there's no difficulty there.

    Hehe.. first day I exceeded the 100 Event Limit, so I had to upgrade pretty quick.

  • I second EyeHawk.

    What type of game is it?

    What Language?

    How much is done/What needs to be done?

    Need some more info, I love using Construct or programming in C# But I can't Draw/Make Sprites or graphics even if my life depended on it.

  • Ashley - Sorry yes I found out that it was because I seemed to have forgot to install rex-hash.

    Thanks very much! :)

    I would delete this post but I am going to leave it here incase anybody has any problem similar.

  • rexrainbow: Great! :) However how do I run the server? It just opens up in Dreamweaver, even if I use my command prompt.

  • Wow I think this just solved my issue of Health Bar's and different enemies... Nice lol. Thanks sqiddster

    From reading this, to my logic I can have different animations/frames named after different enemies, and when they are created/spawned, have their stats changed accordingly. Cool thanks :)

  • What do you mean exactly?

    To the same size?

    You can change both via Layout Properties and Project Properties.