Hello again. My old computer is not working anymore. I made backup ups regularly on cloud and usb drive. So I now have windows 10 and fresh install of fusion on my new machine. Problem is I cant get the old levels to load with in the editor, however if I make a new level and save it it will load. Would the newer operating system or fusion version have an effect?
Posts by gurglak
Welcome to our brand new Clickteam Community Hub! We hope you will enjoy using the new features, which we will be further expanding in the coming months.
A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.
Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!
Clickteam.
A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.
Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!
Clickteam.
-
-
nice style, reminds me that, who developed ultimate fullscreen extension (site)
Yes ultimate wallrus! I absolutely loved his site its really nice looking. If I recall right he was also involved somehow with solar b's engine wich im building upon(I believe he did the movement code?)
I'm getting some Landstalker vibes based on what I saw in the demo. Looks great so far! Also, is that brief bit of music mid way through the video going to be part of the soundtrack or is it a placeholder? It really fits in with the tranquil yet mysterious feel of the game.
Hello and thank you for your kind words! Unfortunately its a placeholder, BUT as a long time semi multi-instrumentalist my goal is to compose/record some very eerie ambient music utilizing all kinds of synths and or live instruments.
-
Thanks man! I've already made some headway from the video! Hopefully I will have something playable by the end of the year.
-
This looks really good!
-
Definitely! Frog from chrono trigger being one of my influences.
-
Thanks! Your game looks really cool also!
Thanks a lot mate ! its been a learning process with about 2000 hours clocked in.. and still not close to finishing the demo ( yes too big scope for my skill.) But I'm going to keep at it.
-
Oh here's the link Please login to see this link.
And if you want to check out my project with the engine Please login to see this link. -
Hello!
Here's some minor FROGRESS iv'e been building upon Solar B's Isometric light engine.
[video]Please login to see this media element.]
Venture the atmospheric underworld as an enigmatic blue frog, sneak past your aggressors and survive traps and puzzles.
I will release a short game play demo later this year.More about me: Long time lurker,recent forum poster. Been fiddling around with Clickteam products since the game factory. Worked on several projects but never releasing anything.
-
Check out solarbs isometric engine it is amazing!
-
Hello I'm not sure if it its the case but are you by any chance using the compare two general values expression?
-
Fun weird adventure!
-
Did you move the z plane upwards so you can place a tile? with mouse scroll and hold ctrl if I remeber correct.
-
It seems that I have to implement a system mentioned in this thread(Please login to see this link.)
-
Hello everyone, quick question:
Playing a sample repeatedly makes it increase in volume over time? How do I handle playing samples correctly?
The same phenomenon can be achieved if you browse samples from file and repeatedly play the same sound, it will increase in volume overtime. -
SolarB, I've been looking for an engine a lot like this one :3 it might serve my needs if there were two slight changes i could make:
1. The first is the ability to change the size of the collision between the character and obstacles. For instance, I have tiles that are 360 in size, but my character is far from that wide. The size of the character only takes up around 64 pixels of that large 360 space. The way the engine is now, the character collides well with the bottom left and bottom right sides of the walls, but when moving behind it (top left and or top right), the character collides with the obstacles substantially farther away. I realize it is because the engine only understands the base size of each 'grid' coordinate to be whatever I set it to (in this case the tiles' sizes - 360), but the character is nowhere near that size. Is there a way to solve this?
2. The size of the lighting. While I understand that the lighting is dependent on the tiles themselves, is there any way to change the size or shape of the lighting effect? Like for instance if i wanted to use the shape of a floor tile (a diamond), can the effect itself be scaled down?
I have no problems at all providing concept screenshots of these examples to give you a visual representation of what I want to achieve
I think you can affect the collision size with halfsize and halfvert of the player. And moving the hotspot to adjust where the collision appears to be happening
As far as the lightning goes to my understanding you will have to set a smaller tile size if you want more smooth lightning
-
Thanks for the advice guys! I was scratching my head for a condition to do this without the fast loop for too long.
Im using it to check for a certain tile type when loading a level. And make it mark 2 tiles with a specific out come.
-
Hello everyone! I'm sure its pretty basic stuff but, quick question: How would I go about checking every state in an arrays X dimension ?
So I want to know if ANY state of X offset is 1. Do I make some kind of fastloop to check every state?
For example: ValueAtX( "inventoryArray", >Enter X offset< ) = 1
Where the "x offset" could be any value.
Thanks in advance.
-
There is only ever FieldSize x Fieldsize tiles, which are then translated to Z height using a value. The height is an illusion created by assigning Z value, therefore all tiles on the plane are necessary. If you are adding tiles the only actives added are walls, and they are dynamically loaded as you move around the array.
From your video (looks good!) it seems that because you are using large tiles and only part of the screen you would be able to take advantage of the included profiles, or create your own using the FieldSize value (set this to something smaller) and the Profiles group under the Init group. This restricts the amount of drawn tiles. Note that with a smaller Fieldsize you must set the FieldOffset and Crop values to center it on screen. To get an idea how this works set the value Profile to 1 or 2. There's also some info about this in the manual.
I will try to do some work on the smooth scrolling.
Oh yes I have been running custom profile. Took some fooling around with the tilesize and fieldsize,offset etc. Its at fieldsize 16 with tiles of 64x64. It only mildly crops at the edges ever so slightly and the play area is now super centered(field offsetx-208,y 166) . The thing I was doing wrong was a huge bunch of inactive light pointers hanging about to account for the amount of objects. And tracking the number of objects with debugger I discovered the number of objects stayed the same regardless of number of drawn tiles ( duh because they are always there like you mentioned.) BUT Im still running 600 objects on screen at all times. This is due to duplicating one of the tile types for usage of foliage and such which are not obstacles. So essentially there is DOUBLE the amount of tiles on top of each other as there should be. Some how I cant edit the forum posts always so I felt like i shouldn't post a third one in a row.. As far as the scrolling goes I would be very glad to get a smoother camera I am even willing to pay If it is too much of a hassel and your up for the task (because i cant figure it out). Thanks again for responding and your kind words on the video + your multiple advices. Couldn't do this without your help!
-
Hello again. There has been happening some slight frogress, a short gameplay video:
Please login to see this link.
At this moment I am struggling to implement smooth scrolling that is not entirely locked on the player. Ive tried the easing object but experience lot of back and forth stutter. IF you have time and some ideas your help would be greatly appreciated.
Cant find the edit button for the life of me. Ah well. EDIT: Since I am already having 900+ objects all the time on screen ( I presume they are tiles) Could it be possible to remove all the tiles acting as ground on 0 Z height? Would that increase performance? although I am running solid 60 fps nowadays pretty fluently. So far I've only resorted into hiding them.
-
Hello again. There has been happening some slight frogress, a short gameplay video:
Please login to see this link.
At this moment I am struggling to implement smooth scrolling that is not entirely locked on the player. Ive tried the easing object but experience lot of back and forth stutter. IF you have time and some ideas your help would be greatly appreciated.