2024-03-12 09:57:17 +01:00

2.5 KiB
Raw Permalink Blame History

📷 Camera

New features compared to Apollyon

  • Small and more efficient than Apollyon.
  • *_small.png are really small (original / 2) and not just copied.
  • Creates a folder structure if it doesn't exist.
  • Report failures to Habbo.
  • Added a cooldown time for taking photos to prevent your hard drive from filling up.
  • Prevent exploits on thumbnails, not just photos.
  • No more FTP (no one used that).

Download the latest compiled version here!

Informations

All missing settings in the database will be created with this plugin after the first launch of your emulator.

emulator_settings

  • camera.url
  • imager.location.output.camera
    • The location where to save the photo (default: C:/inetpub/wwwroot/public/camera/)
  • imager.location.output.thumbnail
    • The location to save the thumbnail (default: C:/inetpub/wwwroot/public/camera/thumbnails/)
  • camera.price.points.publish
    • The price of points for publishing this photo (default: 1)
  • camera.price.points.publish.type
    • The type of points to publish (default: 5 = diamonds)
  • camera.publish.delay
    • The time, in seconds, how long the user should wait to post a new photo (default: 180)
  • camera.price.credits
    • The credits required to purchase this photo (default: 2)
  • camera.price.points
    • The price of points to purchase this photo (default: 0 = no points required)
  • camera.price.points.type
    • The type of points to buy this photo (default: 5 = diamonds)
  • camera.render.delay
    • The time, in seconds, how long the user should wait to take a new photo (default: 5)

emulator_texts

  • camera.permission
    • default: "You don't have permission to use the camera!"
  • camera.wait
    • default: "Please wait %seconds% seconds before making another picture."
  • camera.error.creation
    • default: "Failed to create your picture. *sadpanda*"

Since this plugin doesn't use FTP like “Apollyon”, you can delete these values in your database under emulator_settings if necessary.

Comparison

Apollyon doesn't show you any errors like you don't have enough currency.

Credits

  • EntenKoeniq for releaseing the fixes and rewritten the plugin. (This camera plugin was written for https://habbo.sx/ and is now available to the community for free.)
  • John
  • Beny (Packet Hijacking)
  • Ovflowd (Original Implimentation)
  • Alejandro (Error Handling Help)