The PokéCommunity Forums  

Go Back   The PokéCommunity Forums > Fan Games > ROM Hacks Showcase > Progressing ROM Hacks
Reload this Page Red Pokemon TRE2: Team Rocket Edition, The Revamped Episode

Notices
For all updates, view the main page.

Progressing ROM Hacks This forum is for ROM hacks which are currently in production, but not yet finished. Come and find a ROM hack that's starting out, or post your own for others to see!

Ad Content
Reply
 
Thread Tools
  #251   Link to this post, but load the entire thread.  
Old June 26th, 2016 (7:31 AM).
PokemonMaster_j's Avatar
PokemonMaster_j PokemonMaster_j is offline
 
Join Date: Jun 2013
Gender: Male
Posts: 88
What's up, how is life right now, you finding more free time?
Reply With Quote
  #252   Link to this post, but load the entire thread.  
Old June 29th, 2016 (1:14 PM).
PokeGlitch's Avatar
PokeGlitch PokeGlitch is offline
 
Join Date: Feb 2004
Gender:
Posts: 227
It will not be forever. I've put too much time into this project to not have some end result. That being said, I also will not be working on it anytime soon. I have been working on another, related, project which will improve the development of TRE once completed. But again, that will not be for some time now. Sorry for all of the delays
__________________


Currently hacking Red - Pokemon TRE2: Team Rocket Edition

PokeTRE.com

Reply With Quote
  #253   Link to this post, but load the entire thread.  
Old August 13th, 2016 (4:19 PM).
Usa038Penn's Avatar
Usa038Penn Usa038Penn is offline
 
Join Date: Jan 2015
Location: East Coast, USA
Gender: Male
Nature: Calm
Posts: 1
I love how this is looking. The only thing I oppose though is the 25 types. I think it would be better to stick to the 18 official types. I don't think the average player would be interested in learning the new type advantages/disadvantages. The 18 official types are pretty simple and everyone is probably accustomed to it. Other than that, the graphics and all the other features look fantastic.
Reply With Quote
  #254   Link to this post, but load the entire thread.  
Old August 13th, 2016 (5:31 PM).
Absoluzion's Avatar
Absoluzion Absoluzion is offline
Fighting (*o*)9
 
Join Date: Dec 2015
Location: in an island far, far away....
Gender: Male
Nature: Careful
Posts: 66
Quote:
Originally Posted by Usa038Penn View Post
I love how this is looking. The only thing I oppose though is the 25 types. I think it would be better to stick to the 18 official types. I don't think the average player would be interested in learning the new type advantages/disadvantages. The 18 official types are pretty simple and everyone is probably accustomed to it. Other than that, the graphics and all the other features look fantastic.
i'm not limiting your creativity, but i agree with this one, just stick to the official types :)
Reply With Quote
  #255   Link to this post, but load the entire thread.  
Old August 26th, 2016 (4:06 AM).
Jonuman Jonuman is offline
 
Join Date: Nov 2013
Gender: Male
Posts: 59
Do you have an ETA?
Reply With Quote
  #256   Link to this post, but load the entire thread.  
Old August 28th, 2016 (9:20 PM).
hoboNEET's Avatar
hoboNEET hoboNEET is offline
Waiting For The Apocalypse
 
Join Date: Aug 2016
Location: 'Murica
Gender: Male
Nature: Adamant
Posts: 28
This is a dream come true, best of luck.
__________________

WHAT?
Reply With Quote
  #257   Link to this post, but load the entire thread.  
Old September 15th, 2016 (3:54 PM).
Quantaris's Avatar
Quantaris Quantaris is offline
 
Join Date: Dec 2005
Location: Shaw, MS USA
Age: 37
Gender: Male
Nature: Adamant
Posts: 98
Aww a revamp version of the original, PokeGlitch. This hack is super amazing. The new and orginal features makes this hack stand out. You are a genius. I love team rocket hacks and this is no exception. It will be challenging and I love the stealing pokemon feature.
__________________


Check out my page on Facebook Computers And Fanarts
Reply With Quote
  #258   Link to this post, but load the entire thread.  
Old September 28th, 2016 (8:38 AM).
supereffective supereffective is offline
 
Join Date: Sep 2016
Gender: Male
Posts: 201
so is this dead or alive?
Reply With Quote
  #259   Link to this post, but load the entire thread.  
Old November 3rd, 2016 (12:46 PM).
Agnes Agnes is offline
 
Join Date: Apr 2011
Posts: 5
dead :/
Reply With Quote
  #260   Link to this post, but load the entire thread.  
Old November 4th, 2016 (4:41 AM).
Trainer 766
Guest
 
Posts: n/a
Quote:
Originally Posted by Agnes View Post
dead :/
If what you say is true shouldn't it be locked?

Besides,the creator didn't anything about this.Are you sure?
Reply With Quote
  #261   Link to this post, but load the entire thread.  
Old March 10th, 2017 (5:34 AM).
borayuksel borayuksel is offline
 
