Aher0's Recent Forum Activity

  • I figure it would be copy righted. The plan was to make it, with a different feel, swords having abilities is common in any sword game. the main char wouldn't be ichigo either, set in a different time zone with unique captains. perhaps less squads (mostly because its easier) if anyone asks its: life after death : feudal japan

    I would love this as a bleach game, I'd hope the idea would take off, Zelda style with skills not items.

    Thanks for the positive comments. I'll edit the map so It resemble seritai less(on phone sorry I'm not spell checking)

    Hopefully ill have a free demo up soon! So far 6 missions, so not even got into the zanpaktou, got some hadou... Guess I could call it magic...:'(

  • Omg! I had a project with difforent layers, I wanted lower layers to be cancelled for the player that is moving around, yet stay active for lower layers that enemies are walking around on.

    I'm example. Player layer=3 blocks layer=3 set solid. Blocks <layer 3 set solid disabled (enemies then walk wherever on their layer)

    Summery: a disable solid instance for a set variable/layer

    So multiple layers can have difforent objects to avoid.

    I can make a 2d 3d game if this was implimented!

    It could also solve the stair case issue...or whatever

  • All i got to say is make sure its set text to " "& lerp (text)

    Otherwise ... hell if it works I've been typing loads for no reason

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • This function helps alot with alot of things.

    Shy of knowing what you want to click on, are they in fixed positions?, edit the sprite hit box individually.

    You can have various sprites count as the same object with "family" (set this up in the family file, on the right with projects/(layouts but not layouts)

    Add a family. And on click, use family not sprite, just have the sprites all belong to the same family for the same effect on each

    If the problem is something moves over it. Just have on click and is not overlapping sprite.. (sorry)

    If I'd be interested to know other ways to resolve this

  • I got told it's better to make things big, then have a larger layout size, things will look better.

    Obviously if you have a sprite at 250,250 and on the layout enlarge it, it will effect

    The resolution. Shrinking it can be ok.

    Also you can set the project to "point" which will give a sharper look to edges

    The window size is like a scale out option. Like on text, if you zoom in it will appear larger, but you can set the writing smaller, not sure to what extant you can zoom. And text is limited to 8 (that I've found)

    If your making a spore like game, but on one layout, where it zooms out for the next evolution. I would be interested to see how this goes. But youd be better to have difforent layouts for further zooming to cut down on laggingI doubt with 2d graphics it will make much difforence

  • Have a hud layer and have the two buttons, set it to invisible. Have the sprites with the scroll to behaviour and a booleon.

    On double click sprite, set scroll to behaviour enabled, the booleon to true, and set hud layer visible.

    This should zoom onto the chosen sprite, and the hud (set it to 0,0 for the paralax) should have the buttons open next to the sprite.

    Then on click button, pick the sprite where the booleon is true, and either upgrade it's variables, or destroy it

    Alternatively, you could spawn buttons at position sprite.x+40,sprite.y

    And spawn the other at sprite.x-40,sprite.y

    You would still need a booleon. The first option just saves you from destroying buttons.

  • Got a few ideas for cut the rope, but I'd have to try them first.

    Not sure how your doing the dash, 1 option I used was have a bullet behaviour, and then compare distance travelled, just disable bullet.

    Trouble is setting the angle of the bullet, and having the sprite upside down on left...

  • I like to see it as a rule of thumb, needs 2 shops, 1 hotel, 1 pub, then 4 houses are needed for the workers. A central point (like a fountain or statue) and water, somewhere, even if it's a well as the centre point

    Then extra houses as far as plot is concerned.

    Even the smallest town needs to look like people live there. And ironically small towns have farms, garden, temple

    Bigger the town, the more unaccesable houses.

  • Aphrodite

    Just got to say, this is a FANTASTIC solution. Never thought about that

  • Couple of ways, easiest is path finding.

    Give the npc 4 variables, 2 are its initial position. And for each npc on start of layout set these to its current coords.

    The easiest way to find the coords it wants to go to, are place it there, and copy it's numbers.

    However, an alternative method would be to have lots of tiny sprites littered around with a variable that relates to the npc who is walking between them. On start of layout, for each npc, pick the nearest sprite with the same variable number. Find path.

    Then npc on arrived, pick furthest sprite with the same var no.

    This method is good as it's like 2 lines of code for all npcs. All they need is corisdonding variables. Good luck.

    (Note* you can have pick random sprite for a more sporadic movement)

  • I guess I was writing in responce to the topic name sorry. I may have been clubbing lol.

    I made league of legends (ok I got stumped on ai for champions) and the minions needed to go top mid and bot . To do this, on created at the nexus, i assigned them 1,2,or 3

    If 1, i had a sprite in the top left to pathfind too, on reaching it, they would go towards enemy nexus (base)

    On route they would stop when targeting. this isn't randomized in the slightest. Sorry.

    I see what your saying sorry, getting carried away. .

    If I wanted one path, I'd fill the map with blocks, and randomly place the base. Have the base spawn a larger sprite. And each block it overlaps needs a variable set to 1.

    Next. Pick 1 block that =1 and spawn another large sprite over it. (This sprite may have to be a plus shape to avoid diagonal blocks. )

    Set the next wave of blocks that are overlapping the checker to 2. Pick one block =2. Spawn checker.

    This can be done In a loop, where the given value = the GV, and after its done, add 1 to the gv. You may want to consider setting all blocks next to the destroyed block as walls, using a booleon. And on checking blocks. Only pick one that has a false booleon. or only change the variable on a block if it =0

    If you want real randomness, just continue until you reach the spawner . But it may be easier to have the player set a path distance. And when a block variable= path distance. Spawn the spawner, and destroy the final block and stop The loop . Multiple paths could be interesting..

    Hope thats clear? No images to send sorry. It's the easiest was I could think, otherwise you could make random shapes and just destroy the blocks it overlaps.

    There's a more dificult way to connect two objects, but programming is about finding easy ideas to solve hard problems.

    You could also have a driller that enters the level first, and maybe give the player slight control over its random path making, prior to the game. just destroys randomly as a slow bullet that changes direction after it destroys block slightly, like rotate random (-30,30) +5' towards base. after a set time, find the path directly to the base, and destroy it, then start the waves.

  • My idea is having a soul society, where you go in as a noob spirit, starting in the slums, as you improve you rank up, if you are a good rank, you can go to the city, later join a house, later a squad, becoming a captain eventually.

    So far I've got an ok city, with a couple of missions. The point being each mission scores you points in a certain field, ie str, range, defence

    The jobs are optional, and abundant (repeating things like fending off bandits/tricking them/ stealing from them) or collecting goods for shop keeps.

    Eventually, when you join a squad, you can pay down your boring knife/sword/ bow (scrub weapons) and get your hands on a zanpukto!

    Now, the problem is I need a ton of ideas for difforent skills for shi-kai !

    And some way/grid /chart, to allign the skills.

    By this I'm open to suggestions.

    I was trying to use 4 selection boxes.

    1 for type, like att def hadou

    1 for skill, like ranged, explosion, shatter

    1 for effect, like poison, disorientate, burn, trail, lock on

    And 1 for ..Ok Can't find my book.. but it's not a full idea. Ideally, it have 4 home made skills, and depending on how you play, you get difforent types added to the list for you to mess around with.

    For example, getsuga would be 1att 2range 3explosion, 4continues/charge

    (High in damage, long-range leaves explosions as it travels, and need to charge (more power)

    Also senbonzakura would be 1deff 2shield 3split 4lock on

    (Its a shield that circles you, and breaks apart to form more, it locks on when in range)

    Rukias sword, would be attack range lock on and charge..

    You get the picture, i wrote this out and made a trial so sorry I'm writting poorly.

    Id love to know what people think of this idea, any new ideas, and story ideas.

    The town is working, the talking system is ok. Weapons are a bit Zelda style and obviously incomplete. And a lack of graphics ouside of circles path finding around randomly

    The buildings are with layers, higher the layer, the more opacity. Hoping for some upstairs rooms in houses.

    I have a few other projects, but if this receives good response, maybe we can make something tidy

Aher0's avatar

Aher0

Member since 1 Jan, 2015

None one is following Aher0 yet!

Trophy Case

  • 9-Year Club
  • Email Verified

Progress

10/44
How to earn trophies