Group badges generator

Issue #432 resolved
Kay Heremans created an issue

Hi everyone, (i use 1.4.0 arcturus)

After 2 days work, i can't get it fixed, screen:

Naamloos.png

This are my settings: Arcturus DB emulator_settings: imager.location.badgeparts C:\inetpub\wwwroot\swf\c_images\Badgeparts imager.location.output.badges C:\inetpub\wwwroot\swf\c_images\Badgeparts\generated External_variables: group.badge.url=http://myhotel.me/swf/habbo-imaging/badge/%imagerdata%.gif group.deletion.enabled=true group.deletion.maximum.members=500 group.homepage.url=${url.prefix}/groups/%groupid%/id groupMembers.enabled=true groupRoomInfo.attach.enabled=true groupRoomInfo.badge.enabled=true groupRoomInfo.enabled=true group_logo_url_template=http://myhotel.me/swf/habbo-imaging/badge-fill/%imagerdata%.gif

it's like the images not working or something :s I use the habbo-imaging from PlusEMU

Greetz.

Comments (22)

  1. S150217754

    Use the Internal Badge Generator instead. Presently, there is no working external badge generator script which is compatible with Arcturus.

  2. Kay Heremans reporter

    How do you mean? This are my settings now: imager.location.badgeparts C:\inetpub\wwwroot\swf\c_images\Badgeparts and imager.location.output.badges C:\inetpub\wwwroot\swf\c_images\Badgeparts\generated in the database and in mine variables: group.badge.url=${url.prefix}/swf/c_images/Badgeparts/generated/%imagerdata%.png group_logo_url_template=http:/myhotel.me/swf/habbo-imaging/badge-fill/%imagerdata%.gif

  3. S150217754

    IF you're using @benycodes 's Hosted Generator, just modify your external_variables to:

    group.badge.url=https://avatarimage.hubbo.co.uk/group/%imagerdata%.gif
    

    @Benycodes Do you have the intention to release your Group Badge Generator script? It's amazing that you've code it to work with Arcturus.

  4. Kay Heremans reporter

    Fixed. But badge is not showing because i need to rewrite the badgeparts map i think. It give me this error:

    GET http://myhotel/swf/c_images/Badgeparts/b010034s025175s025173s029114.png 404 (Not Found)

    You have a rewrite rule?

  5. S150217754

    If you're using the internal generator, then the generated badges will be in /Badgeparts/generated/ folder by default.

    Use .png as mentioned by Wesley since the Internal Badge Generator generates badges in PNG format.

    Also, the directory where your Group Badge is generated on is really depends on your settings in emulator_settings. I only provided the - by default - directory if you didn't make any changes to it.


    If you were to use Beny's hosted Group Badge Generator then use .gif because that's the way his script is being setup.

  6. S150217754

    @benycodes I doubt it really matters.


    @Anthologique You can ignore those in emulator_settings since you are using Beny's external badge generator. Those settings are for the internal badge generator.

  7. Kay Heremans reporter

    I have it fixed. After 4 days, i comes to the external_override variables, this are my settings now:

    Set the path in emulator settings to badgesparts, and badgeparts/generated, and then you need this in external_variables AND override_variables:

    group.badge.url=http://IP/swf/c_images/Badgeparts/generated/%imagerdata%.png group_logo_url_template=http://IP/swf/c_images/Badgeparts/generated/%imagerdata%.png

  8. Log in to comment