Page 1 of 1

getting skins ingame

Posted: Wed Jan 31, 2007 11:20 am
by Darthnukem
hi my name is darthnukem and i have a problem.

I made some skins that i would like to put in my game.
I know how to munge a map and i see it in my instant action folder.

Now i want to get the skins ingame and i tried tutorials from the everything u need thread and others like on filefront but they all seem not to work.

Maybe it would help if there were some modders in the netherlands maybe they would explain it to me in dutch.

Thanks in advance...

greetings: Darthnukem

Posted: Wed Jan 31, 2007 11:35 am
by Redline
I can help you , have you icq ? then yes 383-721-816 :wink:

Posted: Wed Jan 31, 2007 1:51 pm
by Darthnukem
no sorry i dont have icq.

I have xfire and msn.

Posted: Wed Jan 31, 2007 2:05 pm
by Redline
Then give me your e-mail adress 8)

Posted: Wed Jan 31, 2007 2:08 pm
by Darthnukem
i PM it to you
*done*

Posted: Wed Jan 31, 2007 3:35 pm
by Qdin
Make sure you don't forget 2 important 'newbie' mistakes :wink:
1st: Make sure you have COPIED the Sides folder from Assets into data_%%%>Sides folder :P Even experienced sometimes edit the Assets :roll: yep - it happens :lol:
2nd: Make sure you've added 'dc:' in your .lua.
ReadDataFile("SIDE\\rep.lvl",

That's an example of how it's on per default. Add dc: like this:
ReadDataFile("dc:SIDE\\rep.lvl",

(Wow - I'm right now confused whether that was right or wrong O.o I haven't touched a .lua in months :lol: especially since I'm not a mapper)

Posted: Wed Jan 31, 2007 5:00 pm
by Darthnukem
ok i did what you said :
Changed the lua
when i munged it it came with to things:
ERROR[levelpack rep.req]:Expecting bracket, but none was found.
File : munged\pc\kam_fly_ride_gunship.lvl.req(1)...

ucft <--
ERROR[levelpack rep.req]:Expecting bracket, but none was found.
File : munged\pc\kam_fly_ride_gunship.lvl.req(1)...

ucft <--

2 Errors 0 Warnings

when i start it it loads and then it crashes into the desktop with no errors.

---
AddOn Post #1:
ok thanks redline for the email i will try it tomorrow and i hope it works..
:)
thanks again!!!

---
AddOn Post #2:
Redline: your tutorial is very good to understand im now at the lua.
But in what map exactly can i find the lua's??????
i need only to change this and then its ready i hope.
:D

---

Qdin's Message:
- Remember that you can edit your post, okay?