The PokéCommunity Forums  

Go Back   The PokéCommunity Forums > The PokéCommunity Archives > The Team Room Archive
Reload this Page [Magma Productions] Yes, we are recruiting.

Notices
For all updates, view the main page.

The Team Room Archive
The Team Room is now closed—no new posts can be made at this point. This forum will no longer be visible from the end of the month, but remains accessible by the URL.
Original description: Team up, start a formation of dedicated hackers and helpers. Here, you can discuss production of hacks with other groups, or make your own hacking group (through approval processes).

Ad Content
 
 
Thread Tools
  #1   Link to this post, but load the entire thread.  
Old October 31st, 2009 (4:11 PM). Edited November 2nd, 2009 by patch..
patch.'s Avatar
patch. patch. is offline
listen what I say, oh
 
Join Date: Sep 2009
Location: The Sky with Diamonds.
Age: 27
Gender: Male
Nature: Sassy
Posts: 215
Welcome to:
Magma Productions
The Hacking Future - Today

Introduction


It seems you've stumbled upon the team thread of Magma Productions. We are, clearly, a hacking team specialising in all works. We are a miniature community who work well together, and later in this thread you can find out, if you so wish, how to join our projects.

Magma Productions was created on the 31st of October 2009, by the creator of this post - namely, patch. - along with a few partners to help start the team successfully. At the start of this post, only one hack was in the projects section (a certain 'Magma Legacy'), but more would be expected to join it shortly.

The different hacking 'sections' of Magma Productions are referred to as Squadrons, of which there are fsix: Head Board, Scripting, Spriting, Mapping, Tile Editing and Training. Most likely, if we get jobs of such, more Squadrons will be added.

The Squadrons


Head Board
Leader: patch.
Board Member: Adamb121
Board Member: 06s23
Board Member: bigfatgranny
Board Member: StriK.eR
Board Member:
The Head Board oversees projects and other Squadrons. They are basically the 'leaders and co-leaders' of Magma Productions, specially chosen by patch. himself. [Do not apply to be this.]

Scripting
Leader: bigfatgranny
Co-Leader: patch.
Scripter: Zelfier
Scripter:
Scripter:
Head Trainee:
The Scripting Squadron is the team that scripts events for the ROM Hacks we create. Scripting requires a lot of knowledge, and can take a while to learn.

Spriting
Leader: Anastasia-R
Co-Leader: Codec
Spriter:
Spriter:
Spriter:
Head Trainee:
The Spriting Squadron results in people going down to work pixel-by-pixel to create or edit sprites for our ROM Hacks. This can take a lot of skill, especially some of the most advanced areas, so is highly regarded.

Mapping
Leader: Adamb121
Co-Leader:
Mapper: Codec
Mapper:
Mapper:
Head Trainee:
The Mapping Squadron are the members of Magma Productions who use a program to re-create the maps and make new worlds and regions in our ROM Hacks. They are highly necessary; without them, a lot of things wouldn't be possible!

Tile Editing
Leader: 06s23
Co-Leader:
Tile Editor: Codec
Tile Editor:
Tile Editor:
Head Trainee:
The Tile Editors bring modernisation to our ROM Hacks with brand new graphics and tiles to make our games seem more lifelike, more eye-catching and far more compelling to play.

Training
Trainee: Codec Training to be a: Scripter
Trainee: Training to be a:
Trainee: Training to be a:
Trainee: Training to be a:
Trainee: Training to be a:
That's right, Magma Productions offers it's own training program, utilising the help of members of whatever section you plan to learn, you can become what you want to be!

srs note: Yes, there are a lot of spaces for this team. That's because Mamga Productions will be wildly spread - we will have multiple hack projects going on a time, and obviously only having five people wouldn't cover a lot of projects we are working on, which is why there are a lot of spaces. You'll also be able to hire help for your hack soon, which is another reason for the large amount.

Application
Username:
Squadron wanted:
Past experience:
Examples:
Contact Information: [not like mobile, but like MSN, AIM, etc.]
You can sign up for multiple Squadrons if wanted.

Projects


Ah, yes, the projects section. Many hacks will reside here throughout the test of time.

Shadow's Haze

