April 19, 2024, 12:47:46 PM

Author Topic: Preset Campaign = GAME CRASH! :D  (Read 3537 times)

Offline Raszagal

  • Quarter Moon
  • *
  • Posts: 14Female
  • Karma: 3
    • View Profile
Preset Campaign = GAME CRASH! :D
« on: September 11, 2015, 02:49:22 PM »
No, before you ask me, I did not mess with files (not much at least).

I downloaded and tried to set up the preset.campaign file up to let me prepare testing for some preset files I'll get from a bff.

I do not know why it crashes. I have also asked my friend to test it out for me. His game also crashed, for some reason.

Now keep in mind I'm no game genius. From the error pop-up it seems like a file is missing. Here it is!

I have LM installed in C:\LastMoon  Did the preset campaign go downhill just like that? Or would this be a new sort of error? (It worked fine like...a year or half back owo)


Thank you all guyz!

~Raszagal


Offline Dutchval

  • June & August 2014 MotM
  • Moderator
  • *
  • Posts: 1089Female
  • Karma: 118
  • That girl who is always has too much on her plate
    • View Profile
Re: Preset Campaign = GAME CRASH! :D
« Reply #1 on: September 11, 2015, 03:08:49 PM »
Are you sure you're naming your preset.campaign file correctly? Eitherway, can you post its contents for me?

Avatar done by Sinprince! Signature done by UltimateCreations!

Offline Raszagal

  • Quarter Moon
  • *
  • Posts: 14Female
  • Karma: 3
    • View Profile
Re: Preset Campaign = GAME CRASH! :D
« Reply #2 on: September 11, 2015, 03:14:45 PM »
The friend that tested has not changed his files around in any way. Did not change the file name, only contents. My file:



[Initialize]
World_Load=Forest
Sky_DayTime=1800
Sky_FreezeTime=false
Unit_Create=Angie,PS_Angie,Body,Head12,Mane8,Tail6,Invisible,CharacterMat,Tuft9

[]
EventCondition=PROGRESS,0

World_DestroyAllPortals
Sky_WeatherCycle=None
Unit_Reset=PLAYER
Unit_SetHP=PLAYER,700
Unit_ClearAttackList=PLAYER
Unit_PushAttackList=PLAYER,Dash
Unit_PushAttackList=PLAYER,Slash
Unit_PushAttackList=PLAYER,Roundhouse
Unit_PushAttackList=PLAYER,Somersault
Player_ResetSkills


FadeIn=3


I barely got to changes. And it crashes. I have not touched any other files.

Angie names due to me wanting to test a preset and see how what is layed out.

Small Edit: Going to re-install the full game, see if that does any magic.
« Last Edit: September 11, 2015, 03:22:18 PM by Raszagal »


Offline Dutchval

  • June & August 2014 MotM
  • Moderator
  • *
  • Posts: 1089Female
  • Karma: 118
  • That girl who is always has too much on her plate
    • View Profile
Re: Preset Campaign = GAME CRASH! :D
« Reply #3 on: September 11, 2015, 03:30:47 PM »
Quote
Unit_Create=Angie,PS_Angie,Body,Head12,Mane8,Tail6,Invisible,CharacterMat,Tuft9

Exactly what I thought xD
It's an easy fix because you renamed the wrong sections!
The Unedited version is this:
Code: [Select]
Unit_Create=PLAYER,Unit,Body1,Head4,Mane16,Tail15,Wings4,PS_CharacterMat,TuftlessHowever your code should probably look like this (at least give this a try!)
Code: [Select]
Unit_Create=PLAYER,Unit,Body,Head12,Mane8,Tail6,Wings4,PS_AngieMat,Tuft9
The difference is that you shouldn't touch the "PLAYER,Unit" Part of it, despite how deceiving it is! Instead just point out your bodynames/types, and your Mat (not sure what your mat file looks like)

Another thing to note is that the PS_CharacterMat, etc points to your "mat" not your file name! I made this mistake when attempting presets xD Your "mat" name is inside your Mat file, Right at the top where it says something along the lines of
material PS_CharacterMat/EyeMat
I've bolded the mat in the example above so you can see what I mean xD

Avatar done by Sinprince! Signature done by UltimateCreations!

Offline Raszagal

  • Quarter Moon
  • *
  • Posts: 14Female
  • Karma: 3
    • View Profile
Re: Preset Campaign = GAME CRASH! :D
« Reply #4 on: September 11, 2015, 03:42:02 PM »
...

-No comment-

Just kidding. I wanted to at least understand some of the LM coding so I can help people in the future. ;-; Not happening. (Unless I learn to learn from mistakes!)

Thank you Dutch. I just reinstalled. And it still crashes. o3o


EDIT: Nevermind! After properly and fully uninstalling, downloading alternative LM.exe, installing again, I fixed everything, including the messed-up portal island. I'm glad for the help and effort however, thank you sincerely Dutchval. ^^
« Last Edit: September 11, 2015, 06:52:45 PM by Raszagal »


Offline Venadryl

  • Lead 3D Modeler
  • Developer
  • *
  • Posts: 584Female
  • Karma: 76
  • Previously known as Venwolf
    • View Profile
    • My Instagram
Re: Preset Campaign = GAME CRASH! :D
« Reply #5 on: September 11, 2015, 07:24:40 PM »
Seems solved then! I'll be locking c: