HELP cant find script i made on unrealed2.0

Discussions about Coding and Scripting
User avatar
UT Sniper (SJA94)
Inhuman
Posts: 764
Joined: Thu Jun 24, 2010 10:35 pm
Personal rank: Retard
Location: England

HELP cant find script i made on unrealed2.0

Post by UT Sniper (SJA94) »

Help Help i keep making new actors/bots/weapons ect but never can find the file after i saved.
when i look in the folder with the mods from actor class folder menu can never find my stuff.
(Trying to make a new weapon) :oops: :?:
I do export the files but it will not load them.
User avatar
Rakiayn
Masterful
Posts: 550
Joined: Fri Aug 28, 2009 3:33 pm

Re: HELP cant find script i made on unrealed2.0

Post by Rakiayn »

are you making this in Ued? ued has a bug where sometimes you can not save. try closing the actor browser and open it again, and then try saving again.
You know for sure your stuff is saved when you see a progress bar.
also dont forget to selected your package.

If you export your codes , It will be saved in a map called 'yourmodname' . and it is located under the unrealtournament map.
indeed you can not open these files from ued.
-open CMD
-type : cd c:\unrealtournament\system
-delete yourmod.u from the system folder (dont forget to backup)
-go back to cmd,and type: ucc make
your mod will be compiled.
if everything is good and there are no errros. UT should create a new compiled ''yourmod.u'' in the system folder
User avatar
UT Sniper (SJA94)
Inhuman
Posts: 764
Joined: Thu Jun 24, 2010 10:35 pm
Personal rank: Retard
Location: England

Re: HELP cant find script i made on unrealed2.0

Post by UT Sniper (SJA94) »

dont think my unreal ed has a bug but i will reinstall it just incase.
thanks for reply tell if i have saved it ok. :tu:
User avatar
Rakiayn
Masterful
Posts: 550
Joined: Fri Aug 28, 2009 3:33 pm

Re: HELP cant find script i made on unrealed2.0

Post by Rakiayn »

yw
there is no need for you to reinstall it. just close the actor browser then reopen it, then you can properly save
User avatar
UT Sniper (SJA94)
Inhuman
Posts: 764
Joined: Thu Jun 24, 2010 10:35 pm
Personal rank: Retard
Location: England

Re: HELP cant find script i made on unrealed2.0

Post by UT Sniper (SJA94) »

thanks
User avatar
UT Sniper (SJA94)
Inhuman
Posts: 764
Joined: Thu Jun 24, 2010 10:35 pm
Personal rank: Retard
Location: England

Re: HELP cant find script i made on unrealed2.0

Post by UT Sniper (SJA94) »

whats the best software to make unreal scripts?
User avatar
Rakiayn
Masterful
Posts: 550
Joined: Fri Aug 28, 2009 3:33 pm

Re: HELP cant find script i made on unrealed2.0

Post by Rakiayn »

I dont know. but I use Context. works fine and has much advantages over scripting in ued.
the only disadvantage is that you cant quickly test your stuff in ut. you to compile it first
User avatar
Creavion
Godlike
Posts: 4497
Joined: Sun Feb 17, 2008 7:23 pm
Personal rank: About to be non-act.
Location: Germany, Lower Saxony

Re: HELP cant find script i made on unrealed2.0

Post by Creavion »

UT Sniper (SJA94) wrote:whats the best software to make unreal scripts?
If its the best, I dont know, only heared of it: http://www.wotgreal.com/
About to be non-active
My very last UT map project: CTF-FacePalm (tropical CTF-Face remake)
Why do I leave? click here
What I want to do next: Joining an UDK team (uncertain however) and improve 3D modelling and texture editing skills
Thanks to those who visibly supported me until/at the end!
My reactivated account on indiedb.com.
User avatar
UT Sniper (SJA94)
Inhuman
Posts: 764
Joined: Thu Jun 24, 2010 10:35 pm
Personal rank: Retard
Location: England

Re: HELP cant find script i made on unrealed2.0

Post by UT Sniper (SJA94) »

gr8 thanks for the link
:gj:
MrLoathsome
Inhuman
Posts: 958
Joined: Wed Mar 31, 2010 9:02 pm
Personal rank: I am quite rank.
Location: MrLoathsome fell out of the world!

Re: HELP cant find script i made on unrealed2.0

Post by MrLoathsome »

I use Notepad. Then compile at DOS prompt and test in UT.

That is how "olskool" I am.
blarg
gopostal

Re: HELP cant find script i made on unrealed2.0

Post by gopostal »

(I hope this is not construed as "advertising". If it is, my apologies Shade and please delete the post)

I have a small, lightly used coding forum. There is a thread located at:
http://www.utsurvival.com/DevForum/show ... ing-school
that has a nice (free, no registration) download in the first post that will set you up with tools and a nudge in how to use them. Please drop by and grab the download, it will be worth your trouble.

Welcome to coding!
User avatar
UT Sniper (SJA94)
Inhuman
Posts: 764
Joined: Thu Jun 24, 2010 10:35 pm
Personal rank: Retard
Location: England

Re: HELP cant find script i made on unrealed2.0

Post by UT Sniper (SJA94) »

i know its a bit late but thanks for all the help. i can now script things and get them to work in ued. :D