View unanswered posts | View active topics It is currently Thu Mar 28, 2024 10:19 pm



Reply to topic  [ 44 posts ]  Go to page Previous  1, 2, 3, 4, 5  Next
 To install a mod 
Author Message
Rank 7
Rank 7

Joined: Sat Feb 13, 2016 8:21 pm
Posts: 29
Location: Las Vegas
Thanks so much. I'm almost there - Just one more question - I dont understand the terms "comment out" or "uncommented"
Am I removing some punctuation there? Which items? Those lines of /////////////// 's? or quotation marks?


Sun Feb 14, 2016 11:40 pm
Profile
Rank 16
Rank 16
User avatar

Joined: Wed Aug 07, 2013 4:51 pm
Posts: 314
Comments are just parts of code that won't get executed and document stuff for you, the guy looking at the code. Naturally you need to tell the computer which lines are lines it has to execute or analyse and which lines of code are comment (which it should rather not try to execute or analyse!)


// makes a single line a comment

Code:
//this is a comment
this_is_not_a_comment


/* .... */ makes a whole block a comment, the /* starts a comment and the */ tells it that the comment has ended. It's used here to easily "enable" / "disable" whole parts of code.

Code:
/*tons of comments
over multiple lines
can go on forever
and if you mess them up it sucks to find the mistake
*/
this_is_not_a_comment_anymore


incase of the ini, the standard ini has a /* .... */ block for each of the sections by default. So usually what you need to do is remove /* and */ from the unpack section, which is what I have done in the last example.


Sun Feb 14, 2016 11:59 pm
Profile
Rank 7
Rank 7

Joined: Sat Feb 13, 2016 8:21 pm
Posts: 29
Location: Las Vegas
Thanks so much - seriously.

Now it all makes sense.

And BTW, glad to be joining this game community - I seriously can't believe I never heard of this game before last week.


Mon Feb 15, 2016 12:10 am
Profile
Rank 16
Rank 16
User avatar

Joined: Wed Aug 07, 2013 4:51 pm
Posts: 314
Everybody who found this game pretty much says that :)


Mon Feb 15, 2016 11:36 am
Profile
Rank 7
Rank 7

Joined: Sat Feb 13, 2016 8:21 pm
Posts: 29
Location: Las Vegas
It worked - Thanks!

And yeah, not surprised, lol


Mon Feb 15, 2016 7:41 pm
Profile
Rank 3
Rank 3

Joined: Sun Jun 28, 2015 8:51 am
Posts: 9
Hi I want learn how intstal a new pose like titjob pose ? somebody can help me ? :?


Fri Apr 01, 2016 7:32 pm
Profile
Rank 3
Rank 3

Joined: Tue Aug 25, 2015 6:20 pm
Posts: 7
UNIT2651 wrote:
Hi I want learn how intstal a new pose like titjob pose ? somebody can help me ? :?


Yes you can be helped, maybe... But you really have to want it!
Do you really want it? Yes?
Ok, great, so here is how you can be helped:

1.) Simply read this thread and you will know everything you need.
2.) It's even got simple step-by-step instructions and pictures from Skidrow and Riftporn!
3.) This thread truly is amazing, the one thread to end all threads!!
4.) Reading=Profit


Sat Apr 02, 2016 4:18 pm
Profile
Rank 2
Rank 2

Joined: Thu Jun 09, 2016 8:59 am
Posts: 3
Hello! I've serious difficulty understanding anything here...

My start.ini file is :


//////////////////////////////////////////////////////
// Defines
//////////////////////////////////////////////////////


#define RUNTIME "../"
#define PACKPATH "pack/pack_dungeon/"


//////////////////////////////////////////////////////
// Unpack
//////////////////////////////////////////////////////


// Uncomment this to unpack a pack
/*Pack pack1
{
unpack = true;

file = "[RUNTIME]pack/pack_dungeon.bin";

outpath = "[RUNTIME]pack/";
}*/


//////////////////////////////////////////////////////
// Pack
//////////////////////////////////////////////////////


// Uncomment this to repack a pack
/*Pack pack
{
file = "[RUNTIME]pack/pack_dungeon2.bin";

zip = true;
path_full = true;

addpath = "[RUNTIME][PACKPATH]*.*";
}*/

So it seems i've nothing to change in it. Right?
Filemaker is useless... Just get "parsing 'start.ini' when I launch it.
In pack folder I've only some bin files but absolutely not any pack_dungeon folder. So I can't install any mod.

I really tried to understand informations in this topic but I failed...
Please help me!
Thanks!


Thu Jun 09, 2016 9:06 am
Profile
Site Admin
Site Admin

Joined: Thu Feb 07, 2013 11:16 am
Posts: 1865
Make sure you uncomment the code like this.
Otherwise it is just comment.
This will unpack the pack into a pack_dungeon file folder

Code:
// Uncomment this to unpack a pack
Pack pack1
{
unpack = true;

file = "[RUNTIME]pack/pack_dungeon.bin";

outpath = "[RUNTIME]pack/";
}


Thu Jun 09, 2016 11:57 am
Profile
Rank 17
Rank 17

Joined: Fri Nov 21, 2014 10:37 pm
Posts: 537
As Xpadmin wrote remove some from your start.ini

//////////////////////////////////////////////////////
// Unpack
//////////////////////////////////////////////////////


// Uncomment this to unpack a pack
/*Pack pack1
{
unpack = true;

file = "[RUNTIME]pack/pack_dungeon.bin";

outpath = "[RUNTIME]pack/";
}*/

In red is wrong.


Thu Jun 09, 2016 1:28 pm
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 44 posts ]  Go to page Previous  1, 2, 3, 4, 5  Next

Who is online

Users browsing this forum: Majestic-12 [Bot] and 24 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group.
Designed by X-Moon Productions.