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

Bigace360

Member
  • Content Count

    1,377
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by Bigace360

  1. The fact that they made an engine that is exactly like VX should tell that they don't care. The only thing different is the fact it uses Ruby 1.9.3 and they changed the GUI in the database a bit then it was before. However I don't see what probablem your having as I have all three engines on my computer.
  2. Out of all the rpg maker sites I've been to, yours is the only one that has that profesional gaming look to it and the fact that this half of what your trying to do is already great. keep up the good work with the site.
  3. oh ya I forgot I have to download the manager first. I'll do when I get home to test your ABS.
  4. Shoot, I'm still trying to figure out the lags on my script, which I believe to be more of PC issue. But I'll have to just wait and see.
  5. Holy shit, thats going to be sweet. If you need a testers for bugs, since battle systems can be buggy due to there large size I can help out. But this looks like will be amazing. Tankentai isn't that static, is just that everyone who uses it is a noob. It never gets completed, or just looks horrible. Plus it's buggy any, which is why I feel like remaking it. ------------------------------------------ Anyways good luck with the CBS.
  6. Well I had something similar: #:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:= # â– Module ACE::Dictionary #:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:= module ACE module Dictionary DICTIONARY_COMMANDS =[ # The order at which the menu items are shown. # [:command, 'Display'], [:terms, 'New Terms'], [:places, 'Poltical Bodies / Places'], [:people, 'People'], [:races, 'Races'], [:misc, 'Misceilaneous'], [:all, 'All Terms'], ] # Do not remove this. #=========================================================================== MISC ={} PLACE ={} PEOPLE ={ # id => [term_name, term_type, file_name], 1 => ['Aluxes', 'People', ''], 2 => ['Basil', 'People', ''], 3 => ['Cyrus', 'People', ''], 4 => ['Dorothy', 'People', ''], 5 => ['Estelle', 'People', ''], 6 => ['Felix', 'People', ''], 7 => ['Gloria', 'People', ''], 8 => ['Hilda', 'People', ''], } RACES ={ 1 => ['Human', '(Race)', ''], 2 => ['Elve', '(Race)', ''], 3 => ['Demons','(Race)', ''], } #=========================================================================== def self.add_character(id) $game_system.entries_held[id] = true unless $game_system.dictionary[:people].include?(id) $game_system.dictionary[:people] << id $game_system.dictionary[:people].sort! end end def self.add_location(id) $game_system.entries_held[id] = true unless $game_system.dictionary[:places].include?(id) $game_system.dictionary[:places] << id $game_system.dictionary[:places].sort! end end def self.add_race(id) $game_system.entries_held[id] = true unless $game_system.dictionary[:races].include?(id) $game_system.dictionary[:races] << id $game_system.dictionary[:races].sort! end end def self.add_misceilaneous(id) $game_system.entries_held[id] = true unless $game_system.dictionary[:misc].include?(id) $game_system.dictionary[:misc] << id $game_system.dictionary[:misc].sort! end end end end #:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:= # â– Game_System #:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:=:= class Game_System include ACE::Dictionary attr_accessor :dictionary, :entries_held alias :ace_journal_initial :initialize unless $@ def initialize(*args) ace_journal_initial(*args) @entries_held = []; @dictionary = {} DICTIONARY_COMMANDS.each {|key| @dictionary[key] = []} end def dictionary_entries(type) entries = [] case type when :all @dictionary[type].each do |i| entries << MISC[i][0] entries << PEOPLE[i][0] entries << PLACE[i][0] entries << RACES[i][0] end when :misc then @dictionary[type].each {|i| entries << MISC[i][0]} when :people then @dictionary[type].each {|i| entries << PEOPLE[i][0]} when :places then @dictionary[type].each {|i| entries << PLACE[i][0]} when :races then @dictionary[type].each {|i| entries << RACES[i][0]} when :terms end return entries.empty? ? ['?????'] : entries end end I'll see what I can do with your true or false thing after I get some food. Thank you
  7. Okay this for the same script as the other post I posted last week. For this one, how would you create a switch for when you select something, from lets say the command window, it disappears. Like once you click on it read what there then go back, its gone from the list. Because what I have here is this list: First Command list: New Entries Places People etc Second Command List: New Entries Some Location Some People Some other stuff. As you see in the 2 list above, one is the overall list, the other is New Entries list I selected. Inside the New Entries Selection are some more selections that lead to descriptions. Since the New Entries info isn't one of the other 3 categories (Places, People, etc). I want the info to disappear once someone views it. However it's still stored in the system so It isn't removed from the other 3 categories. Hopefully that made since.
  8. Bigace360

    Party Swapping?

    You should try looking around, theres tons. Here's 2 scripts from choas projects. Blizzard - Easy Party Switcher (http://forum.chaos-project.com/index.php/topic,116.0.html) Leon_Westbrooke - Party Switcher (http://forum.chaos-project.com/index.php/topic,310.0.html)
  9. Thank you both of you, I'll test diagostimo's method in a minute.
  10. Okay I'm having trouble scripting, I'm trying to create pages but I don't know where to start. I wanted it to look the item window, where you have a bunch of item and instead of scrolling down you scroll left or right sense there pages. Any help can be apprieciated so I can finish this script faster.
  11. I've done the samething to my PS2, xbox and Ipod, (don't need to mod my PS3, fine as it is) so your point. Don't need to do research on common sense. Ya I'm serious. You serious think that PS3 and Xbox is up-to-date with all the technology changes in the world? Technology as changed a lot since they came out and like you said the new PS3 is just slimmer, and my have more memory probably wrong, which isn't an improvement at all. Actually PS3, while it did cost arm to buy unlike all nintendo devices, at least it was useful. But yes I'll agree that Sony is pushing it buy releasing a new PS3 with nothing new, when there was nothing wrong with the previous one. To be honest they might be on the same level of cheapness, One system does nothing but look slimmer and the other one just doesn't need to be released. I think nintendo needs to worry about making better quality games then a new system, because like you said in this economy their not going to sell a lot especally when the other two do better. Don't need to do research on this, I just wrote to much on that part and I apologies.
  12. Dont get butthurt over the internet, if you don't like my opinion then thats a YOU problem. Clearly you can't comprehend my argument or you wouldn't of post such lousy post. Ignoring anything from you this point on in the thread because you sound like a douch. 1) The latest game systems are basically computers: you can browse the internet watch movies play music store files buy things online Play online games take it apart and buy modded pieces (though you doing this) Custom firmware (CFW) so you can created your own layout of your game system. jaibreak the system (though this messes up updates and voids the warrenty) The only difference is that unlike an actually CPU or laptop your limited to what the console was made for, playing video games, so your point is moot in itself. 2)i meant technology in general the game system are outdated (and no I'm not going state which technology google it if your curious). Doesn't mean I'm not playing them and no I'm not going to go out and buy a new system in the next year or so just because it came out. 3) that wasn't the main focus of my post. Nothing in my post stated that Sony and Microsoft should come with a new system. In fact there fine as they are. I stated that this is Nintendo's crappy attempt to milk more money out of there dumbass customers by realeasing a outdated system that is more outdated then the already popular outdated Xbox and PS3. And thats where you people fail to see my point. My point is WiiU is bound to fail because everything it can do, the Xbox and PS3 can already do better. Why go out and buy WiiU when the xbox kinect does just as well and same with the PS3 wand. Oh ya, it finally got an HD screen, but oh wait thats almost outdated aswell since most things run on blu-ray(PS3) now. The Xbox and PS3 have also had several upgraded models (as you stated as well that a new PS3 is coming out) that put the Wii U is further into the trash bin.
  13. ops, typo must of hit 6 by accident.
  14. Dragon Age 3 Fable 3 Assassin Creed 3 Sim City 5 (yes I love these games) GTA 6 The infamous FFversus and KH3 A good pokemon game for the concole (wishful thinking)
  15. Well I actually like this battle system and once I finish this 3 annoying scripts, start designing my own version of the SBS, using this one as a base. That probably won't be until November or December though.
  16. Sweet, I've played the first 2 games. Loved the battle system in the second game, but the story was way better in the first one. I just hated the dream work in dragon Age: Orgins, because it was so long and boring. I was so happy when I got out of there. Anyways, can't wait to play next year if were still here.
  17. Although I will probably still get it, compared to Xbox and PS3, the WiiU is garabage. Xbox360 came out 7 years ago and is still way more advance then this money grabbing machine. I mean technology is so advance right now that the Xbox and PS3 is already out dated and Nintendo is going to go create something thats even more outdated? I guess if you don't do your reseach you just be suckered into buying some shitty system that should of just been there new 3DS. Still wondering when there going stop being cheap with there pokemon color games and start being creative. Shit I can think of a million ideals for a future pokemon game on the Wii, but since I don't work for Nintendo or Gamefreak, I guess I'll have to suffer. Besides that rant, When the Nintendo wants to make a game system that is better then Microsoft and Sony tell me, then I'll be exicited otherwise I'll just be playing my gameboy 3ds which still has no games.
  18. Well if you're getting rid of them could you get like header type html, so I can use them for each of my categories on my thread. Since that was what I was using tables for. Just to make the scripting threads look nice without having creating things photoshop. Just suggestion.
  19. So whats with the BBcode when it comes to tables, when I went to go check on my threads, the tables I was using as headers weren't appearing in the threads ex(menu system). Whats up that.
  20. Uh it doesn't require ACE menu system and No I'm not rewriting it because you don't like scene_base. If you want it remove learn how to script and do it yourself or find someone to do it. Also the purpose of Scene_Base is so I don't have to write the same thing over and over again for each one of my Menu scripts.
  21. Updated: August 26, 2012 (v1.21) Improved Coding You can now add a custom layout
  22. Enjoy my collection of scripts for now as I won't be back until Columbus Day.

    1. Marked

      Marked

      thx bigace. Cya Columbus Day :>

  23. Updated: v2.7 (Aug. 21, 2012) â— Improved coding â— Fixed compatibility with my Scene_Biography and Scene_RowChanger â— Fixed element chart again â— Created two Layout images, one for the main page, another for the bio pages I have no clue what your talking about, different software versions? Just download winrar and open the demo.
  24. ACE Title Screen – Simple [RMXP] Author: Bigace360 Type: Custom Menu Scripts Version: 1.02 Introduction This is the upgraded but still simple Title screen that took me about an hour and a half to finish. The quickest script I’ve ever written. It allows for more customizations to the title scene, like adding a second layout for boarders or whatever, a background, a easy to configure command window. Version History 8.25.2012 (v1.00) – Started & Finished Script. 8.25.2012 (v1.02) – Compatibility Update: Website Launch from Title Instructiuons To install this script, open up your script editor and copy/paste this script to an open slot below Scene_Base(must download). Features Adds a Background, which can be turn off in the module Can start the game in full screen Command Window is easier to customize now. You get a second layout, maybe for boarders or something. Both layouts are configured in the module meaning it overwrites the database’s layout. The game now fades into the map. Script Download Compatiblity Issues Requires Scene_Base Rewrites Scene_Title and overwrites Scene_Map method main [table=Credits and Thanks] Bigace360, for the script.
×
×
  • Create New...