The McLeodGaming forums were permanently closed on April 30th, 2020. You are currently viewing a read-only archive.
View unanswered posts | View active topics It is currently Fri May 15, 2020 6:10 am

Forum rules


DO NOT POST SSF2 OR GAME IDEAS/QUESTIONS IN THIS FORUM!

For SSF2 Discussion, please go here: http://forums.mcleodgaming.com/viewforum.php?f=4



 [ 101 posts ]  Go to page 1, 2, 3, 4, 5 ... 7  Next
source code 
Author Message

Joined: Thu Aug 13, 2009 3:10 am
Posts: 16
Gender: Anime Girl
dear McLeodgaming i have you source code that is images/action scripts/animations
i do not want this to get ugly i just wanna make a deal with you
i will leak source if you do not respond or if you delete this thread.
if you want proof of me having your source here is a piece of your action script
i will leak more and more if you don't respond and make a deal

//this is from your main action script file

// [Action in Frame 11]
gotoAndStop("mode");

// [Action in Frame 12]
var CurrentGame = new Game();
var reset_frame = "reset";
_level0.soundQueue.playNarratorChoose();
CurrentGame.__get__LevelData().time = savedata.data.game.options.VS_Time;
CurrentGame.__get__Player1().damageRatio = savedata.data.game.options.VS_DamageRatio;
CurrentGame.__get__Player2().damageRatio = savedata.data.game.options.VS_DamageRatio;
CurrentGame.__get__Player3().damageRatio = savedata.data.game.options.VS_DamageRatio;
CurrentGame.__get__Player4().damageRatio = savedata.data.game.options.VS_DamageRatio;
CurrentGame.__get__LevelData().showPlayerID = savedata.data.game.options.VS_DisplayPlayer;
CurrentGame.__get__LevelData().lives = savedata.data.game.options.VS_Lives;
CurrentGame.__get__Player1().lives = savedata.data.game.options.VS_Lives;
CurrentGame.__get__Player2().lives = savedata.data.game.options.VS_Lives;
CurrentGame.__get__Player3().lives = savedata.data.game.options.VS_Lives;
CurrentGame.__get__Player4().lives = savedata.data.game.options.VS_Lives;
CurrentGame.__get__LevelData().startDamage = savedata.data.game.options.VS_StartDamage;
CurrentGame.__get__Items().frequency = savedata.data.game.options.VS_ItemFreq;
CurrentGame.__get__LevelData().usingLives = savedata.data.game.options.VS_UsingLives;
CurrentGame.__get__LevelData().usingTime = savedata.data.game.options.VS_UsingTime;
updateVSData = function ()
{
savedata.data.game.options.VS_Time = CurrentGame.__get__LevelData().time;
savedata.data.game.options.VS_DamageRatio = CurrentGame.__get__Player1().damageRatio;
savedata.data.game.options.VS_DisplayPlayer = CurrentGame.__get__LevelData().showPlayerID;
savedata.data.game.options.VS_Lives = CurrentGame.__get__LevelData().lives;
savedata.data.game.options.VS_StartDamage = CurrentGame.__get__LevelData().startDamage;
savedata.data.game.options.VS_ItemFreq = CurrentGame.__get__Items().frequency;
savedata.data.game.options.VS_UsingLives = CurrentGame.__get__LevelData().usingLives;
savedata.data.game.options.VS_UsingTime = CurrentGame.__get__LevelData().usingTime;
savedata.flush();
};

// [Action in Frame 13]
gotoAndPlay("selectionScreen");

// [Action in Frame 14]
CurrentGame.updateDisplay();
stop ();

// [Action in Frame 15]
gotoAndStop("selectionScreen");

// [Action in Frame 16]
function playAudio()
{
_level0.soundQueue.playButtonSound2();
_level0.soundQueue.playCrowdCheer();
} // End of the function
var isStarted = false;
play ();

// [Action in Frame 17]
stop ();

// [Action in Frame 18]
gotoAndStop("stageSelection");

// [Action in Frame 19]
var stageMusic = "waitingroom";
var loopLoc = 0;
var cameraParameters = {cam_id: "vcam", linkage_id: "vcam", terrain: "camBoundary", x_start: 280, y_start: 250, x_zoom: 100, y_zoom: 100, width_: 550, height_: 400, bg: "waitingroom_bg"};
var timerParameters = {instanceName: "clock", countdown: CurrentGame.CountDown, startAt: CurrentGame.Time};
var itemParameters = {sizeRatio: CurrentGame.SizeRatio, frequency: CurrentGame.ItemFrequency, itemData: CurrentGame.ItemData};
var stageData = new StageData(Controller1, Controller2, Controller3, Controller4, _level0, stage, hud, cameraParameters, itemParameters, CurrentGame, timerParameters, soundQueue, stageMusic, loopLoc, reset_frame);
delete stageMusic;
delete cameraParameters;
stageData.startGame();
this.onEnterFrame = function ()
{
stageData.PERFORMALL();
};

