REQUEST Literally Every Item ID?

Discussion in 'Mods' started by LittleNerdyOTAKU, Mar 12, 2016.

  1. LittleNerdyOTAKU

    LittleNerdyOTAKU Scruffy Nerf-Herder

    I know there is already a list here of things like bombs, seeds, fruits, archaeology stuff, etc,
    but is it possible to find the IDs for furniture, wallpaper, flooring, hats, shoes, etc?
     
    • cure

      cure Big Damn Hero

      http://pastebin.com/xMxSgPT3
      This may have what you're looking for...

      Edit: From the Cheat Engine forums
      Then again, I don't see chairs and such =/ Sorry.

      Edit Edit: From what I can find anywhere... People can only find the item ID's of stackables
       
        Last edited: Mar 12, 2016
      • LittleNerdyOTAKU

        LittleNerdyOTAKU Scruffy Nerf-Herder

        Yeah, that's the list I posted ;v;/
         
        • cure

          cure Big Damn Hero

          did you try this suggestion?
          I checked mine and there is quite a few IDs that the other list does not have.
           
          • cure

            cure Big Damn Hero

            Incase you don't have it...
             

              Attached Files:

            • LittleNerdyOTAKU

              LittleNerdyOTAKU Scruffy Nerf-Herder

              OH

              it looked similar to the list I had found that was on the other one, I do see on things in there that aren't on the other. Sorry I'm doing a billion things at once ;v;
               
              • cure

                cure Big Damn Hero

                hope you find what you need :)
                 
                • Fox420

                  Fox420 Pangalactic Porcupine

                  player_add_ring (ring IDs in the item's list) , out_items shows the IDs of most items. Out_melee shows the weapons IDs, and Player_Addmelee (ID) adds them 1-51.
                   
                  • Whales9001

                    Whales9001 Space Hobo

                    Thanks, dude this will be fun.

                    Got to get all the NPC weapons
                     
                    • ConcernedBoy

                      ConcernedBoy Intergalactic Tourist

                      I'm an idiot and I cant find the keg in the folder anyone that know the id for the keg? ;*
                       
                      • Mizzion

                        Mizzion Phantasmal Quasar

                        The Keg is in "StardewValley\Content\Data\BigCraftables.xnb"

                        Code:
                        12: "Keg/50/-300/Crafting -9/Place a fruit or vegetable in here. Eventually it will turn into a beverage./true/true/0" #!String
                        
                         
                        • Emtu

                          Emtu Subatomic Cosmonaut

                          Here's a more easily readable list of all the items, separated by category and then alphabetical. (Because that's the way list_items from the Console Commands mod dumps it. Note this is from the 1.3 bets.)

                          The syntax for Console Commands' player_add command is:

                          player_add <category> <item ID>
                          OR
                          player_add name "<item name>"

                          As an example, the following two commands will both give you a Ghostfish:


                          player_add fish 156
                          OR
                          player_add name "Ghostfish"

                          If the name you give with the name command is in any way ambiguous, it will kick back with several suggestions, and recommend you use the <category> <item ID> format.
                           

                            Attached Files:

                            Last edited: May 27, 2018
                          • Fox420

                            Fox420 Pangalactic Porcupine

                            Just get CJB's Item Spawn.
                             

                            Share This Page