Base: FireRed
Birth Date: 2/10/09
Hack Leader: bigfatgranny
Hack Thread: Clicky.
Members Involved:
bigfatgranny
patch.
adamb421
06s23
Codec


Magma Legacy
Base: FireRed
Birth Date: 31/10/09
Hack Leader: patch.
Hack Thread: Clicky.
Members Involved:
patch.
Adamb121
06s23
Anastasia-R


Galactic Platinum

Base: FireRed
Birth Date: 2/11/09
Hack Leader: Codec
Hack Thread: Clicky.
Members Involved:
Codec
patch.

Support


Support Magma Productions with the following banners and userbars:
None yet. Feel free to make one!

Salutations


As Nurse Joy would say in such an ill-toned manner, we hope to see you again!
Thread (C) Magma Productions 2009. DO NOT STEAL.
__________________
Back. With some boss sunglasses.
  #2   Link to this post, but load the entire thread.  
Old November 1st, 2009 (1:03 AM).
Zeffy's Avatar
Zeffy Zeffy is offline
g'day
 
Join Date: Apr 2009
Gender: Male
Posts: 6,395
Well, since everything in the first post is organized, I would like to join.

Username: UltimaZelfier/Zelfier

Squadron wanted: Scripting Squadron

Past experience: I worked on a lot of hacks, and I'm currently on break of making hacks. Oh, and by the way, I use XSE.

Examples: This is a move camera script, I compiled it by mistake to check if it works sorry.


Quote:
Originally Posted by Example Script
'---------------
#org 0x3FA2F3
lockall
special 0x113
msgbox 0x8456640 MSG_NORMAL '"Where is the bathroom?\n Hmmm...."
applymovement MOVE_CAMERA 0x8456663
waitmovement 0x0
msgbox 0x8456734 MSG_NORMAL '"Maybe its downstairs."
special 0x114
releaseall
end


'---------
' Strings
'---------
#org 0x456640
= Where is the bathroom?\n Hmmm....

#org 0x456734
= Maybe its downstairs.


'-----------
' Movements
'-----------
#org 0x456663
#raw 0x13 'Step Right (Normal)
#raw 0x13 'Step Right (Normal)
#raw 0x13 'Step Right (Normal)
#raw 0x13 'Step Right (Normal)
#raw 0x13 'Step Right (Normal)
#raw 0x13 'Step Right (Normal)
#raw 0x13 'Step Right (Normal)
#raw 0x11 'Step Up (Normal)
#raw 0x11 'Step Up (Normal)
#raw 0x11 'Step Up (Normal)
#raw 0x1C 'Delay5
#raw 0x1C 'Delay5
#raw 0x10 'Step Down (Normal)
#raw 0x10 'Step Down (Normal)
#raw 0x10 'Step Down (Normal)
#raw 0x12 'Step Left (Normal)
#raw 0x12 'Step Left (Normal)
#raw 0x12 'Step Left (Normal)
#raw 0x12 'Step Left (Normal)
#raw 0x12 'Step Left (Normal)
#raw 0x12 'Step Left (Normal)
#raw 0x12 'Step Left (Normal)
#raw 0xFE 'End of Movements

Also, it will repeat itself since I haven't put any flags yet. If you want another script example just tell me. I could also be a CSS guy. See my siggy.
__________________
  #3   Link to this post, but load the entire thread.  
Old November 1st, 2009 (2:08 AM).
patch.'s Avatar
patch. patch. is offline
listen what I say, oh
 
Join Date: Sep 2009
Location: The Sky with Diamonds.
Age: 27
Gender: Male
Nature: Sassy
Posts: 215
I can't see any errors in the script - apart from the lack of flags, of course - so it looks fine to me. You can do CSS if you want (I can as well, though I haven't quite figured out how to do it all on PC, like make text over images), I really don't mind. :3

But yeah, accepted. Welcome to Magma Productions, we hope you enjoy your stay.
__________________
Back. With some boss sunglasses.
  #4   Link to this post, but load the entire thread.  
Old November 1st, 2009 (4:35 AM).
.Tactic.'s Avatar
.Tactic. .Tactic. is offline
x.Paranoid's BackAlley.x
 
