Pages: « 1 2 3 4 »
  Print  
Author Topic: Croky  (Read 46716 times)
Offline (Male) rcobra
Reply #15 Posted on: December 29, 2015, 11:46:35 am
Member
Joined: Nov 2015
Posts: 67

View Profile WWW
thanks :)

scrolling background was not in the plans but may I add, sound and life in the next version.
Logged
ps.sorry for my english
Offline (Male) Goombert
Reply #16 Posted on: December 30, 2015, 03:50:56 pm

Developer
Location: Cappuccino, CA
Joined: Jan 2013
Posts: 2993

View Profile
That sounds great! I keep trying to get to the end, but I have not made it past the start of level 3 yet.



This leads me to another suggestion. In Sonic games, when you press down on the dpad, Sonic looks down so you can see what is below you before you jump. I think this would be an immensely helpful feature. I struggled the most with knowing when to jump and when not to jump because you seem to trick people both ways (it's hard to tell when to do what without memorizing the levels). It was helpful to be able to shoot snowballs once I obtained the pickup, but I didn't know what that pickup was until reading the readme. The only other suggestion I have besides these and some sound effects would be to make the player glide forward when jumping, kind of like a running jump in Mario, instead of just straight up and down.

Otherwise I really enjoyed the holiday themed game, sometimes it can be sort of cheesy (I've never been one to participate in contests either) but it puts me in a good mood. I really like the game, keep up the great work!
Logged
I think it was Leonardo da Vinci who once said something along the lines of "If you build the robots, they will make games." or something to that effect.

Offline (Male) rcobra
Reply #17 Posted on: January 27, 2016, 04:43:46 pm
Member
Joined: Nov 2015
Posts: 67

View Profile WWW
hi,Happy New Year!
a new version of the winter / Christmas
What's new: new graphics added sounds, double jump, parallax scrolling

https://dl.dropboxusercontent.com/u/69870545/other/croky_xmas_new.zip
Size: 3MB (Linux + Windows(x86) binary)
« Last Edit: January 27, 2016, 05:28:23 pm by rcobra » Logged
ps.sorry for my english
Offline (Male) rcobra
Reply #18 Posted on: January 29, 2016, 11:21:40 am
Member
Joined: Nov 2015
Posts: 67

View Profile WWW
1.What camera do not know how to do it but I will try.
2.temporarily no music will add in the next version
3.(LGM)problem loading the sound and change to another
Logged
ps.sorry for my english
Offline (Male) Goombert
Reply #19 Posted on: January 29, 2016, 02:21:30 pm

Developer
Location: Cappuccino, CA
Joined: Jan 2013
Posts: 2993

View Profile
I'm loving this game rcobra, this is the best version you've made yet. The sound makes it a lot easier to keep track of what is going on, it's a huge improvement. I also like the sliding down walls feature.

I noticed two bugs. First, if there's an object above like on the second part, you can infinitely jump as many times as you want. Second, you can get snowballs from the mystery boxes by landing on top of them. I'm not sure if that's intentional or not because in Super Mario Bros you jump from underneath, which is why I'm not sure if that's intended behavior.

Can you detail the sound issues a little more? Do you mean switching the audio system in game settings/ENIGMA settings?

Also, when you are ready and if you want, we can share your game on ENIGMA's social media on Twitter or Facebook. That's entirely up to you, just ask.
Logged
I think it was Leonardo da Vinci who once said something along the lines of "If you build the robots, they will make games." or something to that effect.

Offline (Male) rcobra
Reply #20 Posted on: January 29, 2016, 04:09:16 pm
Member
Joined: Nov 2015
Posts: 67

View Profile WWW
thanks

1.it is possible that a mistake
2. This was intentional, I tried to do according like this https://youtu.be/LAtysX9Dd7E, but the enigma does not work.
3. Do not, sound editor
4. Do not I have nothing against,you can promote

ps.off the topic
I have a question, what is the overall status of the enigma (beta, development, etc.), any development plans for the future?
my suggestions:
-new name enigma: studio (egm:studio)
-IDE redesign and new logo
-breaking compatibility GM (eliminate errors)
-clean code with unnecessary stuff
-egmx(not compatibility) new project format similar to GMX
-support new javascript, HTML5, WebGL
Logged
ps.sorry for my english
Offline (Unknown gender) TheExDeus
Reply #21 Posted on: January 29, 2016, 07:58:54 pm

Developer
Joined: Apr 2008
Posts: 1860

View Profile
There is a new post about progress here: http://enigma-dev.org/forums/index.php?topic=2635.0
Logged
Offline (Male) rcobra
Reply #22 Posted on: January 30, 2016, 01:51:38 pm
Member
Joined: Nov 2015
Posts: 67

View Profile WWW
is great, the question whether it is possible to add 3D animation file?
Logged
ps.sorry for my english
Offline (Male) Goombert
Reply #23 Posted on: February 02, 2016, 01:27:58 pm

Developer
Location: Cappuccino, CA
Joined: Jan 2013
Posts: 2993

View Profile
There is actually a new LGM coming rcobra, you can view my current change log on GitHub.
https://github.com/IsmAvatar/LateralGM/pull/245

It's not completely finished yet but there's a number of issues addressed.

I can't quite understand what you mean about the sound problems, if you could try to describe them better it would help.

I am working to fix a lot of broken things and clean up the code in LGM quite a bit.
Logged
I think it was Leonardo da Vinci who once said something along the lines of "If you build the robots, they will make games." or something to that effect.

Offline (Male) rcobra
Reply #24 Posted on: February 06, 2016, 10:36:55 am
Member
Joined: Nov 2015
Posts: 67

View Profile WWW
hi
in the song editor, I open the wav file and save as gmx then,
I change to a different song sound editor mimics but does not play then a window pops up
and hangs
Code: [Select]
Operating System: Linux
Version: 3.13.0-77-generic
Architecture: i386

Java Vendor: Oracle Corporation
Version: 1.7.0_95

Available processors (cores): 1
Free memory (bytes): 12402136
Maximum memory (bytes): 508887040
Total memory available to JVM (bytes): 34304000

File system root: /
Total space (bytes): 77709008896
Free space (bytes): 19721109504
Usable space (bytes): 15766827008

Stack trace:
java.lang.IllegalStateException: Line not open
at org.classpath.icedtea.pulseaudio.PulseAudioClip.stop(PulseAudioClip.java:543)
at org.lateralgm.subframes.SoundFrame.cleanup(SoundFrame.java:806)
at org.lateralgm.subframes.SoundFrame.actionPerformed(SoundFrame.java:554)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252)
at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:289)
at java.awt.Component.processMouseEvent(Component.java:6516)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3312)
at java.awt.Component.processEvent(Component.java:6281)
at java.awt.Container.processEvent(Container.java:2229)
at java.awt.Component.dispatchEventImpl(Component.java:4872)
at java.awt.Container.dispatchEventImpl(Container.java:2287)
at java.awt.Component.dispatchEvent(Component.java:4698)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4492)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422)
at java.awt.Container.dispatchEventImpl(Container.java:2273)
at java.awt.Window.dispatchEventImpl(Window.java:2719)
at java.awt.Component.dispatchEvent(Component.java:4698)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:747)
at java.awt.EventQueue.access$300(EventQueue.java:103)
at java.awt.EventQueue$3.run(EventQueue.java:706)
at java.awt.EventQueue$3.run(EventQueue.java:704)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:77)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
at java.awt.EventQueue$4.run(EventQueue.java:720)
at java.awt.EventQueue$4.run(EventQueue.java:718)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:77)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:717)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)

