Unreal ED 2.0 package problem.

Discussions about Coding and Scripting
Post Reply
User avatar
FXANBSS
Skilled
Posts: 231
Joined: Thu Dec 26, 2013 7:03 pm

Unreal ED 2.0 package problem.

Post by FXANBSS »

Sometimes i hate UED, you know why.
I was spending like 4 hours in doing better mutators to make my fun more endless but then this happened, i was working 3 days on this (Deleting the mutator and re-doing it like a smart moron a lot of times.), at least not everything got screwed up.

Damn.
Image
There is a way to save my files?

Download the base here. EDIT: Too late! Do you really want it? There is still not fun there. :P
Download the broken mod here. EDIT: Why do you want this broken mod?

Greetings.
Last edited by FXANBSS on Mon Nov 16, 2015 10:21 pm, edited 2 times in total.
sn260591
Average
Posts: 75
Joined: Sat Jun 01, 2013 10:38 am

Re: Unreal ED 2.0 package problem.

Post by sn260591 »

Try to open the corrupted package using UTPT.
User avatar
Barbie
Godlike
Posts: 2802
Joined: Fri Sep 25, 2015 9:01 pm
Location: moved without proper hashing

Re: Unreal ED 2.0 package problem.

Post by Barbie »

If you need only the code: Open the U file with any text editor and copy and paste the code. (As far as I have seen, only the function CheckReplacement is defined there:

Code: Select all

class FXBUInUTToEXUOPAIMultiReplace expands FXBUInUTToEXUOPMultiReplace;

function bool CheckReplacement(Actor Other, out byte bSuperRelevant) {
...
PS: Avoid using UnrealEd for coding...^^
"Multiple exclamation marks," he went on, shaking his head, "are a sure sign of a diseased mind." --Terry Pratchett
User avatar
FXANBSS
Skilled
Posts: 231
Joined: Thu Dec 26, 2013 7:03 pm

Re: Unreal ED 2.0 package problem.

Post by FXANBSS »

Yeah, i have seen the code before posting, i remember i have seen the entire fuction, but i did not have the enough time to do something the day when i have posted that.

Anyway, thanks.
Bye.

P.S: I just know how to copy/paste scripts, so i have stole it. Yeah, at least i am practicing how these fuctions work, for fun!

EDIT: Why i have the worst luck. LOL

Image
User avatar
Wormbo
Adept
Posts: 258
Joined: Sat Aug 24, 2013 6:04 pm
Contact:

Re: Unreal ED 2.0 package problem.

Post by Wormbo »

Barbie wrote:PS: Avoid using UnrealEd for coding...^^
Seriously!
Here's your soup and here's your fork. Enjoy your meal.
Post Reply