Jump to content

Mello1223

Registered User
  • Content Count

    358
  • Joined

  • Last visited

Posts posted by Mello1223


  1. another creation from the series of models, this time according to the real scale, but the scale is not adapted to the character in the game. I converted the model using a 3D program, and now I'm creating function model acoording this 3D model  ... I hope you will be able to try it this time in the multyplayer version. I will keep you informed of the progress

    Snímka obrazovky 2022-05-24 222148.jpg

    Snímka obrazovky (423).png

    Snímka obrazovky (424).png

    Snímka obrazovky (425).png

    Snímka obrazovky (426).png

    Snímka obrazovky (427).png

    Snímka obrazovky (428).png

    Snímka obrazovky (429).png

    Snímka obrazovky (433).png

    Snímka obrazovky (434).png

    Snímka obrazovky (436).png

    Snímka obrazovky (437).png

    Snímka obrazovky 2022-05-24 222036.jpg

    • Like 2

  2. in that case, I would suggest constantly detecting the distance of the player to the robots, and only if the distance will be sufficient, start the detection on the robots.  
    but it would be worth trying to try it without detecting the distance, because if the robot detects  only players in each of its zones, then it shouldn't be a problem either. you must be brave, the game manages more than we think, and I say this from my own experience :D

     


  3. simply put, the tile returns an array of entities in the area. they can also be welded entities, but they can't have collisions turned off . and sorry,  there is a mistake in the photo: for animated group you need transfer position/rotation (game logic) not get position/rotation.   
    You can, of course, adjust the condition as needed, I took this for illustration only

     


  4. hello. for point one : TEAM - instead of team logic you can use entity labels and create your own teams at any time during the game
    two: you can use "skill logic" to use weapons in different situations. you can now invoke the ability with a script or use button and custom control.yes, it requires more work, but you also have the opportunity to rework it more.
    three: AI : don't forget that more NPCs in the game mean more demands for performance, instead I recommend creating your own enemies, according to your own requirements. it also requires more work, but the result will definitely be worth it.


  5. Ahoj. tu je niečo z najnovšej tvorby. auto kopíruje terén a má funkčné odpruženie. môžete si to vyskúšať v minihrách, pod rovnakým názvom ako tu.
     

    Snímka obrazovky 2022-05-17 195037.jpg

    Snímka obrazovky 2022-05-19 000057.jpg

    Snímka obrazovky 2022-05-20 113734.jpg

    Snímka obrazovky 2022-05-20 132728.jpg

    Snímka obrazovky 2022-05-16 003734.jpg

    Snímka obrazovky (422).png

    Snímka obrazovky 2022-05-20 120339.jpg

    • Like 1

  6. 50 minutes ago, Elenis said:

    Another idea might be a motorized revolving platform. That way you could build a rotating gun turret like the USS Monitor had, or a rotating observatory dome. Possibly motorized hinges and pistons for tilting bridges, big gates, and other moving things made outside the editor.

    something like this??? :)

     


  7. 3 hours ago, Deadeye_Rob said:

    And that’s where we can find a use for Steam/Ylandium power! It all fits together!

    if you are interested in putting ylandium in your craft stations,let me know.somewhere in the archives I might still find scripts that I created for some of my creations. the point of these scripts was that if you didn't bring ylandia energy into the device, it didn't work, and there was also a simple script to recalculate the energy supplied. Simply put, the more energy you put into the device, the more productive it was.it will definitely need to be adjusted a bit, but the foundation should still work.

     


  8. Hi. you probably creating an array with a negative index somewhere in the scripts. If the game also reports this error to you in the list of errors on the right side of the screen, you should have a box at the bottom to determine the exact error in the script, just click on that box


  9. even now you can build any big blueprint plan even on a weak computer, it just takes a lot more time than a player with a strong pc. but players who do not know about it often give up before they can build this plan, because they do not know whether the plan is still being load or something has gone wrong. therefore, I also think that it would be good to add information to the monitor about the status of loading the plan

    • Upvote 1

  10. 5 minutes ago, TonyPearce said:

    Yes, I already solved it, well it's not that hard, just a little tricky.I spent most of the time driving train instead of solving mystery.

    yes, that was the point. after creating several previous games, I chose a simpler solution, and I paid more attention to the design side, and the functionality of the train

    • Like 1

  11. the train is affected by a number of wagons.more wagons equals less acceleration.and the amount of coal is set so that you can't drive around the map indefinitely with ten pieces of coal. but at the same time I have tested that for one full tank it is possible to cross the map until the complete solution ;) (yes, I originally wanted to set the speed a little higher, but the other technical parameters did not allow me to do so.)   :( 

     


  12. After picture generator,i inspired by Naru again,and i working on 3D printer. yes,generating entityes from 3D object point cloud.i still testing some external programs,because i want finding something easy to use.. 

     

     

        578115098_Snmkaobrazovky(396).thumb.png.7de8121100d706acf60b9cc56d89435a.png193586014_Snmkaobrazovky2022-04-29001649.jpg.18dd9231a4c3176ffa3454dca9654f41.jpg

     

    • Fire 4

  13. @Igor Q. what if you created a reference point and animated it to the exact position and rotation of the group with each movement of the group? ? ? or select an entity or logic directly in the group, and get position and rotation using the tiles to transform position/rotation with zero offset,from this selected entity/ logic


  14. 5 hours ago, Oliver Hope said:

    As far as I know there is no way to get the group position property (as the warning says. yeah its weird but consider the get position tile expects an entity not a group). My workaround for this is to create entity wield(s) and then group the entity wield(s), then you can get the position from the entity wield. If I remember correctly you need to use the Translate Position tile to get the position with offset of 0,0,0. (regular get position just returns entity wield position relative to the group). We need more tools for working with groups.

    Yes, you are right, the tile transform position with zero offset returns you to the position of the entity in the group.and yes,we rly need more tiles for working with groups 🙏

×