Join Date: Apr 2009
Location: A Dark Abbyss...
Age: 26
Gender: Male
Nature: Modest
Posts: 1,309
Username: Codec
Squadron wanted: Spriting,Mapping. If I have enough time - Tile Editing.(And please can I become a trainee of scripting)
Past experience: My Hack, Elemental Curse, Shadow Black, Galactic Platinum, Aether
Examples:
Spriting -
Spoiler:






Tile Inserting/Mapping-
Spoiler:
__________________
Hacks that deserve my love
Credits for my sig
  #5   Link to this post, but load the entire thread.  
Old November 1st, 2009 (5:21 AM).
patch.'s Avatar
patch. patch. is offline
listen what I say, oh
 
Join Date: Sep 2009
Location: The Sky with Diamonds.
Age: 27
Gender: Male
Nature: Sassy
Posts: 215
Some of your maps are exceptional, and we could use a tile inserter as 06s23 doesn't really like doing it. So, that would be great, I'll put you down for anything - also, could both of you give contact information, like MSN, if you have it?
__________________
Back. With some boss sunglasses.
  #6   Link to this post, but load the entire thread.  
Old November 1st, 2009 (6:06 AM).
adamb241's Avatar
adamb241 adamb241 is offline
Pokémon Raging Fury
 
Join Date: Jan 2008
Location: New York
Age: 29
Nature: Brave
Posts: 656
Hmmm, I really like you maps! The only thing that I don't like is they lack a definitive border. Your sprites and tiles are also very good. Hey patch, you should put down the other hack as a production too. (Since you are kinda stealing half the team!)
__________________

\-Pokémon Raging Fury-/
+A new project from Dark Steel Productions+
  #7   Link to this post, but load the entire thread.  
Old November 1st, 2009 (6:41 AM).
DaMexicanMadness's Avatar
DaMexicanMadness DaMexicanMadness is offline
Gotta Love Incubus!!
 
Join Date: Aug 2009
Location: England, Milton Keynes!!
Age: 30
Gender: Male
Nature: Relaxed
Posts: 21
Username: DaMexicanMadness (Jonny)
Squadron wanted: Mapping Squadron
Past experience: Just making random maps really...
Examples: See attachments
Contact Information: I'll pm you it if im accepted :)
Attached Images
File Type: jpg Calaha Town.jpg‎ (75.2 KB, 22 views) (Save to Dropbox)
File Type: jpg Marilayn Town.jpg‎ (104.7 KB, 24 views) (Save to Dropbox)
File Type: jpg Route 1.jpg‎ (122.2 KB, 18 views) (Save to Dropbox)
File Type: jpg Shyleaf City.jpg‎ (146.4 KB, 20 views) (Save to Dropbox)
  #8   Link to this post, but load the entire thread.  
Old November 1st, 2009 (7:01 AM).
.Tactic.'s Avatar
.Tactic. .Tactic. is offline
x.Paranoid's BackAlley.x
 
Join Date: Apr 2009
Location: A Dark Abbyss...
Age: 26
Gender: Male
Nature: Modest
Posts: 1,309
Okay, my Msn is.
[email protected]
__________________
Hacks that deserve my love
Credits for my sig
  #9   Link to this post, but load the entire thread.  
Old November 1st, 2009 (7:12 AM).
patch.'s Avatar
patch. patch. is offline
listen what I say, oh
 
Join Date: Sep 2009
Location: The Sky with Diamonds.
Age: 27
Gender: Male
Nature: Sassy
Posts: 215
Quote:
Originally Posted by DaMexicanMadness View Post
Username: DaMexicanMadness (Jonny)
Squadron wanted: Mapping Squadron
Past experience: Just making random maps really...
Examples: See attachments
Contact Information: I'll pm you it if im accepted :)
Accepted. ^-^

Quote:
Originally Posted by Codec View Post
Okay, my Msn is.
[email protected]
I added you, don't know if you accepted yet.
__________________
Back. With some boss sunglasses.
  #10   Link to this post, but load the entire thread.  
Old November 1st, 2009 (4:28 PM).
StriK.eR's Avatar
StriK.eR StriK.eR is offline
Jiraiya 自来也
 
Join Date: Oct 2009
Location: Canada, Quebec.
Age: 28
Gender: Male
Nature: Calm
Posts: 40
You know me. Its me Dee. Add me to the list for Graphics.
  #11   Link to this post, but load the entire thread.  
