Dima111's Forum Posts

  • Konjak,

    That's great - you grant the hope) You are quite right - I am absolutely far of using the same sprite through events.

    Where could I find the info how to use "instances"? Or could you please post the respective cap? Please - teach!

    I will rush to optimize the game!

  • Dear Arima,

    Dear Silver,

    Thanks for trying to help...

    Please give me your e-mails. I suppose you are honest people - I did much as for the game - and I trust you.

    My characters are warships - they are about 60 now in the game - I have planned 400. And every ship has guns (every gun is a sprite) and some ships have up to 60 guns. Also I am to show the ship figures - ammunition, crew, speed, qn-ty of guns, etc. That gives something about 20 text fields per ship. That's why 1500 bjects. In fact I need much much more - 10000 objects...((((((((

  • Silver, thanks for helping,

    Intel(R) Core (TM)2 Duo CPU T5750, 2GHz, 2GB OM

    All my characters are alike and are "living" under the same formulas, not too complicated. The only trouble is they too numerous(

    That is the system message - "An invalid argument was encountered" (5 times) and the Construct shuts down. That happens when I click on the included (empty) event to copy the separately made character events in within.

  • As far as I can guess now Construct can afford 1500 objects or 20 000 000 bites file.

    Dear Arima - even division of events to multipal event sheets does not help any more. The program closes when something is added....

    May be it will be better with the new computer....

  • Arima,

    I've founf it!)

  • Dear Arima,

    I followed your advise. That much much much better with the time! It works. The only I don't understand now how to INCLUDE. Found nothing in menu. Event sheets do not liable to pull and drop in the layout. Please, help more....)

    It is a Naval Warfare strategy. Let's say Pearl Harbour and so on. The scenario is based upon the real events. Characters are composite means that ships have big guns, secondary guns, airplanes, torpedo mounts (separate sprites) - every mount is allocated to the appropriate ship and has its range and sector of fire. The enemy discovery depends upon the day time and weather. The possibility of hitting the enemy ship is calculated with the exponent formula - the hit is much probable on the short ranges. I made the ships keep the squdron order - so called "keelwater order" and and to turn all at once. I also created the level maps and can zoom it in a manner of Google map. I solved the probleme with automated enemy following not the friendly but the passing ahead (there is no possibility to avoid the battle.... In fact the game is only to be composed with characters (most of the are already created) and to be filled with the scenarious (random distributing the enemy in the appropriate place at the app time).

  • Is it - add event sheet?

  • Dear Arima,

    Got you, thanks for helping...

    I am not a programmer - I started with CC and this was my first experiencee in game making. I solved everything with CC but for the impossibility to include multipal (in my case complex) objects...

    What do you mean under splitting sheets? All my heroes are described by the same procedures. And I even joined all the events of one paticular Hero to a group and if the Hero is destroyed his group is disabled. Could you post an example of splitting - I suppose it is my case.

    With lap top upgrading - I'll try as well.

    I need to place in the game 400 Heroes. I've managed to place in the game only 30.

  • Hi,

    Still I suppose I achieved the Construct limits.

    500 objects. 11 Mb file. 3547 events.

    the transition from layout to event sheet editor - 25 minutes - to edit anything is absolutely impossible. Laptop 2 gB operative memory dies...(

    Is there any text alike Python editor that I could continue the work?

  • Hi everybody,

    I've met the probleme that is beyond my understanding

    When I created a pair - a friendly vis an enemy - everything was simple.

    When I put in the layout another pair - here it comes.

    My friendly has a gun. And the same gun has another friendy. But the enemy may be destroyed from the certain distance. If one friendly is close to the enemy and another is beyond of the effective range - only one hit must destroy the enemy and the second must not though bouth shots are done from 2 absolutely similar guns.

    As far as I quesse it can be solved by creating something (I do not know whether it exists in Construct) like a hits history with 2 columns: 1 - the hit and 2 - the distance. In that case I could choose the hit corresponding to 2 simultaneous conditions.

    Is there in Construct something that can solve the probleme? I was said that the array can be used for suh purpose. May be somebody will give an example?

  • Thanks everybody

    Arima, I do not use OR. My strategy is very simple. I have managed to fix the bug

    There is a file with the trubleshot

    cloud.mail.ru

    I have renamed several times consequently the main heroes in the file and by this I suppose I have broken it. My heroes are quite alike each other and in purpose not to write any event and condition - I started to rename objects in pairs Friendly-Enemy. Cnstruct very carefully does it. But several consequent such renamings broke the file.

  • Hi, Konjak,

    Thanks for helping.

    I tried to fix the bug. What I got - the bug starts when I have 2 Friendly vis 2 Enemy heroes.

    Everyone of them has about 30 guns that are destroyed by 2 enemy ships by both at once and vis versa. The procedure of object elimination is rather sofisticated - the let say 2 Friend ship guns hit the Enemy Body and every hit is added to an Enemy body "Ship" Private Variable - "Hit". And the Enemy guns are destroyed at Random if the PV "Hit" is greater than 0, every gun destroyed subtruct 1 from the PV "Hit".

    I have ideas how to simlify that procedure. In fact it is the only thing that join 2 vis 2 main heroes.

  • I tried to debug

    It writes

    "A crash inside the runtime has been intercepted. The crash may be a bug in Construct. Please report it to Scirra"

    I tried to remove the objects - did not helped at all.

    My objects are composite. Out of 10-60 subobjects. And some of them are the exact copies of each other. To save the time I made pairs a Friend vis an Enemy. And after that - just renamed composite objects to make anothes main hero. There was a bug after such renaming - I was not able to copy its events in the main layout - but for the parts. I did it now nothin works(((((

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I make a strategy. Just in the very very very beginning.

    The layout failed to give the game preview and to export exe. Proposes to address to the developper.

    Only 200 objects somehow linked are in the layout and the .cap weight - 4 mBt.

    Is it a really limit?

  • Here is one more question

    I have let's say 4 sprites. I want them to keep the distance that is defined originally from each other and to follow srictly the way of the leader. Is it possible to model in construct?

    cloud.mail.ru

    In that my take inspite of the same speed they cut angles when the leader is turning and are grouping.