Jump to content
ninja970y

Asking money for pbo's

Recommended Posts

Hi today i am really pissed off , i was going to check around on the steam workshop arma 3 to see if i see something new for my terrain, like houses,cars,structures etcc.

I downloaded some assets and one of it from Red the Dev, was working very well... in SINGLE PLAYER.

WHY only in SP? Because when u host a game with hes pbo come out this message "You are unauthorized to use these mods. Please contact redhotsteeldev@gmail.com for more information";

 

And then the script trigger the BIS function End5.

 

I say...ok lets contact him ( alredy i have check hes script and how it work.... ) but tbh i prefere contact him and ask hes permission as i do with all model i use for my terrain wich i alwais write down the credits for all contenten created NOT by me.

This is hes code : 

 

 

                             

if (!isMultiplayer) exitWith { diag_log ""; };
 
_slave = serverName; 
if (_slave != "Red's Cars" && 
_slave != "Red's Cars #2" &&
_slave != "Red's Cars #3") 
exitWith {
        removeUniform player;
        removeVest player;
        removeHeadgear player;
        removeBackpack player;
        removeGoggles player;
        removeallWeapons player;
        removeallAssignedItems player;

    [] spawn {
        while {true} do {
        "test" cutText ["", "BLACK", 0.5, true];
        _layer1 = "normal" cutText ["You are unauthorized to use these mods. Please contact redhotsteeldev@gmail.com for more information.","PLAIN"]; 
        diag_log "You are unauthorized to use these mods. Please contact redhotsteeldev@gmail.com for more information";
        diag_log "You are unauthorized to use these mods. Please contact redhotsteeldev@gmail.com for more information";
        diag_log "You are unauthorized to use these mods. Please contact redhotsteeldev@gmail.com for more information";
        diag_log "You are unauthorized to use these mods. Please contact redhotsteeldev@gmail.com for more information";

        uiSleep 10;
        endMission "End5";
        };
    };
};

 

Then i contact him on steam and...SURPISE!!! he ask me money to use hes pbo in Multiplayer!!!

 

 

tQJzEzO.jpg

 

 

asbkEo5.jpg

 

 

And then when i remind him the EULA of Bis regarding monetization full / partial of pbo,p3d etcc he "have to go".

 

 

Hes steamwork shop    http://steamcommunity.com/id/redthedev/myworkshopfiles/

 

 

BIS EULA :

Share this post


Link to post
Share on other sites

Once content touches BIS Tools any commercial use is not allowed, so he is breaking their rules from my understanding

 

you can send a support ticket or email and it will probably be dealt with

  • Like 3

Share this post


Link to post
Share on other sites

and this is also in the wrong section, should be in the general.

  • Like 1

Share this post


Link to post
Share on other sites
21 hours ago, road runner said:

and this is also in the wrong section, should be in the general.

yes

Share this post


Link to post
Share on other sites
On 1-9-2017 at 6:39 PM, belbo said:

This reminds me of a certain someone...

 

Indeed. Had that something to do with gender? ;)

 

But yeah Ninja. Its illegal practice.

Report him on steam rightaway! with all the info that comes with it.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×