Aller au contenu

Photo

Is it safe now?


  • Veuillez vous connecter pour répondre
7 réponses à ce sujet

#1
_Krikit_

_Krikit_
  • Members
  • 16 messages
Hey guys im just wondering if its safe to do stuff in the toolset without messing up my game now. My toolset version is 1.0.1008.0 and my game version is 1.02.

#2
CID-78

CID-78
  • Members
  • 1 124 messages
yes aslong as you use your own module and don't change and export the core resources without moving them out from their default export directory.

#3
Jassper

Jassper
  • Members
  • 571 messages

CID-78 wrote...

yes aslong as you use your own module and don't change and export the core resources without moving them out from their default export directory.


Can you be more specific?
We must move the core resources from the Single player mod first before doing an export?

#4
CID-78

CID-78
  • Members
  • 1 124 messages
No but if you checkout and change one of the core script it will be exported to the package override which effect all modules including the single player. so either don't touch them or when you export make sure you move them to your own modules override. unless you want it to effect everything.

#5
Jassper

Jassper
  • Members
  • 571 messages

CID-78 wrote...

No but if you checkout and change one of the core script it will be exported to the package override which effect all modules including the single player. so either don't touch them or when you export make sure you move them to your own modules override. unless you want it to effect everything.


Ah gotcha!, Thanks.
Posted Image

#6
splatterstk

splatterstk
  • Members
  • 8 messages
Is it possible to make a giant field where there is a timed cooldown between the waves of mobs?



I am looking for way to test my skills on mobs that dont drop stuff nor gives xp.

#7
JasonNH

JasonNH
  • Members
  • 237 messages

splatterstk wrote...

Is it possible to make a giant field where there is a timed cooldown between the waves of mobs?

I am looking for way to test my skills on mobs that dont drop stuff nor gives xp.


Take a look at the Monster Mash module since that does something similar.

#8
splatterstk

splatterstk
  • Members
  • 8 messages
thanks