![]() |
Quote:
|
I'm wondering why no one posted here for a while
|
Well, didn't want my thread to seem totally dead, as of right now I am doing this hack as a 1 man team. I don't really mind it as I can do most everything, but if anyone would still like to help, that would be most appreciated. Hope to hear from my team members soon, and any other willing participants!
|
I'll geuss I'll do some mapping send me the ips by pm bolens
|
Quote:
|
Well I geuss some updates are coming soon
|
Quote:
|
Problem!
My laptop is broken! The liqiud LEDs leak out and I cant see a thing! I use my mom's work laptop to send this, but I cant use it forever, so I have to get a new one. It might take a month or two. Are you Ok with this??? |
Quote:
|
SUP BOLENS!!! lol how is the hack goin.
I need to make my team page again i think. And how are you its been a while. |
K. My dad took out the memory thing, so luckily I still have the data.
|
Just to let everyone know that this hack is currently on hiatus. I have more important things in my life that I need to work out, and I need to live my life to the fullest. I just don't have the time and dedication to continue this for the time being, I would consider myself a good hacker, I can do most anything I want, scripting, music inserting, tile inserting, title-screen editing, etc. I just don't have the will. I would allow my hack to be taken over if someone wanted to work on it, just as long as they run things by me from time to time. If no one wants to, I'll just keep it hiatus, until I get time again. Thanks everyone.
|
Finally found time for project, it is a go, yes!!! Also got a new spriter for project to help make overworld and other pixel arts, thanks Soul Hunter X!
|
By request of Bolens, I'm joining as a spriter for Soul Hackers! My username even matches the team name.
And I present... http://img249.imageshack.us/img249/3110/thornip.png a blob? Yeah, I know, I'm not great at Fakemon. Hopefully I'll get better. In the meanwhile, Bolens, I won't take it too hard if you decide to kick me off. So as a make-up gift...thingy, I present my new Reaper Ball! http://img809.imageshack.us/img809/3951/rprbll.png The black line has a dual purpose - it can represent a cracked soul, or a chained power, like a Pokemon chained into the ball. |
Sorry, I didnt know you had to post to make sure your active...
If you need anything, I'll be happy to do it, but I'm kinda caught up on my Rom-Hack... :/ |
Skills: Music composition, Music Remixing, Competitive Battling
Proof of work: Check my youtube page, Rockxero77 Past experience: Self explanitory Contact information: PM me here or on Youtube. Don't really know if you need music, but I see music inserter in the jobs you already have, so maybe you'd like some music to insert! Plus, the game sounds kind of dark, and sad, dark music is my specialty :D |
Quote:
I am in need of a moderate to advanced Beta Tester for my hack, I want to make sure I get most if not all the bugs out before I make a public release. If you want to be a part of the team, post in this thread. If you still want to Beta Test, but not be apart of the team, then just PM me. Thanks. |
Im still here xD. Just vm whenever you need me
|
1 Attachment(s)
Skills: Mapper
Past experience: This is my first application/team, so I've only fiddled in AM. Contact information: [email protected] Proof: see attachment! |
Skills:mapper, spriter
Past experience: done mapping and spriting for Advanced Adventures. Proof: I cannot post URLs so visit my contact info page, and there is a link to Photobucket. Contact information: PM, [email protected] |
Quote:
|
1 Attachment(s)
OK Bolens done the sprite that you asked for....
It is a random steel ram(the edible one) that reminds me of Dialga. Anyway thanks!! P.S This is my first fakemon.I usually do trainer sprites or fusions. |
Quote:
|
2 Attachment(s)
Ok got your requests.
I'm not very great at interpreting overworld sprites, so have a look a some sketches I've done. (Damn cannot draw pokemon style) Also from you PM you said, "3. Random trainer sprites=OW" what do you mean? Random trainer overworld or sprites? Moreover I am a lazy person,therefore give me some concepts for fakemon. |
5 Attachment(s)
Quote:
|
3 Attachment(s)
Sorry about the delay in checking on the thread. Nevertheless, still sprited the fakemons. One questions before I get started on the trainer sprites....
When should I do the back sprites for the fakemon? |
Quote:
|
hey....i thought i'd have time, but i seriously don't....srry.... i have too much going on right now, so i probably won't be very active. i'll post my wips here so the other spriters can use em/edit them to ur liking...
http://img259.imageshack.us/img259/6804/lineartdc.png http://img140.imageshack.us/img140/5484/lish.png http://img339.imageshack.us/img339/4541/lishback.png once again, srry bout this... |
Quote:
|
Added gamesharkhacker to team, working as our music editor. I already inserted some of the music, and it is pretty darn good. Also, looking for new recruits, so anyone who wants to be apart of a group is welcome to join :classic:
|
Umm...
Skills: Spriter Proof of work: http://i55.tinypic.com/14lswaq.png Past experience: Sprited for hacks Contact information: PM please. |
Quote:
|
Quote:
|
Skills: Scripting and ASM hacking
Proof of work: coming soon Past experience: a few freelance projects here and there Contact: PM I haven't been on any teams ,but I know what I'm doing. Also, I only use PKSV and Rubikon for my scripting, I just never got used to XSE. |
Quote:
|
Gratitude
Hey thanks! I've been scripting for a little over a year ,but I have over 4 years of experience in Visual Basic, C++ , HTML, and ActionScript. You won't be disappointed! Also, here is my proof of work(NOTE:The Script is in Rubikon):
GIVE POKEMON SCRIPT #org $script lock faceplayer checkflag 0x828 if b_true goto $NOGIVE message $ASKGIVE boxset 5 compare LASTRESULT 0x0 if b_true goto $REFUSE givepokemon 0x97 0x64 0x1 fanfare 0x13E message $RECEIVEPOKE boxset 0x4 waitfanfare #raw 0x68 setflag 0x828 message $DEPART boxset 0x6 release end #org $NOGIVE message $NOPOKE $NOPOKE 1 = I already gave you my Pokemon. boxset 6 end #org $ASKGIVE $ASKGIVE 1 = Do you want this \nmega-awesome Pokemon? #org $RECEIVEPOKE $RECEIVEPOKE 1 = \v\h01 received Mew! #org $DEPART $DEPART 1 = Awesome! Take good\ncare of Mew for me! #org $REFUSE message $NOTAKE $NOTAKE 1 = Really?\nBut it's mega-awesome... boxset 6 end RETURN FIRST POKEMON'S LEVEL (NOTE: This is NOT script, this is ASM) (ANOTHER NOTE: Although this type of ASM Hack is WAY overdone, I did not steal it, I just couldn't think of anything original to hack) .align 2 .thumb main: push {r0-r1, lr} ldr r0, varone ldr r1, firstpoke ldrb r1, [r1] strh r1, [r0] pop {r0-r1,pc} .align 2 varone: .word 0x020270B6 + (0x800D * 2) firstpoke: .word 0x0202433C So now that I'm an official Soul Hacker, can you PM me the .IPS patch and brief me on what specific things I need to do? |
Looking for a Mapper to continue work on hack. Anyone who wants to join may do so, thanks for wanting to help. :classic:
|
hacking
i can do some mapping, and a bit of spriting
|
Quote:
|
Hacking
ok thanks i'll do my best
|
hey bolens feel free to pm me too, lets just see.
good luck Clacla$$$, hope your better at mapping the spriting. but your recolors are good |
Quote:
|
I am looking for a Tile Editor/Inserter. I can do many inserting jobs, as I have already done, it just becomes a load to be able to handle ever aspect of the hack with inserting, mapping ,scripting, etc. If anyone is able to help, it would be most appreciated. :classic:
|
Wait a minute...
Hey, your not scripting alone anymore. You've got me :]. Speaking of which, do you know if the mappers are done ,so that I can start making the NPCs and battles?
|
Quote:
|
Looking for a Mapper that can map fairly well, and that gets mapping done quickly. My mapper I have now is hardly ever on. Must include email so I can reach you other than PC.
|
me me me, ill try to gt done quickly depends, i havent mapped in a while. but yeah. just need some good music and no disturbs :P
[email protected] comcast.net or hotmail.com |
Quote:
|
Looking for Storyline Helper to assist in creating an original storyline that suits the game, must include email so I can reach you when PC is down, or I need to contact you. Thanks :classic:
|
I'd like to help with the storyline. I don't know how far you've gone into the game to make a storyline so PM with some details and I can see if I can help.
|
Hey Bolens can i Index+Finalize fakemon sprites for you? Ive got Photoshop CS5, so its easy for me to do and you will end up with some pretty sick results.
Thanks, GSH. |
Quote:
|
I can help w/ Dex entries etc.
|
Quote:
|
Looking for another Scripter to help script events, need to be able to devote time to PC every day, that is a prerequisite, thanks. Also please include email so that I can better reach you, thanks again. :classic:
|
Back and in action, sir! I might take a while to download the new rom-hacking tools for my new computer, but I'm ready for a job!
|
Quote:
|
Hello, I was sent here by shadowMrk. he told me that you were looking for a mapper.
I have experience in mapping and I have some proof of work. http://www.pokecommunity.com/C:\Users\Jake\Desktop\Pokemon - Leaf Green\name.dib skills: mapping past experience: worked on a hack with shadowMrk e-mail: [email protected] contact: PM me |
Quote:
|
Hey, Bolens. I am a scripter that is able to devote a lot of time to this hack. If you require proof, here it is:
#dynamic 0x800000 #org @start checkflag 0x820 if 0x1 goto @done msgbox @1 0x2 trainerbattle 0x1 0x001 0x0 @before @after @later end #org @1 = Hello, [player]. I suppose you're here\nto defeat me.\lMuahahahahaha\pWhat a joke! With all of my\npokemon at my side, I am\linvincible! #org @before = Bring it on! #org @after = What, how could I lose to someone\nas weak as yourself. #org @later msgbox @2 0x6 fanfare 0x13E msgbox @3 0x4 waitfanfare closeonkeypress msgbox @4 0x6 setflag 0x820 release end #org @done msgbox @5 0x2 release end #org @2 = I suppose you want this badge as\nproof that I have been defeated. #org @3 = \v\h01 recieved a badge! #org @4 = Now, leave this gym! #org @5 = Leave! You can reach me at [email protected] |
Quote:
|
Thanks for accepting me into your team. As for the scripts, just tell me and I will be more than happy to create them.
|
so bolens, what do you want me to start with?
|
Quote:
|
Whenever your ready for the next map just tell me! Im ready whenever! :D
|
Looking for Co-Owner for hack, and a Tile-Inserter needed right away, thanks.
|
What is required to become the co-owner of this hack? I would like to become one, but I must first know what I am expected to do.
|
Quote:
|
Oh, okay cool! I would love to become the co-owner for this team. My next assignment should be completed soon, so I wont be able to reply for awhile.
|
Quote:
|
Skills: Mapper, and support bar making
Proof of work: Spoiler:
Past experience: I've been working with Johto_Legend on Peridot, (if you ask him please refer me as Bluefire Knight) Email: [email protected]/[email protected] Contact information: ^^^ + I don't like to make a storyline out in public, but I can write a storyline/ write a/the storyboard.... |
Quote:
|
I am in need of a Tile Inserter urgently!!!!, I need someone to insert a few tiles so I can continue mapping... I have a lot to do :/
|
Just wanted to let everyone know that I haven't given up on this hack :) I'm just working on it when I get the time. It would be nice to get some new members or the old ones to help out again :) If not, that is fine...
Soul Hacker's Leader :Bolens "Revival of Thread" |
It's great to see that you haven't given up on this hack or team. Perhaps with time, we will be able to attain more members.
|
Name:Abrahan
Skill:Mapping Past Experience:I used to work for you but I left due to some problems Proof: Please note that this is in rpgxp but I hope it is fine if not I'll put a map from amap BTW I don't know why Spoiler:
|
Quote:
|
Looking to release Beta 1 in less than a week ;) If anyone could help in any way, please let me now. Thanks everyone :classic:
|
May I ask but are you still polishing up the beta Joe?
|
Sorry Bolens, but i'm gonna quit. I really didn't want to leave but i've started my own hacking team. Again sorry.
Thanks, GSH. |
It's okay... Thanks for all your work.
Still working on the hack, going good...have some delays but will work through them...hopefully the team is still all here :) |
Resume
Skills: Mapping, Spriting, Storyboarding (storyline)
Proof of Work: Lots of sprites from pokemonlake.com (not the lame ones! ^^) Past Experience: Self Made hacked roms, spriting for fun (lots of it!) Email: [email protected] Contact Information: email, and yep. Really good at spriting, mapping, storylining. sucks at scripting, sorry! >< Glad to join (if i do!) This team sound like a good team! |
Quote:
I'll send you a PM soon with what needs done, thanks. |
WOOOT! now all i need is a banner thingy. if there is one.
|
Quote:
|
Skills: Storyline/proofreading/userbars/mediocre splicing.
Proof of work: Not much to speak of, but my current theme is an older example of what I can do with graphics. If you want, I'll create a sample userbar for you. Here is a fanfic I was writing but never finished. I got a new computer since, and the Lacie is uncooperative, so I can't access my prewriting files. The first real chapter is lying around in a folder somewhere, but until I can remember where I was going with the story, I don't want to start posting in that thread again. Past experience: Obsessive fanfic storyboarding/prewriting, various aspects of Photoshop, including signature graphics on multiple forums focusing on differing subject matter, etc. Email & Contact information: PM for these. |
Quote:
|
^^. So, does anybody want me to make sprites of some sort?
|
Quote:
|
Done. Do you want them to be based of a pokemon or just completely from scratch? and what file format do you want?
|
Quote:
|
As per request, gamesharkhacker is back on the team as Music Editor :)
|
I can probably make a Soul Hackers userbar at some point today if you tell me which Pokemon you want to see on it.
|
Quote:
|
Awesome storyline right here. read it and weep!
WOOT! Not completely done yet as i just want opinions right now, but here it is! lolz. Lots of text so be prepared to read. and weep. ^^
In the distant and previously unkown region of Kleeto, there resides rare pokemon that are originaly native to hoenn. Kleeto is near kanto and hoenn however far enough to have some special pokemon of its own. [SPOILER]Seikatsu is a 9 year old kid shy of his tenth birthday who just woke up to collective gasping and whispering. Curious to as what it was, he slowly crept out of his bed and creaked open the door. In his living room, the t.v. was standing in the middle of the room alone, emmitting a low light clearly depicting what was appearing on the screen. Two shadowy figures appeared in front, their backs in his direction. Recognizing his parents immediately, he opened the door completely and ran to his parents side to look what was on the t.v. Spoiler:
Some minutes later... Spoiler:
Spoiler:
Alot of time and energy into this, but if you guys don't like, I can move it elsewhere! I want to hear your guys's storyline too. Ya'll are gonna love me for this. Just created an official Soul Hackers website. I have no money, so i can't get a premium domain name, aka, just soulhackers.com but the address is http://soulhackers.webs.com/ I recommend that all members of this team sign up there, and i will make bolens admin also, if not everybody else (who is part of this team). Kind of rough right now, and contains virtually nothing, but that will change in the future! |
Quote:
|
^^
Sure! No prob! Could you just email me the wutever it is, and then i can help out also? I don't want to left out! Anymore cities that i can help name?, because i have done my research and i have lots of awesome names. Im not joking.
I just wish you guys didn't keep me out of the storyline plotting. I wanted to help... >< |
Quote:
|
I know. Just having enough of it in real life anyway. But Im not a sore loser! ^^ Thanks! I will put together my list of names (or whatever), and discuss it with you! Thanks for helping in this group! [:)
|
Sorry if it seems like I'm taking forever with the story. I just came up with an idea for my own hack today and I've been collecting info and images here and there that'll help me with it. I also have a lot of homework/studying/midterms/papers to do this week, so if it looks like I'm only helping sporadically, that's why.
|
| All times are GMT -8. The time now is 8:56 AM. |
![]()
© 2002 - 2018 The PokéCommunity™, pokecommunity.com.
Pokémon characters and images belong to The Pokémon Company International and Nintendo. This website is in no way affiliated with or endorsed by Nintendo, Creatures, GAMEFREAK, The Pokémon Company or The Pokémon Company International. We just love Pokémon.
All forum styles, their images (unless noted otherwise) and site designs are © 2002 - 2016 The PokéCommunity / PokéCommunity.com.
PokéCommunity™ is a trademark of The PokéCommunity. All rights reserved. Sponsor advertisements do not imply our endorsement of that product or service. User generated content remains the property of its creator.
Acknowledgements
Use of PokéCommunity Assets
vB Optimise by DragonByte Technologies Ltd © 2023.