Join Date: Aug 2013
Gender: Male
Posts: 9
Quote:
Originally Posted by PokeGlitch View Post
It will not be forever. I've put too much time into this project to not have some end result. That being said, I also will not be working on it anytime soon. I have been working on another, related, project which will improve the development of TRE once completed. But again, that will not be for some time now. Sorry for all of the delays
Yeah, right. xD
Reply With Quote
  #262   Link to this post, but load the entire thread.  
Old April 25th, 2017 (7:03 PM).
PokeGlitch's Avatar
PokeGlitch PokeGlitch is offline
 
Join Date: Feb 2004
Gender:
Posts: 227
Hi folks,

Just wanted to give everyone an update, since I haven't logged on in 10 months. Actually...update probably isn't the right word since I haven't worked on the game at all in that time span.

As I mentioned in previous posts, I have been, and still am, working on a related project which will eventually help with the development of TRE2. I didn't go into detail earlier, but I figure I might as well now since there's not reason not to. This related project is essentially a programming language which can compile into Gameboy ASM. Eventually TRE2 will be written in this language.

The reason this related project is taking so long is because I've been building everything from the ground up (in NodeJS).
  • Before I could make TRE2 in this language, I have to convert the pokered disassembly into this language.
  • To convert pokered in this language, I need to make an Interpreter/Compiler to convert the code into ASM.
  • To create the Interpreter/Compiler, I needed to make a Parser to be able to read the language (and I also had to plan the language).
  • To make the Parser, I had to create a Parser Generator (which is a tool that generates a parser based on specific inputs you provide).
  • To create the Parser Generator, I had to make some build tools to help with the NodeJS development.
  • To create the build tools, I had to create a bunch of helper modules (some of which had their own helpers).

And if you haven't already noticed, I don't always do things right the first time around, so I am at the 2nd attempt of this project. So yeah, there's some shoddy code written in a primitive version of this language floating around somewhere on my harddrive which actually compiles into a chunk of pokered. But there were issues...so I started over and making sure everything is done properly this time. Currently, I am finishing up the Parser Generator.

I will try to be more communicative about my progress on this side project, and will probably ask for some community help in converting pokered into this language when the time comes.

So this game is not dead, but do not expect it anytime soon. Fortunately, this delay has given me time to re-plan the story line, which is GREATLY improved than the first go around. So in the end it will be worth it.

Thanks to those who are still interested in the game, and sorry that my work habits are detrimental to this games progress.
__________________


Currently hacking Red - Pokemon TRE2: Team Rocket Edition

PokeTRE.com

Reply With Quote
  #263   Link to this post, but load the entire thread.  
Old October 16th, 2017 (3:25 AM).
Failah's Avatar
Failah Failah is offline
 
Join Date: Jun 2014
Posts: 45
So, is this project ended up in the forgetting or not?
Reply With Quote
  #264   Link to this post, but load the entire thread.  
Old October 18th, 2017 (9:41 AM).
Latenzo Latenzo is offline
 
Join Date: Aug 2014
Gender: Male
Posts: 34
It's 2 years awaiting for a beta :(
I'll wait again for it.
Reply With Quote
  #265   Link to this post, but load the entire thread.  
Old May 15th, 2018 (4:21 PM).
nephilim667 nephilim667 is offline
 
Join Date: Aug 2014
Gender: Male
Nature: Quirky
Posts: 1
still cant wait for more of this
Reply With Quote
  #266   Link to this post, but load the entire thread.  
Old May 17th, 2018 (8:05 AM).
Inner Rhymes's Avatar
Inner Rhymes Inner Rhymes is offline
Hip Hop and Pokemon are all I need.
 
Join Date: May 2017
Location: India.
Gender: Other
Nature: Quiet
Posts: 1,479
We all gotta be patient, Pokeglitch is taking his time and we should not be impatient as it adds more pressure.
__________________
Finally dropped my mixtape Venting session vol. 2! This mixtape is deeply personal to me as the 4 tracks touch up on themes such as Mental health, parental upbringing etc. Do consider tuning in!
Youtube: https://www.youtube.com/playlist?list=OLAK5uy_kAUxSM3mgS8eAk9x8TtbkDStWZ4UuxyGA
Spotify: https://open.spotify.com/album/6ycxLV7YZ35lXIPBT9Iwrv
Apple Music: https://music.apple.com/in/album/venting-session-vol-ii-ep/1627628714
Reply With Quote
  #267   Link to this post, but load the entire thread.  
Old May 18th, 2018 (10:36 AM).
PokeGlitch's Avatar
PokeGlitch PokeGlitch is offline
 
Join Date: Feb 2004
Gender:
Posts: 227
Funny that I should decide to log in for the first time in months and see comments from today.

Unfortunately I have nothing to add. I haven't worked on the game since my last post, aside from storyline planning and the like.

While I would love to finish this at some point, I unfortunately have to admit that it won't be any time in the foreseeable future.

Sorry folks
__________________


Currently hacking Red - Pokemon TRE2: Team Rocket Edition

PokeTRE.com

Reply With Quote
  #268   Link to this post, but load the entire thread.  