Old November 2nd, 2009 (1:52 AM).
Zeffy's Avatar
Zeffy Zeffy is offline
g'day
 
Join Date: Apr 2009
Gender: Male
Posts: 6,395
Ok, cool.
My MSN is [email protected]
Also, could you change my name to Zelfier now, thanks.
__________________
  #12   Link to this post, but load the entire thread.  
Old November 2nd, 2009 (4:35 PM).
adamb241's Avatar
adamb241 adamb241 is offline
Pokémon Raging Fury
 
Join Date: Jan 2008
Location: New York
Age: 29
Nature: Brave
Posts: 656
As a proud member and current leader of Pokemon: Shadow's Haze, I'm pleased to be the one announcing our inclusion in this great hacking team. Hopeful we can learn from the other hacks and share our expansive knowledge. Feel free to use our tiles if you want, just ask for permission. (Credit - 06s23).
Here is the link to the game thread - http://www.pokecommunity.com/showthread.php?t=199339
We also now have a great game site, well forum. Thanks Dee for the idea and the actual site.
Link - http://shadowhaze.forumotion.net/forum.htm
__________________

\-Pokémon Raging Fury-/
+A new project from Dark Steel Productions+
  #13   Link to this post, but load the entire thread.  
Old November 2nd, 2009 (10:01 PM).
Zeffy's Avatar
Zeffy Zeffy is offline
g'day
 
Join Date: Apr 2009
Gender: Male
Posts: 6,395
I have forgotten that I have changed my MSN address.
My MSN is now [email protected]
I'm sorry for my wrongness.
__________________
  #14   Link to this post, but load the entire thread.  
Old November 3rd, 2009 (9:36 AM).
SharpPoint's Avatar
SharpPoint SharpPoint is offline
Suicune used Surf!
 
Join Date: Jul 2009
Location: Stalker...
Gender: Male
Nature: Adamant
Posts: 477
This reminds me of bangBANG where one big team manages multiple projects. =\

Well anyways, I like how the thread is organized. One small note though, you'll have to have good leadership skills if you want to manage 25-30+ people under one team. You'll have to make sure everyone is doing their job correctly and on time if you wish to progress a hack smoothly. This is a difficult job, but not impossible if you know what you're doing. ;)

Good luck and I hope to see this become a success.
  #15   Link to this post, but load the entire thread.  
Old November 3rd, 2009 (1:14 PM).
PEPITO1O1O's Avatar
PEPITO1O1O PEPITO1O1O is offline
~Saïx~
 
Join Date: Sep 2009
Location: Johto
Age: 28
Gender: Male
Nature: Calm
Posts: 333
From all the info up above this looks really cool!
__________________
Yusuke Urameshi


Spirit Detective
  #16   Link to this post, but load the entire thread.  
Old November 4th, 2009 (2:11 AM). Edited November 6th, 2009 by Zeffy.
Zeffy's Avatar
Zeffy Zeffy is offline
g'day
 
Join Date: Apr 2009
Gender: Male
Posts: 6,395
EDIT: I'm really sorry, I have to drop out of the team. I really busy right now. I'm really sorry.
__________________
  #17   Link to this post, but load the entire thread.  
Old November 6th, 2009 (8:11 AM).
adamb241's Avatar
adamb241 adamb241 is offline
Pokémon Raging Fury
 
Join Date: Jan 2008
Location: New York
Age: 29
Nature: Brave
Posts: 656
Sorry to see you go! I really hope the Galactic Platinum demo come out today, it would be sweet! Also, Codec, how much game play time is in the demo?
__________________

\-Pokémon Raging Fury-/
+A new project from Dark Steel Productions+
  #18   Link to this post, but load the entire thread.  
Old November 6th, 2009 (8:16 AM).
.Tactic.'s Avatar
.Tactic. .Tactic. is offline
x.Paranoid's BackAlley.x
 
Join Date: Apr 2009
Location: A Dark Abbyss...
Age: 26
Gender: Male
Nature: Modest
Posts: 1,309
Game time will be quite small im afraid, but the beta will be better.
__________________
Hacks that deserve my love
Credits for my sig
  #19   Link to this post, but load the entire thread.  
