Jump to content
New account registrations are disabed. This website is now an archive. Read more here.

Bahamut

Member
  • Content Count

    69
  • Joined

  • Last visited

Everything posted by Bahamut

  1. Bahamut

    Elf Sprites

    Thanks Marked I could use some of those. If the Chief is still up for custom charsets I could use those as well.
  2. Bahamut

    Elf Sprites

    Wow... that'd be awesome+ Custom charsets for my game, it's almost over you can still slip into the credits! In case you need specifications, I just need plain elven commoners. I have found a couple of elven sprites but they all look 'too cool' like heroes, not NPC villagers. You get the idea. And thanks.
  3. Bahamut

    Elf Sprites

    I'm need of some elf villagers for an elven town in my game. Anyone happens to have any? Thanks,
  4. Great! thanks for the clarifications. I can rest assured I'm not breaking any laws in doing my game. :)
  5. Use a condition for the enemy having the "knockout" status.
  6. Oops I forgot to mention that. Since it was obvious to me. But of course I will give credit. So if my game is going to be distributed for free, and I give credit it is fine to use copyrighted music in my game?
  7. Maybe somebody with more legal knowledge can help me on this. Is it legal to use copyrighted music in your game? Does it make a difference if your game is free? Thanks in advance.
  8. It is possible. I did exactly that for my game. All you need is a common event to check if the state is ON. Or you can use the skill's call common event command, which is easier if the state is inflicted by a skill. You can change back to the original battler with a conditional branch inside the common event checking if the player is in battle or not with "$game_temp.in_battle == true" in the Script section.
  9. Thanks but what I need is the bigger picture, the "stand" picture for cutscenes, not the battler. :(
  10. Don't use Norton (anti)virus. To go into safe mode, it will depend on the type of computer and system you have installed. So you can google for your version of windows. You need to run an antivirus ASAP.
  11. Try to install and run a good antivirus program (such as AVG) on the infected computer. Try to do it in safe mode. If you can't you will have to remove the hard disk, attach it to another computer and run the antivirus from the working computer. Try to do a backup of the important files in the same way. In the future, use a good antivirus program, a safe internet browser (e.g, firefox) and a good firewall (e.g. sunbelt).
  12. As you may know, Naramura's site has been down. I need the "Stand Actor" picture for "Fighter05". Does anyone still have it? Thanks in advance,
  13. I've encountered that error message too. I thought it was a problem with my ISP. But turns out, it has to do with this page.
  14. Are the graphics in the correct format (.PNG)?
  15. Bahamut

    [XP]Guts

    Well, the script is working fine like this. The "displaying the picture" part is what I can't do since I'm not very good at scripting. But you can use it "as is". PS. What do you mean by "ailment"?
  16. How are you copying and pasting the scripts exactly, can we get a screenshot?
  17. map_id = the ID of the Map in which the Self Switch is event_id = the ID of the event switch = A,B,C, or D boolean = true (for ON) or false (for OFF) That's it. Also, I'm not sure, but a line as simple as this: $game_switches = Game_Switches.new Might just set all self switches in the game to OFF. Although I'm not sure, I'm no scripter. You may want to try that and tell me if it worked. A real scripter might tell us if this is the right way to go.
  18. Well, I bet there's a way to turn off self switches. I don't think it'd be that complex not to fit in the common event in a Call Script command. EDIT: After some googling... key = [map_id, event_id, switch] $game_self_switches[key] = boolean $game_map.need_refresh = true This way, you could make a loop that turns all self_switches for all maps and all events.
  19. I tried to find a script to do this. But couldn't find a stable one. I think the best way to do it is without scripting (aka with a common event).
  20. Thanks to TuneUp Undeleter I could get the corrupt data files. I'll send them to you for your experimentation. :P
  21. Marked: I did that, it turned out all of the rxdata files were corrupt except for the maps. I did lose one map I made using the Hell tile set. Leon: When I opened the corrupt rxdata files in notepad they were blank. Unfortunately, I already got rid of them so I can't pass them to you. Shouldn't have deleted them....but anyway. I'm starting again from an old back up I found...There's certainly a lot that I lost...but I'm not giving up just yet. I'm liking this game too much.
×
×
  • Create New...