Logged
ps.sorry for my english
Offline (Male) rcobra
Reply #25 Posted on: February 25, 2016, 03:27:04 pm
Member
Joined: Nov 2015
Posts: 67

View Profile WWW
hi,new updates
What's new: new character animation, added music and bugfix

https://dl.dropboxusercontent.com/u/69870545/other/croky_xmas_new2.7z
Size: 11.6MB (Linux + Windows(x86) binary)

ps.Enigma does not play music in Windows (MP3, OGG) to build the cross compilation, LGM not playing music (ogg, mp3) song editor
Logged
ps.sorry for my english
Offline (Male) Goombert
Reply #26 Posted on: March 21, 2016, 04:39:53 pm

Developer
Location: Cappuccino, CA
Joined: Jan 2013
Posts: 2993

View Profile
Regarding Mp3 and OGG
Mp3 and OGG are not playable because they are not supported by the default Java sound API. They are by default for the JavaFX player. To make LGM able to play them you need the mp3 plugin for Java, I attempted to get it working with JMF and everything but could not. It seems very few people have had success getting it to work. An important thing is to run JMF registry editor as an administrator. I have decided to update the old LGM ticket and explain this in detail.
https://github.com/IsmAvatar/LateralGM/issues/88

The Exception You Just Reported
Apparently the pulse audio implementation of Java sound doesn't like it when you try to close an audio line when you never played it/opened it yet. Apparently it was never dictated by the API, thus the inconsistency with Windows.
https://github.com/finnkuusisto/JExplodomatica/issues/2

I have patched around this in the above pull request and it should be fixed in the next release.

Newly Discovered Bugs
I managed to run onto several other issues with playback, including the play button being enabled for unsupported formats. I started patching around them with the following pull requests, but the one I link above is more comprehensive and final.
https://github.com/IsmAvatar/LateralGM/pull/256
https://github.com/IsmAvatar/LateralGM/pull/257
« Last Edit: April 15, 2016, 06:54:46 pm by Robert B Colton » Logged
I think it was Leonardo da Vinci who once said something along the lines of "If you build the robots, they will make games." or something to that effect.

Offline (Male) rcobra
Reply #27 Posted on: March 26, 2016, 09:22:07 am
Member
Joined: Nov 2015
Posts: 67

View Profile WWW
thanks for the news
Logged
ps.sorry for my english
Offline (Male) Goombert
Reply #28 Posted on: April 15, 2016, 06:56:11 pm

Developer
Location: Cappuccino, CA
Joined: Jan 2013
Posts: 2993

View Profile
rcobra, please see the 1.8.7 announcement. It has the fix for the missing alpha tolerance property on sprites that you need and I also attempted to fix the exception you encountered in the last post. I don't know how well the fix will work though, but I recommend switching to the Oracle JDK. I have not gotten to addressing MP3/OGG support yet.
Logged
I think it was Leonardo da Vinci who once said something along the lines of "If you build the robots, they will make games." or something to that effect.

Offline (Unknown gender) Wendigo
Reply #29 Posted on: May 10, 2016, 02:14:24 pm
Member
Joined: Apr 2015
Posts: 42

View Profile
Very nice game. :)
But I had do run the windows version via wine. The linux binary gave me the following error:
Code: [Select]
./croky_xmas.bin.x86: error while loading shared libraries: libalure.so.1: cannot open shared object file: No such file or directory
Just some slight critique:
- Sometimes when hitting the yellow boxes from above I just fall through without collecting them
- Maybe you could add some force upwards when Jumping on the slugs, it feels strange just to smash them without any feedback.
- You could add some instructions with the action keys. When I arrived at the snowman bossfight I didn't know how to throw snowballs so I tried different key until the "q" brought me back to the main menu with all progress lost. :(
Logged
Pages: « 1 2 3 4 »
  Print