Page 1 of 2 12 LastLast
Results 1 to 10 of 83

Thread: Have questions? Post them to us here!

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Thumbs up

    Thanks Jason, that is definitely much clearer

    cheers,
    Paul

  2. #2
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25
    I'll be around tonight, but I'll be gone all day Saturday (going to see Green Lantern and X-Men: First Class in the city) so if you have any dire questions that need answering sooner than later, be sure to ask away tonight.
    Jason McMillen
    Pascal Game Development
    Co-Founder





  3. #3
    Just a question for how to use an engine. I developed an engine which is rather for general use. (Based on SDL). Now I made every function accessable to Lua. So the engine is written in FreePascal. Can I commit a game which is entirely written in Lua except the engine? If not, it's also possible to use the engine in Pascal, but development is a bit slower ...

  4. #4
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25
    Quote Originally Posted by Cybermonkey View Post
    Just a question for how to use an engine. I developed an engine which is rather for general use. (Based on SDL). Now I made every function accessable to Lua. So the engine is written in FreePascal. Can I commit a game which is entirely written in Lua except the engine? If not, it's also possible to use the engine in Pascal, but development is a bit slower ...
    Well how thick is your Object Pascal layer? If we are talking just mapping the Lua language to the same command for Object Pascal, then I'm not sure, but that would feel like a bit of a cheat.
    Jason McMillen
    Pascal Game Development
    Co-Founder





  5. #5
    Okay, posts seem to work now. Thanks a lot.
    Yes, it is a layer, so all functions are actually implemented in Pascal (but they are themselves a layer to SDL ). But anyway, I will do the game in Pascal using my engine ... (Well, at least I can do the prototyping via Lua and port it to Pascal).
    Best regards,
    Cybermonkey

  6. #6

    Sound effects

    Where can I found some free decent sound effects for my game. Mostly I would need sounds for tanks, jeeps, various weapons etc.

  7. #7
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25
    Quote Originally Posted by SilverWarior View Post
    Where can I found some free decent sound effects for my game. Mostly I would need sounds for tanks, jeeps, various weapons etc.
    There are lots of places online, just give a google for "free" or "royalty free" sound effects. SoundDogs.com is a good one. If you need music there is also RoyaltyFreeMusic.com and incompetech.com. Which I've used myself for a few of my own projects. Don't find anything there, just keep looking for other sites. There is a whole bunch of them just make sure you have the rights to use it by contacting the owners of the music you download. Oh and don't forget about SoundCloud.com too!

    Quote Originally Posted by ?ëu?±o Mart??nez View Post
    Just to be sure: Sources should be written in English?
    Well if you want to release your source with your entry to increase interest in Object Pascal games or your Allegro.pas library, I'd suggest it. Otherwise all your comments in your code can be Martian for all the judges will care.

    Quote Originally Posted by ?ëu?±o Mart??nez View Post
    Also: I plan to use the engine used by the Allegro's demo game with a lot of changes. Any problem with it?
    That's fine. I consider this kind of like reusing an existing engine written in Object Pascal and modifying it to become your own game anyhow. The rules allow for such development.
    Jason McMillen
    Pascal Game Development
    Co-Founder





  8. #8
    Quote Originally Posted by WILL View Post
    There are lots of places online, just give a google for "free" or "royalty free" sound effects. SoundDogs.com is a good one. If you need music there is also RoyaltyFreeMusic.com and incompetech.com. Which I've used myself for a few of my own projects. Don't find anything there, just keep looking for other sites. There is a whole bunch of them just make sure you have the rights to use it by contacting the owners of the music you download. Oh and don't forget about SoundCloud.com too!
    Also OpenGameArt.com has some music and sound effects.

    I can't find a lot of MIDI music. I know, it's obsolete blah, blah, blah... but MIDI is cool: you can change a lot of parameters while playing (including the instrument!) and I love all that old beeps and fussss... I think I need a MIDI sequencer.
    Last edited by Ñuño Martínez; 22-06-2011 at 01:45 PM.
    No signature provided yet.

  9. #9
    Quote Originally Posted by SilverWarior View Post
    Where can I found some free decent sound effects for my game. Mostly I would need sounds for tanks, jeeps, various weapons etc.
    I can recommend (if you want to have some retro sounds) the software on this page: http://www.drpetter.se/project_sfxr.html
    Absolutely easy to use and creates some nice effects.
    Best regards,
    Cybermonkey

  10. #10
    Quote Originally Posted by Cybermonkey View Post
    I can recommend (if you want to have some retro sounds) the software on this page: http://www.drpetter.se/project_sfxr.html
    Absolutely easy to use and creates some nice effects.
    AMEN!

    cheers,
    Paul

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •