Need Help Tool Q's
-
i guess i was trying to use the HTML and modify them from the empty dll
im not sure if i have a way to create xml i’m sure that i am missing somthing big i just don’t know what -
k ill try it thanks
-
ok i seriously don’t want to mess up and have to replace with backups because im not entirely sure what’s going to change when i push the button.
i got the anubis by get ids name and info on the left side
on the right the info card dll is showing by default and on the bottom right i set to the new empty dll
don’t know what convert would do and the bottom ids name and info i do what with
if i push save ids name and info for left side and confirm save it’s gonna do WHAT
i geuss i’m hoping it saves it into the empty dll where where i can create a new id for it
but i dont dare do any thing untile thats confirmed right or wrong. -
Ok I found a tutorial
thanks for all your help.
http://the-starport.net/freelancer/download/visit.php?cid=5&lid=1352
A link in case someone else could use it.
made by Chips.
Thanks Chips i was going a little nuts not bieng able to figure it out.
-
Well from my own work on DLLs, the reason the two can be the same is the DLL can store a string and a HTML (XML in FL’s case) string at the same number. DLLs can store more than just those 2 types though including executable code.
-
Thanks for the info LancerSolurus
-
sumanuti gave me some helpful information on CreatID through a link
unfortunatly for me i don’t apear to have a RUN function does anybody Know where it would Be on a W-7 64 or how i would work around the lack of the function.@ khayman - For hash thing, adoxa’s tools is all what u need.
1. Get the CreateID and Flunhash and place them in your user profile foolder: C:\Users\user\ or C:\Document and Settings\user
2. Start-run-cmd
3. Type createid -sh to create hash database hashes.dat
4. Drag and drop fl-server-errors.log on flunhash.exe file and u get fl-server-errors.txt with nickname related hashes. -
Sky-Blazer wrote:
sumanuti gave me some helpful information on CreatID through a link
unfortunatly for me i don’t apear to have a RUN function does anybody Know where it would Be on a W-7 64 or how i would work around the lack of the function.If you are referring to the command prompt found in XP, (my Box’s OS) I bypassed it by making a .bat (batch) file. Simply open a notepad file (or w-7’s equiv), type in your code, and save as a filename.bat (Where file name is your choice, ie CreatID.bat) Put this file in the folder where your CreatID app is located. Then simply dbl click the .bat file, and viola! it’s done it’s thing.
Example .bat file text (I use it to convert ms3d to Descent 3 .orf files)
ORFTOOL -SM:BENCH.ms3d -DO:BENCH.orf pause
Edit: For my example I had to make sure that the ms3d file was in the folder that the ORFTOOL and my .bat file were.
Fus
-
COOL Thank you sumanuti
i got it to acknowledge it now i just have to PLAY with it
-
[RIP]Fusion Thanks haven’t figured out the quote thing yet
so i’ll just say refering to your last post .
it’s a little deep for me to comprehend with a Quick ReadBut I WILL Defenetly Try it i’m certain to learn somthing new by doing so.
THANK YOU
-
on a little different Note
I seem to be unable to take a Sreenshot of my ship
in Ms3d any thought’s as to why -
[RIP]Fusion
you guys are my teachers i’m unfamiliar with the code thingcan you give me a breakdown of what the terms are and do so i can apply it to my need. i don’t want the answer given to me so much as a brief explanation so i can learn from it
but if the solution is easier for you ill take what i can get.
Code:
ORFTOOL -SM:BENCH.ms3d -DO:BENCH.orf
pause -
Sky-Blazer wrote:
on a little different NoteI seem to be unable to take a Sreenshot of my ship
in Ms3d any thought’s as to whyMy method: Press the printscreen button on my keyboard, then open Paint, paste. Crop as needed, then save as a .jpg.
To quote someone, hit the quote box that’s next to reply at the bottom of each post. Then edit for the part you wish to quote. Make sure you don’t delete the [/qoute] or it won’t work.
Fus
-
[RIP]Fusion wrote:
My method: Press the printscreen button on my keyboard, then open Paint, paste. Crop as needed, then save as a .jpg.
–---------------------------------end Quote
Sky-Blazer Learning curve
Cool but the paint thing didn’t work SHOOT.guess i dont Know how to write outside the box LOT’S to Learn
-
Sky-Blazer wrote:
[RIP]Fusion
you guys are my teachers i’m unfamiliar with the code thingcan you give me a breakdown of what the terms are and do so i can apply it to my need. i don’t want the answer given to me so much as a brief explanation so i can learn from it
but if the solution is easier for you ill take what i can get.
Code:
ORFTOOL -SM:BENCH.ms3d -DO:BENCH.orf
pausePlz pardon the double posting, I’m responding on my iPhone.
As I said before, the above code is what I use for file converting from one format to another. It was meant as a example of the text in one of my .bat files. But I will explain what is going on with this text.
ORFTOOL is the name of the command line program. It was designed to be operated in the DOS command prompt.
-SM tells the program the name of the source file, bench.ms3d in this case.
-DO tells the program this is the file name of the converted file, bench.orf in this case.
pause just lets keeps the window open so you can see what was done.
I have no knowledge of W-7 or if using a .bat file would work in that OS, but I find it easier to use than the Cmd prompt.Fus
-
Thank’s [RIP]Fusion
I’ll experiment with it. -
YW bud. My modding knowledge is limited in comparison to others here at TSP, but I am happy to share what I do know.
Fus