Jump to content

CruxisVale

Member
  • Content Count

    14
  • Joined

  • Last visited

Community Reputation

1

About CruxisVale

  • Rank
    Member
  • Birthday 07/24/1991

Contact Methods

  • Skype
    dark-zerox5

Profile Information

  • Gender
    Male
  • Location
    Germany
  • Interests
    Video Games, Art in general, Music, Anime/Manga, Comics and serveral other stuff

RPG Maker Information

  • RM Skill -
    Jack of All Trades
  1. The none comment doesnt seem to work here... Also i dont have clue how to let him accept that extra arguement. Weirdly enough is.that if the third line "make_item_list(sort=:sort)" is,then Inventory works and the shop doesnt. If I simply delete the arguement its the other way around. well anyways. That are those lines that are listed with make_item_list. Maybe you might have a better view at it like that? Hirion Engine - Item def refresh(sort = :sort) # // Method to refresh window. make_item_list(sort=:sort) create_contents draw_all_items # // Draw no items text if no available items is found for selected category. if @data.empty? item_font_no_items = HIRION::SETTINGS::ITEM_NO_ITEMS draw_str("No available items for this category.", 0, contents_height / 2, contents_width, 1, item_font_no_items[0], item_font_no_items[1], item_font_no_items[2], item_font_no_items[3], item_font_no_items[4], item_font_no_items[5], item_font_no_items[6]) end Crafting System: #-------------------------------------------------------------------------- # make_item_list #-------------------------------------------------------------------------- def make_item_list @data = @item.recipe_list.each { |item| include?(item) } if @item end Shop Manager: def make_item_list() @data = [] @goods = {} @price = {} @shop_goods.each do |shopGood| next unless include?(shopGood) item = shopGood.item @data.push(item) @goods[item] = shopGood @price[item] = shopGood.price end Crafting Shop #=============================================================================== # ** Rest of Script #=============================================================================== class Game_TOCraftingShop < Game_Shop end class Window_TOCraftingShopRecipeList < Window_TOCraftingRecipeList def shop_goods=(goods) @shop_goods = goods refresh end def make_item_list @data = [] @shop_goods.each do |shopGood| next unless include?(shopGood.item) @data.push(shopGood.item) end end end
  2. someone might got an idea for my prob ?
  3. 8 hours till new year and somehow I coudlnt even care less. <.< .. nothin to do on my end. Lame~

  4. CruxisVale

    Pre-development planning process?

    I agree with Erichermit. The Project I started recently is at the moment mostly just mechanics. If there is game mechanics that deeply have an impact on the world and story. In my opinion that should be your first thought. For Example: My Project will have a Guild like System. So it makes alot of sense to implement it into the story arc somewhere. When do I get the access to it ? Why should I even use this feature? 'cuz the Hero need the Guild to proceed for story driven Quests etc. After the System is set I begin with the Character creation and so on. First maps and of course a small plot that I can extend.
  5. CruxisVale

    cells

    You dont even have to do it literally. I mean, the main idea of breaking out of your (body cells) is kinda,.. strange. Its an unfamiliar setting. People wont expect that so easily. If you would do such a game you dont need to literally visualize it. You could be a prisoner in some weird prison that gets the chance to escape, even though he think that his cell is his home. As he does he learns more of the "outer world" or more like outer cells and stuff. Sheesh, srsly IMO thats quite a cool idea
  6. I got a short question.. its this Im using Hirion Menu Engine + Tactics Ogre crafting system with Window Info Page My Problem is that i get a weird error. I have the bad feeling that those two scripts are incompatible. This is the Error Message I get : If I delete the argument the shop works but I cant access the item tab in the main menu. Is there somekind of workaround ?
  7. Working my way through Ruby =.= thats... so irretating..

    1. Darkanine

      Darkanine

      I REALLY need to learn Ruby.

    2. CruxisVale

      CruxisVale

      I'm already on it! Well,.. at least serveral hours ago. Still, wanna learn it! I'd like to create my own scripts so i can be proud of myself and not like ripping everyone else off >:

  8. CruxisVale

    Newbie Mapper

    What Heartfeltcurse wrote, thats indeed kinda rare. Its also a big +1 on my end for keeping that. For a totally new Mapper those maps are really incredible. Now to give my little 2 cents,. what I personally think is, that in the 4th Screenshot, that Village one, theres kind of too much space. I often fill them out by adding a line of grass or something similiar. It gives your map more characteristics. Greetings
  9. CruxisVale

    Gamertags, PSN & Friend Codes

    Feel Free to Add PSN: InsaneZero 3DS 2981-6288-7422 Steam: zeroichizo
  10. CruxisVale

    Greetings!

    Greetings Ladies and Gentleman, HERE COMES A NEW CHALLENGER ! I would like to introduce myself to you. My Nickname is Cruxis and I am currently 22y old. The Real Name is Kevin also my close Friends are calling me "Panda" most of the time. I am from Germany I've been into RPG Maker since I was around 14y old, not so sure. Had a long break from it and returned with the VX Ace now. (I still do love my 2k3...) I made all Hero-based Sprites with poses myself back in the days together with my brother. So yea that isnt new to me. But damn, I got pretty rusty. Also im trying to teach myself some Ruby at the moment so i get more of the code and maybe i will be able to do my own scripts later on. It would be nice in near future to get some feedback from you guys. It means alot to me there for I got sometimes the feeling, everything that I create may just be cool for me. I want other people to enjoy mystuff either. I hope to finde some nice and friendly mates here and I will give my best to be a help in this Forum too. If yer wanna help a new user to find some mates, You are free to contact me via PM or Skype. It would be a pleasure. I wish you a good farewell till then. Cruxis
×
Top ArrowTop Arrow Highlighted