Old November 7th, 2009 (1:33 PM).
josh354's Avatar
josh354 josh354 is offline
Scripter
 
Join Date: Jul 2008
Location: My House
Gender: Male
Nature: Relaxed
Posts: 55
Username: josh354
Squadron wanted: scripting
Past experience: Pokemon exDelta (before it was canceled)
Examples:
Spoiler:

#dynamic 0x800320
#org @begin
checkflag 0x202
if 0x1 goto @done
msgbox @wait 0x6 ; waiit
showsprite 0x03
applymovement 0xFF @exclaim
waitmovement 0x0
applymovement 0x03 @player
waitmovement 0x0
applymovement 0xFF @turn
waitmovement 0x0
msgbox @phew 0x6 ; pant pant
giveitem 0x1 0x1 MSG_OBTAIN
msgbox @master 0x6 ; master ball
applymovement 0x03 @grass
applymovement 0xFF @follow
waitmovement 0x0
msgbox @find 0x6
showpokepic 0x04 0xA 0x03
msgbox @there 0x6
hidepokepic
cry 0x4 0x0
wildbattle 0x4 0x5 0x0
msgbox @great 0x6
applymovement 0x03 @lab
waitmovement 0x0
hidesprite 0x03
setflag 0x828
setflag 0x202
release
end

#org @done
release
end

#org @wait
= [blue_fr]Grandpa: WAIIIIIT!

#org @exclaim
#raw 0x62
#raw 0x04
#raw 0xFE

#org @player
#raw 0x11
#raw 0x11
#raw 0x11
#raw 0x11
#raw 0x03
#raw 0xFE

#org @turn
#raw 0x02
#raw 0xFE

#org @phew
= [blue_fr]Grandpa: Pant Pant \nYou...cant...go in....the grass.\lPhew, you don't have a Pokemon to\lbattle with so your putting\lyourself in danger. Anyhow, now\lthat I'm here I'll assist you in\lcatching your first pokemon by\lgiving you this!

#org @master
= [blue_fr]Grandpa: That is called a Master\nBall! It is something I picked up\lon my journies through Kanto.\lOk, so first off to catch a\lPokemon you must be in the grass!

#org @grass
#raw 0x0E
#raw 0x0E
#raw 0x0D
#raw 0x0E
#raw 0x0E
#raw 0x0E
#raw 0x0E
#raw 0x0E
#raw 0x03
#raw 0xFE

#org @follow
#raw 0x0E
#raw 0x0E
#raw 0x0D
#raw 0x0E
#raw 0x0E
#raw 0x0E
#raw 0x0E
#raw 0x0E
#raw 0xFE

#org @find
= [blue_fr]Grandpa: Ok, so once you find a\nPokemon you want you are supposed\lto weaken it, but since you don't\lhave a Pokemon it's ok to just\lthrow your ball. So lets see if we\lcan find a wild pokemon. Theres\lone!

#org @there
= [blue_fr]Grandpa: Get ready [player], here it\ncomes!

#org @great
= [blue_fr]Grandpa: Congratulations\n[player]! You caught your first Pokemon!\lNow you need to make your way up\lthrough Route 1 and see if you can\lfind a town with a gym in it. I\lwish you the best of luck and if\lyou need me ill be in the lab!

#org @lab
#raw 0x0C
#raw 0x0F
#raw 0x0F
#raw 0x0F
#raw 0x0F
#raw 0x0F
#raw 0x0F
#raw 0x0F
#raw 0x0C
#raw 0xFE


Contact Information: If you want it PM me
  #20   Link to this post, but load the entire thread.  
Old November 9th, 2009 (2:25 PM). Edited November 9th, 2009 by ExtremeYoshiFan.
ExtremeYoshiFan's Avatar
ExtremeYoshiFan ExtremeYoshiFan is offline
The Yoshi King
 
Join Date: Jul 2009
Location: United States
Posts: 11
Nice hacks. I really like galactic platinum.
  #21   Link to this post, but load the entire thread.  
Old November 9th, 2009 (2:45 PM).
PEPITO1O1O's Avatar
PEPITO1O1O PEPITO1O1O is offline
~Saïx~
 
