Forgot password
Enter the email address you used when you joined and we'll send you instructions to reset your password.
If you used Apple or Google to create your account, this process will create a password for your existing account.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.
Reset password instructions sent. If you have an account with us, you will receive an email within a few minutes.
Something went wrong. Try again or contact support if the problem persists.
Image via Xbox

Amazing Cultivation Simulator cheats & console commands

Change it to your liking.

Amazing Cultivation Simulator is a game about magic and mythology in which you devote your life to the sacred path of cultivation, set in the ancient Tiancang era with lots of resources to collect, skills to learn, and techniques to master. If you've ever thought about a way to make life easier, there is one, which I'll show you below.

Recommended Videos

How to use the command console in Amazing Cultivation Simulator

Using console commands in this game is slightly trickier than others, since they're all Lua commands, requiring you to know the internal names of aspects of the game you'd like to change.

Screenshot by Pro Game Guides

You can activate the console by pressing CTRL + F8 in Settings and then using any of the following commands on the console:

Spawning Items

  • Map:DropItems("Item_name", nil, 500, Map.BornCenter)

This command spawns items in the center of the map if you enter the internal name of the item (e.g. Item_Lingstone).

Related: 12 Best Games like RimWorld

Supreme Law

  • SchoolMgr:UnLockGong("Name_of_Law")

Unlock Supreme Law by inputting its internal name Gong_10_Huo into the command console.

Listing resources and NPCs

Screenshot by Pro Game Guides

You can also use console commands to list various resources scattered around the map you've unlocked around you by using:

for k,v in pairs(Map.Things.m_Things:GetExistDataKeys()) do     if ( Map.Things:GetItemAtGrid(v) ~= nil ) then         print(v, Map.Things:GetItemAtGrid(v))     end end

Similarly, you can also list all the NPCs present around you on a map by using:

for k,v in pairs(Map.Things.m_lisNpcs) do     print(Map.Things.m_lisNpcs[k].Name, Map.Things.m_lisNpcs[k].ID) end

If this is all too complicated for you, just download Elysium or other useful mods from the Steam Workshop or from Nexus Mods and place them into your game's directory—they will allow you to do all of this and more.

If you like simulation games, be sure to check out How to buy land in Farming Simulator 22 and How to purchase, feed, and sell pigs in Farming Simulator 22 here on Pro Game Guides.


Pro Game Guides is supported by our audience. When you purchase through links on our site, we may earn a small affiliate commission. Learn more about our Affiliate Policy
We have upgraded our commenting platform! Existing comments will be imported over the next few weeks.
Author
Image of Rayed Nawaz
Rayed Nawaz
Rayed is a fifth-year student of medicine. His gaming journey started on his hand-me-down PlayStation 1. From that to Xbox, and finally to PC. In his free time, he likes to play FPS and open-world games.