Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
Our weekly protagonist poll is now up! Vote for your favorite Conquest protagonist in the poll by clicking here.
Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.
It would be helpful to actually post the error rather than saying you get one; otherwise no one has the ability to help you for there is nothing to solve.
If there was one, then the OP would have said so. There's really no point asking any developer as they're not dedicated game development teams that have an ability to complete their work within a time scale they've set.
I'm guessing you're on about CNG's HG/SS starter kit, there's really no point in asking someone to re-upload it, it's far too incomplete to use for game development, besides, doesn't take much effort to convert Essentials into HG/SS.
A lot of us have disappeared since you've last visited the forums, as far as I can see, there's only a few developers left, and only about 2 or 3 of us scripters left XD. But it's good to see you back on the forums JV. Hope to see your amazing work.
I got a feeling it's because I made a little mistake on this part of the code:
savefile=(RTP.getSaveFileName("Game.rxdata"))
if safeExist?(savefile)
File.open(RTP.getSaveFileName("Game.rxdata"),"wb"{|f|
Marshal.dump($game_variables,f)...
Well, you could try open the save file, then dump the variable changes into it. Give me a few minutes and I'll post a reply with the commands you need.
EDIT:
Within the main script once more place the following code just after the snippet I gave you earlier...
Remove what venom12 said to add in pokemonload. If you're trying to access the game variables before the save file is loaded, then you will need to add in these two lines in the main script just under the line where it says $game_system = Game_System.new
$game_variables =...
Recruiting a Team Member
Team name: LostSoulsDev
Team Leader: Me(Rai Rai)
Current Members: N/a
Current Game title: More of a project. Pokemon SoulSilver/HeartGold XP Version.
Current progress made:
Not much.
Tiles: 5%
Scripts: 8%
Maps: 3%
Graphics: 11%
Position(s) needed: I...