Welcome to The Forum

Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies and more


ISKU

Moderators
  • Posts

    27
  • Joined

  • Last visited

  • Days Won

    4

ISKU last won the day on October 9 2018

ISKU had the most liked content!

About ISKU

Profile Information

  • Gender
    Male
  • Location
    UK
  • Interests
    Gaming, Coding, Modding

Recent Profile Visitors

1103 profile views
  1. Using the cheat OpenFogOfWar will clear the fog of war to reveal the entire map; only problem is you can't reverse the process, but this will only reveal the map for you and not your players.
  2. Not as far as i know.... You could add/change this code to increase the amount of drops/beacons that spawn on the map. ResourceDropQuantityMultiplier=1.000000 (change the 1 to whatever # you want higher # = more drops/beacons) The above code is in the file GameUserSettings.ini
  3. The code goes in the game.ini file inside the WindowsServer folder
  4. As far as i know this only effects the amount of XP a player gains, i have not tested this while using a tamed dino.
  5. 1.its possible to add points into speed on the player and the animals? NO (this could change with future updates) 2.i want to make the leveling up really smooth Because it take a lot of time leveling up? Put this code in the Game.ini file, change the 1x to whatever number you want depending how fast you want to lvl up [/script/shootergame.shootergamemode] KillXPMultiplier=1.000000 HarvestXPMultiplier=1.000000 CraftXPMultiplier=1.000000 GenericXPMultiplier=1.000000 SpecialXPMultiplier=1.000000 3.last question i did every thing possible to make my server a pvp and it did not work with me? These are the setting you need depending on what mode you want, these go in the GameUserSettings.ini file. Pioneering server: ServerPVE=true Fury server: ServerPVE=false CanPVPAttack=true Chaos server: ServerPVE=false CanPVPAttack=false ServerPVPCanAttack=true
  6. These are the setting you need depending on what mode you want. Pioneering server: ServerPVE=true Fury server: ServerPVE=false CanPVPAttack=true Chaos server: ServerPVE=false CanPVPAttack=false ServerPVPCanAttack=true
  7. You can use the command SetCanAttackStructure to allow you to destroy the foundations the player put around. This might work for you i have had some say it works and some says it does not work for them...... Cheat SetCanAttackStructure 1 = Turns option on Cheat SetCanAttackStructure 0 = Turns option off If 1 and 0 does not work try with the option True / False To destroy the foundations in 1 hit use the Super Pickaxe: Cheat GiveItem "Blueprint'/Game/Mods/CubeWorld/Blueprints/ToolItems/ToolItemBPS/CW_ToolItemBP_SuperTestPick.CW_ToolItemBP_SuperTestPick'" 1 0 0 NOTE: All other players can destroy/raid other players while this option is on, so use it as fast as possible and make sure you disable it after.
  8. To keep your character as the administrator: Create a file called AllowedCheaterSteamIDs.txt in the directory ShooterGame\Saved and add your Steam ID (remember, Steam64 ID) Get your steam id 64 from here: https://steamid.io/ There are two ways to force tame a dino when logged in as the admin: cheat ForceTame: The dino can be ridden even when no saddle is equipped. cheat DoTame: Tames the dino as if the player had tamed the dino normally. For the above to work you must be looking at the dino that you want to tame and be quite close to it. ( it can take a few tries for it to work )
  9. There is a mod that will do the MOTD More Info here: http://ecoforum.strangeloopgames.com:4567/topic/824/message-plugin-version-0-2
  10. ISKU

    Tamable Bosses?

    The commands cheat DoTame and cheat ForceTame will work. cheat ForceTame: The dino can be ridden even when no saddle is equipped. cheat DoTame: Tames the dino as if the player had tamed the dino normally. Some bosses can be tamed by using the cheats above but some may not be ridden.
  11. Official servers are usually set at 1.0 but i have seen post say it's set as low as 0.2 for PixArk. DifficultyOffset=5.0 will give you a max wild dino lvl 120
  12. That's correct just place this: ShowMapPlayerLocation=True In the GameUserSettings.ini file
  13. Make sure you are logged in as admin Hit TAB then type or copy & paste this: cheat destroywilddinos
  14. In your GameUserSettings.ini file under [serverSettings] edit this code: DinoCountMultiplier=1.000000 If the code above is not there just add it. Changing to 2.000000 will double the amount of dinos spawning, change to 0.500000 will reduce it by half. Stop the server, add the code, restart the server.... Remember to do a wild dino wipe after starting. There is no option to chose where the dinos will spawn.