// [Action in Frame 20]
play ();

// [Action in Frame 21]
stop ();

// [Action in Frame 22]
gotoAndStop("stage1_control");

// [Action in Frame 23]
var stageMusic = "howtoplay";
var loopLoc = 0;
var cameraParameters = {cam_id: "vcam", linkage_id: "vcam", terrain: "camBoundary", x_start: 590, y_start: 350, x_zoom: 80, y_zoom: 80, width_: 550, height_: 400, bg: "battlefield_bg"};
var timerParameters = {instanceName: "clock", countdown: CurrentGame.CountDown, startAt: CurrentGame.Time};
var itemParameters = {sizeRatio: CurrentGame.SizeRatio, frequency: CurrentGame.ItemFrequency, itemData: CurrentGame.ItemData};
var stageData = new StageData(Controller1, Controller2, Controller3, Controller4, _level0, stage, hud, cameraParameters, itemParameters, CurrentGame, timerParameters, soundQueue, stageMusic, loopLoc, reset_frame);
delete stageMusic;
delete cameraParameters;
stageData.startGame();
this.onEnterFrame = function ()
{






if you don't reply i will not only leak your source ill make a game with all the chars you had planed and put you out
please make the smart choice

ps//just reply here
also don't even try to ip me if you do ill proxy and realase


Thu Aug 13, 2009 3:26 am
User avatar

Joined: Sun Sep 28, 2008 1:38 am
Posts: 2286
Location: The Wonderful Land of Aus
Gender: Anime Girl
Why do you have this anyway?

_________________
Image
Parents - Ray fletcher, Blue Mage(?)
Married to - Deux
Children - Geno


Thu Aug 13, 2009 3:34 am
WWW

Joined: Thu Aug 13, 2009 3:10 am
Posts: 16
Gender: Anime Girl
i have this because i got my self a copied source after hours of countless work i finaly have his source code
i will leak if i dont talk to him or an admin soon


Thu Aug 13, 2009 3:40 am

Joined: Sat Oct 11, 2008 9:16 pm
Posts: 12685
Country: United States (us)
Gender: Male
Waifu: I'm married
Well, if you want to try and wake him up... :/

_________________
Meow
  /l、
゙(゚、 。 7
 l、゙ ~ヽ
 じしf_, )ノ


Thu Aug 13, 2009 3:41 am
YIM WWW
User avatar

Joined: Sun Sep 28, 2008 1:38 am
Posts: 2286
Location: The Wonderful Land of Aus
Gender: Anime Girl
Is this some sort of revenge or something? Leaking the source code.

_________________
Image
Parents - Ray fletcher, Blue Mage(?)
Married to - Deux
Children - Geno


Thu Aug 13, 2009 3:41 am
WWW

Joined: Thu Aug 13, 2009 3:10 am
Posts: 16
Gender: Anime Girl
no this isnt revenge i have had my eye on this project for a while it finaly showed some awsomeness with the
new beta ......why am i doing this? i want in on the project. sure i could take the source and leak but i dont
want that to happen to a good game like this. if you let me work on the project with you we can pretend like this
never happend..... :headbang:


Thu Aug 13, 2009 3:45 am
User avatar

Joined: Sun Sep 28, 2008 1:38 am
Posts: 2286
Location: The Wonderful Land of Aus
Gender: Anime Girl
kingzanox wrote:
no this isnt revenge i have had my eye on this project for a while it finaly showed some awsomeness with the
new beta ......why am i doing this? i want in on the project. sure i could take the source and leak but i dont
want that to happen to a good game like this. if you let me work on the project with you we can pretend like this
never happend..... :headbang:

O.o
So you ripped the souce code for that!? There was an easier way of getting "in" on the project. -.-

_________________
Image
Parents - Ray fletcher, Blue Mage(?)
Married to - Deux
Children - Geno


Thu Aug 13, 2009 3:46 am
WWW
User avatar

Joined: Sat Aug 23, 2008 3:10 am
Posts: 2601
Location: Australia - Sydney
Gender: Male
Currently Playing: Ninja Gaiden III
must have missed something in my education, what's so bad about people knowing source code?

_________________
Image


Thu Aug 13, 2009 3:47 am
WWW

Joined: Sat Oct 11, 2008 9:16 pm
Posts: 12685
Country: United States (us)
Gender: Male
Waifu: I'm married
You could've just joined the site and helped, you don't need to be accepted or anything.

_________________
Meow
  /l、
゙(゚、 。 7
 l、゙ ~ヽ
 じしf_, )ノ


Thu Aug 13, 2009 3:47 am
YIM WWW
User avatar

Joined: Mon Aug 11, 2008 6:41 am
Posts: 9311
Location: Australia
Country: Australia (au)
Gender: Female
Skype: THoT_MDR
Waifu: You!
We don't negotiate with terrorists.
Sorry...just wanted to say that.
But seriously, threatening a mod/admin?
Dude?
You're looking at a pretty serious ban here, you should have PM'ed Cleod or DT with this.

_________________
Image


Thu Aug 13, 2009 3:49 am
WWW
User avatar

Joined: Sat Aug 23, 2008 3:10 am
Posts: 2601
Location: Australia - Sydney
Gender: Male
Currently Playing: Ninja Gaiden III
DVDV28 wrote:
must have missed something in my education, what's so bad about people knowing source code?

_________________
Image


Thu Aug 13, 2009 3:50 am
WWW
User avatar

Joined: Sun Sep 28, 2008 1:38 am
Posts: 2286
Location: The Wonderful Land of Aus
Gender: Anime Girl
DVDV28 wrote:
must have missed something in my education, what's so bad about people knowing source code?

I think that it might be able to be used to create a clone of SSF2. Think of it as stealing.

_________________
Image
Parents - Ray fletcher, Blue Mage(?)
Married to - Deux
Children - Geno


Thu Aug 13, 2009 3:50 am
WWW

Joined: Sat Oct 11, 2008 9:16 pm
Posts: 12685
Country: United States (us)
Gender: Male
Waifu: I'm married
The An Hero of Time wrote:
We don't negotiate with terrorists.
Sorry...just wanted to say that.
But seriously, threatening a mod/admin?
Dude?
You're looking at a pretty serious ban here, you should have PM'ed Cleod or DT with this.

Also you could be getting yourself sued, or worse.

_________________
Meow
  /l、
゙(゚、 。 7
 l、゙ ~ヽ
 じしf_, )ノ


Thu Aug 13, 2009 3:50 am
YIM WWW

Joined: Thu Aug 13, 2009 3:10 am
Posts: 16
Gender: Anime Girl
0.0 theres a couple of hours down the drain aww well btw r u a mod?and if so can you talk to him about geting
me in on the project?



PS/HAVING OTHER PEPOLE HAVE THE SOURCE CODE WOULD MAKE HIM USLESS. NO OFFESNSE INTENDED
BUT IF EVERY FLASH PROGRAMER HAD THIS SOURCE IT WOULD BE CRAZY.


PS/ OWWWWW I AM SO TERRIFIED I CAN TELL YOU FOR SHORE THAT NO ACTIONS
WILL BE TAKEN AGIANT ME DUE TO THIS CONFLICT

IF THEY DUE I WILL BE VERY DISAPPOINTED AN BE FORCED TO RELEASE
THE SOURCE


Thu Aug 13, 2009 3:52 am
User avatar

Joined: Sun Sep 28, 2008 1:38 am
Posts: 2286
Location: The Wonderful Land of Aus
Gender: Anime Girl
kingzanox wrote:
0.0 theres a couple of hours down the drain aww well btw r u a mod?and if so can you talk to him about geting
me in on the project?



PS/HAVING OTHER PEPOLE HAVE THE SOURCE CODE WOULD MAKE HIM USLESS. NO OFFESNSE INTENDED
BUT IF EVERY FLASH PROGRAMER HAD THIS SOURCE IT WOULD BE CRAZY.


PS/ OWWWWW I AM SO TERRIFIED I CAN TELL YOU FOR SHORE THAT NO ACTIONS
WILL BE TAKEN AGIANT ME DUE TO THIS CONFLICT

IF THEY DUE I WILL BE VERY DISAPPOINTED AN BE FORCED TO RELEASE
THE SOURCE

O.o If you wanted in, ask a dev. I think they got the power to make people devs. Correct me if I'm wrong.
BTW who'd you ask is mod? Cos Mod's have either green or purple names.

_________________
Image
Parents - Ray fletcher, Blue Mage(?)
Married to - Deux
Children - Geno


Thu Aug 13, 2009 3:54 am
WWW
Display posts from previous:  Sort by  
 [ 101 posts ]  Go to page 1, 2, 3, 4, 5 ... 7  Next

Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

cron
Powered by phpBB® Forum Software © phpBB Group
Designed by ST Software for PTF.