Page 1 of 1

Beginner in Modding: where do I start?

Posted: Tue Apr 15, 2014 8:48 pm
by MECHANICAL_GURU
Hello! As the title suggests, I am wondering how to mod Reciever. I have all of the source files (courtesy of Wolfire) and the Unity Dev Kit (free edition), so now I'm wondering how I'm supposed to import everything so that I can begin editing and adding additional content. How would I do that?

Re: Beginner in Modding: where do I start?

Posted: Wed Apr 16, 2014 12:10 pm
by willtell
I just figured this out last night.

Go to the unity open project (not open scene)
Select the folder named "UnityProject" (This will take a while)
Navigate to the folder (in windows explorer, not unity) and open \7DFPS-master\
Click and drag that folder into he "Assets" directory in the unity project
This creates Assets\assets in the unity hierarchy
Drag all the files and subfolders out of Assets\assets, and drop them into Assets (so you're moving them to the main directory)
Now you can build it and play receiver as it was, Or find the files you want to change in unity and swap 'em.

Re: Beginner in Modding: where do I start?

Posted: Wed Apr 16, 2014 3:59 pm
by MECHANICAL_GURU
First of all, thank you for the quick response! I'll check back in with you guys if I have more questions :-)

I'm digging into this, but I'm not sure.... where is the character controller?

I'm really wanting to add a new gun to the game, but I'm not sure where to start after this. Thank you again for helping me, but now I'm curious about how I'm going to pull this off...

Re: Beginner in Modding: where do I start?

Posted: Wed Apr 16, 2014 5:51 pm
by Enemby
Good to hear!

Adding levels to receiver is sparsely detailed here:
viewtopic.php?f=17&t=21628

Check out my (old) receiver mod thread:
viewtopic.php?f=17&t=18062
(has a bit of data about the game, as well as some instructions to get started and compile the mod correctly (Thanks Xriah!, Thanks Hexicube!)).
I never got around to polishing my copy up and releasing it though, unfortunately.

There's also a few threads in this forum with some script edits that make the game at least 2x as fast.
(like this)
viewtopic.php?f=17&t=17646&p=199541&hilit=script

Re: Beginner in Modding: where do I start?

Posted: Thu Apr 17, 2014 10:51 am
by willtell
I took screenshots of each step if you need them :) Just let me know.
Eh, I'll just do it now.
Image
Image
Image
Image
Image
Image

Re: Beginner in Modding: where do I start?

Posted: Sat Apr 19, 2014 7:11 pm
by Enemby
willtell wrote:I took screenshots of each step if you need them :) Just let me know.
Eh, I'll just do it now.
Image
Image
Image
Image
Image
Image
Broken links. Here's a fixed version:

Code: Select all

[img]http://imgur.com/mgv0P7A.png[/img]
[img]http://imgur.com/plxQDDR.png[/img]
[img]http://imgur.com/xSo7tw7.png[/img]
[img]http://imgur.com/VYRyGeX.png[/img]
[img]http://imgur.com/mr9rmfX.png[/img]
[img]http://imgur.com/FUdoX6i.png[/img]

Re: Beginner in Modding: where do I start?

Posted: Mon May 05, 2014 4:25 am
by Space Hamlet
[quote=willtell]I just figured this out last night.

Go to the unity open project (not open scene)
Select the folder named "UnityProject" (This will take a while)
Navigate to the folder (in windows explorer, not unity) and open \7DFPS-master\
Click and drag that folder into he "Assets" directory in the unity project
This creates Assets\assets in the unity hierarchy
Drag all the files and subfolders out of Assets\assets, and drop them into Assets (so you're moving them to the main directory)
Now you can build it and play receiver as it was, Or find the files you want to change in unity and swap 'em.[/quote]

Tried to follow these steps, but an attempt to build and run results in a black screen with the title screen music. Clicking terminates the music with the proper sound but that's about all that works.

Complete Unity noob here, and clue what I'm doing wrong? Here's a picture of my build settings and assets thingy: http://imgur.com/5jMKhnF

Re: Beginner in Modding: where do I start?

Posted: Tue May 06, 2014 9:00 pm
by Enemby
Space Hamlet wrote:
willtell wrote:I just figured this out last night.

Go to the unity open project (not open scene)
Select the folder named "UnityProject" (This will take a while)
Navigate to the folder (in windows explorer, not unity) and open \7DFPS-master\
Click and drag that folder into he "Assets" directory in the unity project
This creates Assets\assets in the unity hierarchy
Drag all the files and subfolders out of Assets\assets, and drop them into Assets (so you're moving them to the main directory)
Now you can build it and play receiver as it was, Or find the files you want to change in unity and swap 'em.
Tried to follow these steps, but an attempt to build and run results in a black screen with the title screen music. Clicking terminates the music with the proper sound but that's about all that works.

Complete Unity noob here, and clue what I'm doing wrong? Here's a picture of my build settings and assets thingy: http://imgur.com/5jMKhnF
The splash screen(along with most of the game) is broken on any Unity version past 3.5, so you need to get an older version of Unity.