Old May 18th, 2018 (9:05 PM).
PiaCRT's Avatar
PiaCRT PiaCRT is offline
Dragon Slave!!!
 
Join Date: Aug 2010
Location: Pummelo Island
Age: 27
Gender: Male
Nature: Adamant
Posts: 923
Quote:
Originally Posted by PokeGlitch View Post
Funny that I should decide to log in for the first time in months and see comments from today.

Unfortunately I have nothing to add. I haven't worked on the game since my last post, aside from storyline planning and the like.

While I would love to finish this at some point, I unfortunately have to admit that it won't be any time in the foreseeable future.

Sorry folks
Consider setting up a public repository with what you have done, Pokered support is dying pretty rapidly as more of the bigger Gameboy hackers are moving to crystal, perhaps this new language setup might attract some people to it again. As always love the work you've done on this hack and hope you do finish it one day.

I find we live in a time now where it's important everybody in our niche community shares resources, for that reason all my stuff is free to use. I know that isn't appealing to everyone but if someone as talented as you were to fall off the grid your work would effectively be lost for good.
__________________


Discord: PiaCRT#0001 | Deviantart: piacarrot
Reply With Quote
  #269   Link to this post, but load the entire thread.  
Old May 19th, 2018 (4:36 AM).
PokeGlitch's Avatar
PokeGlitch PokeGlitch is offline
 
Join Date: Feb 2004
Gender:
Posts: 227
Quote:
Originally Posted by Pia Carrot View Post
Consider setting up a public repository with what you have done, Pokered support is dying pretty rapidly as more of the bigger Gameboy hackers are moving to crystal, perhaps this new language setup might attract some people to it again. As always love the work you've done on this hack and hope you do finish it one day.

I find we live in a time now where it's important everybody in our niche community shares resources, for that reason all my stuff is free to use. I know that isn't appealing to everyone but if someone as talented as you were to fall off the grid your work would effectively be lost for good.
I appreciate the comments.

I want to spend some free time tomorrow compiling all of my work (I have a lot of different versions, side projects, notes, plans, etc)

This way I can get a clear picture of where I left everything off if I decide to jump back on it or to release it where it stands.
__________________


Currently hacking Red - Pokemon TRE2: Team Rocket Edition

PokeTRE.com

Reply With Quote
  #270   Link to this post, but load the entire thread.  
Old May 22nd, 2018 (2:24 PM).
PokemonMaster_j's Avatar
PokemonMaster_j PokemonMaster_j is offline
 
Join Date: Jun 2013
Gender: Male
Posts: 88
Hey! It's been forever since I've checked out this hack. You haven't lost my support.
Reply With Quote
  #271   Link to this post, but load the entire thread.  
Old May 28th, 2018 (8:12 AM).
Xhyrox Xhyrox is offline
 
Join Date: Dec 2012
Gender: Male
Posts: 1
Why the grey on white text????!!!??!?
Reply With Quote
  #272   Link to this post, but load the entire thread.  
Old July 2nd, 2018 (4:49 PM).
PokeGlitch's Avatar
PokeGlitch PokeGlitch is offline
 
Join Date: Feb 2004
Gender:
Posts: 227
Quote:
Originally Posted by Xhyrox View Post
Why the grey on white text????!!!??!?
where do you see that?

Quote:
Originally Posted by PokemonMaster_j View Post
Hey! It's been forever since I've checked out this hack. You haven't lost my support.
thanks!

For an update: I've compiled all of my notes for the version of the game that I was working on before switching over to the disassembly. I should have immediately converted everything to the disassembly... but I didn't.

So right now that's what I'm doing, creating a disassembly to include all of the features that I worked on from the pre-disassembly version.

You can follow along here, if you're interested: https://github.com/Pokeglitch/poketre2


And as a bonus, here's a video of a feature that I added but never revealed, Seasons and Weather: https://youtu.be/D8sxYxWmozk
__________________


Currently hacking Red - Pokemon TRE2: Team Rocket Edition

PokeTRE.com

Reply With Quote
  #273   Link to this post, but load the entire thread.  
Old September 5th, 2018 (8:34 AM).
PokemonMaster_j's Avatar
PokemonMaster_j PokemonMaster_j is offline
 
Join Date: Jun 2013
Gender: Male
Posts: 88
Just checked out the videos. They look really cool! Nice work!
Reply With Quote
  #274   Link to this post, but load the entire thread.  
Old October 20th, 2018 (12:51 PM).
DarkShockBro DarkShockBro is offline
 
Join Date: Jun 2015
Gender: Male
Posts: 6
This hack looks absolutely incredible. I'm a big fan of Gen 1 hacks, and this looks like a very ambitious project. Do you have a Discord or anything like that? If so, I'd be happy to join and see what I can do. Best of luck regardless, since I already loved the original TRE.
Reply With Quote
  #275   Link to this post, but load the entire thread.  
Old August 22nd, 2020 (5:01 PM).
Aidanbird2004 Aidanbird2004 is offline
 
Join Date: Jun 2019
Posts: 27
Just curious is the game still in development
Reply With Quote
Reply

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
Thread Tools

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 8:20 AM.