Join Date: Sep 2009
Location: Johto
Age: 28
Gender: Male
Nature: Calm
Posts: 333
Application
Username: PEPITO1O1O (those are CAP "O" not zeros)
Squadron wanted: Training
Past experience: I want to be trained in scipting
Examples:
Contact Information: email me at [email protected] or just send me an IM: PEPITO1O1O
__________________
Yusuke Urameshi


Spirit Detective
  #22   Link to this post, but load the entire thread.  
Old November 9th, 2009 (2:56 PM).
NarutoActor's Avatar
NarutoActor NarutoActor is offline
The rocks cry out to me
 
Join Date: Jan 2009
Location: Brooklyn/Marlboro
Age: 29
Gender: Female
Nature: Bashful
Posts: 1,974
I argee with sharpoint this reminds me of .bB .
Oh yeah, I can apply for everything :P
also I would love to be a teacher. I can teach some people important skills like scripting.
for proff of work I dont want to show any of my work that I havent made public yet, but I scripted the whole beta of Glatic Platinum. (it has two sences and a level scripts, Also it seems to b one of your showcased hacks. so I gesus I have conections XD)

Also I Would like to Sumbit my hack (pokemon Light) to magma productions. (the more pablisity, the better :D)

Note: I have one big weaknes If you havetn't notice, my grammer/spelling. Hope this isn't a problem.
__________________
~There are those people who understand hex, F the rest
  #23   Link to this post, but load the entire thread.  
Old November 11th, 2009 (10:06 PM). Edited November 11th, 2009 by Besj08.
Besj08 Besj08 is offline
 
Join Date: Oct 2009
Location: Vernon, CT
Gender: Male
Nature: Modest
Posts: 38
Username:Besj08

Squadron wanted:Mapping + Training
(i would like to be trained in scripting...i know alittle basic scripts)

Past experience:im actually working on a hack of my own right now but its delayed, but i can do almost everything in advance map except for insert, but im learning

Examples:see attachments...i can make more but those are the ones that i have so far. :)

Contact Information: AIM= Besj08
Attached Images
File Type: png map.png‎ (42.0 KB, 13 views) (Save to Dropbox)
File Type: png map2.png‎ (21.1 KB, 12 views) (Save to Dropbox)
File Type: png map3.png‎ (58.3 KB, 10 views) (Save to Dropbox)
File Type: png map4.png‎ (60.5 KB, 13 views) (Save to Dropbox)
__________________
Im Owner Of

  #24   Link to this post, but load the entire thread.  
Old November 18th, 2009 (2:38 AM).
chd_mann chd_mann is offline
Not A *********
 
Join Date: Nov 2009
Gender: Male
Posts: 7
Username: chd_mann
Squadron wanted: Spriting
Past experience: none published, be happy to email samples of my work. Also your Mum
Examples:
Contact Information: [email protected]
  #25   Link to this post, but load the entire thread.  
Old November 21st, 2009 (2:49 PM).
adamb241's Avatar
adamb241 adamb241 is offline
Pokémon Raging Fury
 
Join Date: Jan 2008
Location: New York
Age: 29
Nature: Brave
Posts: 656
Quote:
Originally Posted by Besj08 View Post
Username:Besj08

Squadron wanted:Mapping + Training
(i would like to be trained in scripting...i know alittle basic scripts)

Past experience:im actually working on a hack of my own right now but its delayed, but i can do almost everything in advance map except for insert, but im learning

Examples:see attachments...i can make more but those are the ones that i have so far. :)


Contact Information: AIM= Besj08
Your maps are alright, they need a lot of work though. Tons of errors, no borders, they make my head hurt! Try fixing those things then send us some more pictures.
Quote:
Originally Posted by chd_mann View Post
Username: chd_mann
Squadron wanted: Spriting
Past experience: none published, be happy to email samples of my work. Also your Mum
Examples:
Contact Information: [email protected]
Send Patch or me some of your examples, we really want to see how good you really are.
__________________

\-Pokémon Raging Fury-/
+A new project from Dark Steel Productions+
 

Quick Reply

Join the conversation!

Create an account to post a reply in this thread, participate in other discussions, and more!

Create a PokéCommunity Account
Ad Content

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -8. The time now is 6:38 AM.