October 08, 2024, 10:05:09 pm
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
:
Home
Forum
Help
Search
Calendar
Login
Register
Forum
>
Simmers' Paradise
>
General Sims 2 Help
>
Sims 2 FAQ's
>
FAQ: Tip on making custom content
Pages: [
1
]
« previous
next »
Print
Author
Topic: FAQ: Tip on making custom content (Read 8395 times)
0 Members and 1 Chinese Bot are viewing this topic.
BeosBoxBoy
Silent
Gender:
Posts: 5021
FAQ: Tip on making custom content
«
on:
March 05, 2007, 10:37:19 am »
Purpose: clarify conventions of nomenclature and naming conventions for novice makers of custom content.
Editor: Beosboxboy
Last edited: 5 March 2007
«
Last Edit: March 05, 2007, 04:03:33 pm by ~Marvine~
»
Logged
"There is a certain elegance in wasting time. Any fool can waste money, but when you waste time you waste what is priceless."
-- Maugham, W. Somerset.
Ashenden: Or the British Agent
.
BeosBoxBoy
Silent
Gender:
Posts: 5021
ASCII
«
Reply #1 on:
March 05, 2007, 10:50:20 am »
Q: What is an ASCII character?
A: An ASCII character or
American Standard Code for Information Interexchange
data symbol is part of a standarised set for the transfer of data across the widest number of systems possible. ASCII is an industry standard, which assigns letters, numbers and other characters within the 256 slots available in the 8-bit code. Standard ASCII consists of 128 characters you might find on any US keyboard, while the Extended ASCII consists of accented letters and ligatures used in many Western languages. Only the standard characters should ever be used in naming your files.
Although ASCII has been largely displaced by UniCode, any information that is meant to be shared between different computers in different nations should be named using standard ASCII.
ascii_letters.png
(9.96 KB, 541x131 - viewed 1239 times.)
bad_ascii.png
(7.61 KB, 541x107 - viewed 1176 times.)
Logged
"There is a certain elegance in wasting time. Any fool can waste money, but when you waste time you waste what is priceless."
-- Maugham, W. Somerset.
Ashenden: Or the British Agent
.
BeosBoxBoy
Silent
Gender:
Posts: 5021
Unicode
«
Reply #2 on:
March 05, 2007, 10:51:04 am »
Q: What is Unicode?
A: Unicode is a worldwide character standard that is capable of having a unique number between U+0000 to U+10FFFF, which means a Unicode may be 8-bit, 16-bit, or 32-bit. Each character is assigned a code point, for example, U+0041 is the English letter A. Below is an example of how "Computer Hope" would be written in English Unicode.
U+0043 U+006F U+006D U+0070 U+0075 U+0074 U+0065 U+0072 U+00A0 U+0048 U+006F U+0070 U+0065
The official Unicode page can be found
here
(
link
), this page contains complete information about the Unicode standards as well as a listing of each of the code points. Microsoft Windows users can also find Unicode code points by running the character map utility.
Logged
"There is a certain elegance in wasting time. Any fool can waste money, but when you waste time you waste what is priceless."
-- Maugham, W. Somerset.
Ashenden: Or the British Agent
.
BeosBoxBoy
Silent
Gender:
Posts: 5021
Spaces in File Names
«
Reply #3 on:
March 05, 2007, 10:59:53 am »
Q: Can I use spaces in the names of my files?
A: A better question would be
should I use spaces in the name of my files?
You should
never
use spaces in the names of your files since the space character is handled differently by the utility software available to simmers.
Files extracted from a Sims2Pack by Delphy's Multi-Sims2Pack Installer for instance will truncate the name of any file with a space at the first space, so that
my new dress.package
becomes
my
with no file extension. Similarly, Sims2Pack Clean Installer will alter the name of files by replacing non-Latin characters with junk code.
And on the Mac platform we meet with a sort of armageddon as a result of very long file names or names with spaces, extended ASCII or Unicode characters in the file names.
«
Last Edit: April 24, 2007, 03:50:24 pm by ~Marvine~
»
Logged
"There is a certain elegance in wasting time. Any fool can waste money, but when you waste time you waste what is priceless."
-- Maugham, W. Somerset.
Ashenden: Or the British Agent
.
BeosBoxBoy
Silent
Gender:
Posts: 5021
Removing the weird number from Body Shop files
«
Reply #4 on:
March 05, 2007, 11:05:13 am »
Q: Can I take the weird number off the front of my finished Body Shop project?
A: Yes, but it will make life more difficult for the guy on the other end trying to locate a bad file. Whereas
SKINTONE_beosboxboy-darkfyre_safe.package
looks better than
5ffadc4f_beosboxboy-darkfyre_safe.package
, when you are looking for a bad file by using
boolProp testingCheatsEnabled true
, the absence of
5ffadc4f
in the file name makes it nearly impossible to find.
It is always best to retain the junk code at the front of the name, although nowadays most people ignore this wisdom.
Logged
"There is a certain elegance in wasting time. Any fool can waste money, but when you waste time you waste what is priceless."
-- Maugham, W. Somerset.
Ashenden: Or the British Agent
.
BeosBoxBoy
Silent
Gender:
Posts: 5021
Altering the name of Home Crafter Plus made files
«
Reply #5 on:
March 05, 2007, 11:08:57 am »
Q: Can I take the weird number off the end of my finished Home Crafter Plus project?
A: Yes, but it will make life more difficult for the guy on the other end trying to locate a bad file. Whereas
my wooden floor.package
looks better than
floor_2ef02998.package
, when you are looking for a bad file by using
boolProp testingCheatsEnabled true
, the absence of
2ef02998
in the file name makes it difficult to find.
It is always best to retain the junk code at the end of the name, although nowadays most people ignore this wisdom.
Logged
"There is a certain elegance in wasting time. Any fool can waste money, but when you waste time you waste what is priceless."
-- Maugham, W. Somerset.
Ashenden: Or the British Agent
.
BeosBoxBoy
Silent
Gender:
Posts: 5021
FAQ: Tip on making custom content
«
Reply #6 on:
March 05, 2007, 11:15:07 am »
Q: Where is the finished project I just made in Body Shop?
A: The file you just completed is stored in the SavedSims folder this is usually located:
Windows 2000, XP, & Vista:
C:\Documents and Settings\
*Your Windows Log-in Name*
\My Documents\EA Games\The Sims 2\SavedSims
Windows 98 & ME:
C:\My Documents\EA Games\The Sims 2\SavedSims
MacOS X
/Home/EA Games/The Sims 2/SavedSims
But what about the files in the Projects folder?
Those files are useless to anything but to Body Shop, they are a sort of scratch pad for Body Shop to keep notes in. They will
NEVER
work in game.
Logged
"There is a certain elegance in wasting time. Any fool can waste money, but when you waste time you waste what is priceless."
-- Maugham, W. Somerset.
Ashenden: Or the British Agent
.
BeosBoxBoy
Silent
Gender:
Posts: 5021
FAQ: Tip on making custom content
«
Reply #7 on:
March 05, 2007, 11:19:18 am »
Q: Where is the finished project I just made in Home Crafer Plus?
A: Unlike Body Shop, when Home Crafer Plus is finished with projects, it deletes the temporary files and saves the finished project in the Downloads folder. Usually if you sort the Downloads folder by clicking the Date Modified bar in Details view, it will place the newest items at the top and you can grab them there, or while still in Home Crafter Plus save the files to the desktop as Sims2Packs.
«
Last Edit: March 05, 2007, 04:06:30 pm by ~Marvine~
»
Logged
"There is a certain elegance in wasting time. Any fool can waste money, but when you waste time you waste what is priceless."
-- Maugham, W. Somerset.
Ashenden: Or the British Agent
.
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Welcome to insimenator.org
-----------------------------
=> Rules, News & Announcements
=> Issues & Suggestions
=> Updates
=> The Welcome Wagon
-----------------------------
Simmers' Paradise
-----------------------------
=> General Sims 2 Discussion
===> Sims 2 Apartment Life Chat
===> Sims 2 Pictures
=====> I Want My Own Thread
===> Contests & Challenges
===> Sims Stories
=====> Anecdote Assistance
===> Sims 2 Videos
=> General Sims 2 Help
===> Apartment Life Help
===> FreeTime Help
===> Sims 2 FAQ's
===> Mac-Users Only Peer Support
===> Sims Life Stories Help
=> Requests
===> Sims
===> Clothing & Body Mesh's
===> Genetics & Makeup
=====> Hair
=====> Skintones
=====> Eyes
=====> Facial Items
=====> Accessories
===> Objects & Recolors
===> Pets
===> Mods & Careers
===> Lots & Neighborhoods
=> Where Can I Find...?
=> Sims 2 Web
=> My Game, My Way
===> Tutorials
===> Modding Database
===> Content Creation & Recoloring Help
=====> Resource Corner
=====> The Shape of Stuff to Come
-----------------------------
A Safe Haven
-----------------------------
=> General Discussion
===> Forum Games
===> Quizzes
=> Teen Discussion
-----------------------------
The Sims 4
-----------------------------
=> Sims 4 Buzz
=> Sims 4 Help
=> The Sims 4 Pictures
=> The Sims 4 Downloads
=> Sims 4 Requests
=> The Sims 4 WCIF
=> The Sims 4 Web
-----------------------------
Sims 2 Community Downloads
-----------------------------
=> Custom Sims
===> Self-Sims
===> Sim Families & Groups
===> Sim Hunks
===> Sim Honeys
===> Sim Celebrities
=> Custom Pets
===> Cats
===> Dogs
===> Pet Genetics
=> Custom Clothing
===> Elder/Adult
=====> Women
=====> Men
===> Teen/Young Adult
=====> Misses
=====> Junior
===> Child/Toddler
=====> Girl
=====> Boy
===> Multi-Age
=====> Female
=====> Male
===> Mixed Clothing
=> Custom Genetics & Make-up
===> Hair
=====> Female Hair
=====> Male Hair
=====> Mixed Sets/Unisex
===> Skintones
===> Eyes
===> Make Up
===> Facial Hair
===> Accessories
=> Custom Objects & Recolors
===> Walls, Floors & Murals
=> Misc. Mods and Careers
===> CAS Scenes & Music
=> Residential/Community Lots & Neighborhoods
===> Residential
===> Community
===> Neighborhoods
===> Apartment Buildings
=> InSIMenator Group Projects
===> April Foolery
===> The Trashed Set
===> Happy Holidays
===> The Glorious People's Revolution Project
=> Insimenator - UNSUPPORTED
-----------------------------
Resident Creators
-----------------------------
=> KarialSim, Enchantress and WadeB's Parlour
===> Places
===> And Things
===> The Closet
=====> People
=====> The Salon
=> Oneblondemomma & Franciele's Boutique
===> Clothes
=====> Curvaceous Women
=====> Tailored Men
=====> Trendy Teens
=====> Misc. Designs
=====> Meshes
=> ReginaS's Sims
===> ReginaS's Sims
=> Skye's Creations
===> Skye Chat
===> Objects
===> Homes
===> Other Lots
===> Clothing
===> Sims
=====> Celebrity Watch
=====> Everyday Folk
=====> Fairytales
=====> Goth & Fantasy
=> Squinge's Mods
===> Squinge's Mods
=====> EP1 Mods
=====> EP2 Mods
=====> EP3 Mods
=====> EP4 Mods
=====> EP5 Mods
=====> EP6 Mods
=====> EP7 Mods
=====> EP8 Mods
===> Squinge's Sims 4 Mods
===> Squinge's Mod Help Section
===> Mod Requests
=> The Consortium
===> Meshes
=====> Requests
===> Clothes
===> Guest Recolors
=> Urban Decay by Riverofjazz and DivaJai
===> Grown & Sexy Clothing
=====> Diva's
=====> Urban Male
===> Teens Flygear
=====> Misses
=====> Junior
===> SugarNSpice & Puppydog tails
=====> Lilgirls
=====> Lilboys
===> Glam & Glitter
===> Meshes
===> Models
=> Wirelessguy's Wired Up Endeavours
===> Clothing for...
=====> Bodybuilder Guys
=====> Marvine's Athletic Guys
=====> Marvine's Slimmer Bodybuilder
=====> Super Hero Meshes
=====> All The Other Sims
===> Wirelessguy's Lucky Dip
=====> Object Recolours
=======> Old 2nd Hand Objects
=======> Shiny Objects
-----------------------------
Retired Creators
-----------------------------
=> Amun-RA's Dark Obsession
===> Amun-RA's Dark Obsession
=> Arcia's Specials
===> Arcia's Babylon
===> Arcias Specials
=> BlooM's Base
===> Adults - Elders
=====> Meshes
=====> Guest Recolors
===> Teens - Kids
=====> Meshes
=====> Guest Recolors
===> Miscellaneous Bits & Pieces
=====> Accessoires
=====> Objects
=====> Cars
===> SexyFeet Replacements
===> Custom Bodyshapes
=====> Bigger Pregnancy Belly
=====> Handicapped
=====> Neanderthal
=====> Rubens
=====> Classic Pinupgirl
=====> Fashionmodel
=====> Rengal
=====> Rio
=====> Punkjunkie
=====> Others
=> Enayla's Escapades
===> Eyes for the Eyeless
===> Skins for the Skinless
=> Jay's Home for Fallen Angels
===> Celestial Clothing
===> Objects of Virtue
===> Seraphic Sets
===> Stained Glass
===> Sublime Floors, Walls, Terrains
=> Marvine & BeosBoxBoy's Projects
===> Custom Body Meshes
=====> *NEW* Huge Bodybuilder
=====> Bodybuilder
=======> Bodybuilder Base Meshes & Linked Skintones
=======> Casual : Vêtements décontractés
=======> Formal : Tenues de soirée
=======> Underwear : Sous-vêtements
=======> Sleepwear : Vêtements de nuit
=======> Swimwear : Maillots de bain
=======> Activewear : Vêtements de sport
=======> Fantasy : Fantastique - Mythologie
=======> Season EP Apparel | vêtements d'extérieur pour Au fil des saisons
=====> Slim Bodybuilder
=====> Athlete : Athlète
=====> Superhero : Super héros
=====> Bodybuilder & Athlete Requests
=====> Satyr Project : Projet des Satyres
=====> Merfolk Project:Le Peuple de la Mer
=====> Teen Titans - Bodybuilder Teens
=====> Female Projects
=====> Not-so-Average Joes
=====> Square Pegs: Le tiroir du bas
=====> SynapticSim's Lean BB
===> Custom Genetics & Miscellaneous Mayhem
=====> Custom Hair, Eyes, Etc.
=====> Le musée des Arts Douteux
=====> The Post-Modernist Collection
=====> Maxis-Matching & Modifications
===> TBW_459, BBM Teen Project
===> Guest recolours & add-ons
=====> The Dark Project (off-site link)
=====> Male
=====> Female
=====> Fit Couples
=====> Merfolk Additions
=====> Alexasrosa's Fantasies
=====> Howard's Clothing & Smallwear
=> Netra Creations
===> Big Girls
===> Thick Madames
===> Teen Divas
===> Genetics
===> Other
=> Warlokk's Tower
===> Female Bodyshape Variety Project
===> Female Hi-Res Bodyshape Project
=====> Classic Pinup
=====> Renaissance Gal
=====> Fashion Model
=====> PowerGirl
=====> Booty Gal
=====> Rio
=====> ToonGal
=====> Voluptuous
=====> Faerie
===> Guest Bodyshape Add-ons
=====> Classic Pinup
=====> Renaissance Gal
=====> Fashion Model
=====> PowerGirl
=====> Booty Gal
=====> Rio
=====> ToonGal
=====> Voluptuous
=====> Faerie
=====> Multi-shape
=====> Poppeboy's Fitchick
===> BodyShape Requests
-----------------------------
The Sims 3
-----------------------------
=> Sims 3 Buzz
=> Sims 3 Pictures
=> Sims 3 Help
=> Sims 3 Web
=> Sims 3 Community Downloads
===> Pudding Exchange
===> Pudding Wrappers
===> Pudding Containers
===> Pudding Flavours
===> Pudding Improvements
===> Pudding WCIF
===> Pudding Requests
=> Sims Medieval
Loading...
SimplePortal 2.1.1