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
getting skins ingame
Moderator: Moderators
-
Darthnukem
-
Redline
- 2nd Lieutenant

- Posts: 396
- Joined: Tue Jan 16, 2007 4:22 pm
- Projects :: Space to Ground [reworking]
- xbox live or psn: No gamertag set
- Location: The left side of the moon
- Contact:
-
Redline
- 2nd Lieutenant

- Posts: 396
- Joined: Tue Jan 16, 2007 4:22 pm
- Projects :: Space to Ground [reworking]
- xbox live or psn: No gamertag set
- Location: The left side of the moon
- Contact:
-
Qdin
- Old School Staff
- Posts: 2059
- Joined: Wed Feb 23, 2005 9:54 am
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
Make sure you don't forget 2 important 'newbie' mistakes
1st: Make sure you have COPIED the Sides folder from Assets into data_%%%>Sides folder
Even experienced sometimes edit the Assets
yep - it happens
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
especially since I'm not a mapper)
1st: Make sure you have COPIED the Sides folder from Assets into data_%%%>Sides folder
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
-
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.

---
Qdin's Message:
- Remember that you can edit your post, okay?
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.
---
Qdin's Message:
- Remember that you can edit your post, okay?
