Indie Dev

Hello Guest!. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, sell your games, upload content, as well as connect with other members through your own private inbox!

Search results

  1. CynicSyndrome

    can you start BGM at a desired time index??

    I figured it out, to start 10 seconds in: ◆Script:AudioManager.playBgm({ name: "Town4", volume: 100, pitch: 100, pan: 0, pos: 10}, 10)
  2. CynicSyndrome

    can you start BGM at a desired time index??

    ◆Script:AudioManager.playBgm({ name: "Town4", volume: 100, pitch: 100, pan: 0}) I am using this above code to designate BGM to play and settings to use. it works 100% perfectly, but now I need a way to specify a starting point. is it possible to modify this to incorporate a starting...
  3. CynicSyndrome

    What did you add to your project today?

    Mercury in Retrograde
  4. CynicSyndrome

    What did you add to your project today?

    Well Today and for the last few weeks I worked on debugging my music player/playlist editor. The player can edit the settings of any BGM currently playing, then name it and add it to their playlist. There are all the traditional play modes and also new play modes. Whether you choose Play...
  5. CynicSyndrome

    Yes there was a typo in here, I fixed it, LOL

    Yes there was a typo in here, I fixed it, LOL
  6. CynicSyndrome

    My Music Player and Playlist Builder events are progressing at a decent pace now, though I did...

    My Music Player and Playlist Builder events are progressing at a decent pace now, though I did suffer a setback, I still might finish the whole thing before the end of the month.
  7. CynicSyndrome

    Realistically, how good do I need to be with javascript?

    I've been wondering the same thing for four years almost. since then I've become quite good at using JavaScript to customize events however there are still many scripts I've never heard of or encountered. There is a whole lot out there. The best advice I can give: Become as familiar as you can...
  8. CynicSyndrome

    [MEDIA]

  9. CynicSyndrome

    What I call Roulette 2.0 seems to work perfectly now. Needs further testing to be sure.

    What I call Roulette 2.0 seems to work perfectly now. Needs further testing to be sure.
  10. CynicSyndrome

    Roulette Wheel is almost ready for testing.

    Roulette Wheel is almost ready for testing.
  11. CynicSyndrome

    Roulette Wheel ETA: Soon. Card Table ETA: Face Palm

    Roulette Wheel ETA: Soon. Card Table ETA: Face Palm
  12. CynicSyndrome

    How do you check if any bgm at all is playing

    wow I thought I tried this already but tried it again, out of desperation, and it worked. if AudioManager._currentBgm === null works, [SOLVED] thanks anyway
  13. CynicSyndrome

    Today I procrastinated. I started updating my old maps from my abandoned project to my new...

    Today I procrastinated. I started updating my old maps from my abandoned project to my new standard form compatible with the Portal Gun. I'm supposed to be working on my other casino games.
  14. CynicSyndrome

    Name one thing that you added to your MV Project today

    Today I procrastinated. I started updating my old maps from my abandoned project to my new standard form compatible with the Portal Gun. I'm supposed to be working on my other casino games.
  15. CynicSyndrome

    Finished the last 4 machines and the random ones weren't working. the code seemed fine, I kept...

    Finished the last 4 machines and the random ones weren't working. the code seemed fine, I kept thinking it was the randomizer. 4 hours later I finally found the problem...the randomizer! on the plus side, everything now works and only needs finishing touches.
  16. CynicSyndrome

    Never mind that, now it does both.

    Never mind that, now it does both.
  17. CynicSyndrome

    Is there a script to call for the current BGM playing?

    ◆Script:$gameVariables.setValue(94, AudioManager._currentBgm.name) ◆Text:None, Window, Bottom :Text:\V[94]\! Tested Works Perfectly, SOLVED
  18. CynicSyndrome

    Is there a script to call for the current BGM playing?

    It looks like you can call for the name, pan, pitch, and volume of the saved bgm. still wondering if you have to save it to call for it.
  19. CynicSyndrome

    Overall update for all player controlled slot machines. Instead of using the keys 1-5 to "pull...

    Overall update for all player controlled slot machines. Instead of using the keys 1-5 to "pull the levers" for each slot, player can now click the slots to cast them, slots can still be cast in any order you wish. I think this may be better. Anyone like the other way better?
  20. CynicSyndrome

    Is there a script to call for the current BGM playing?

    Is there a script to call for the current BGM playing? I'm thinking of creating a sort of jukebox but no sense in that if I cannot call for this.
Top