โปรดศึกษาและยอมรับนโยบายส่วนบุคคนก่อนเริ่มใช้งาน [นโยบายส่วนบุคคล]
ยอมรับ
[CLOSED] Pose Player Download กระทู้รวบรวมท่าโพส [ขออนุญาตปิดกระทู้ และงดตอบคำถาม]
art7441
#2181
19-03-2012 - 22:16:33

#2181 art7441  [ 19-03-2012 - 22:16:33 ]




quote : love-cat

ใครแปลได้ อ่านแล้วไม่เข้าใจ

This will explain you how to create a pose list for your pose pack.

Right now, you should have extracted the contents of the HowTo.zip into your project folder. You should have the following files:

PoseBoxFlareGenerator.exe
cmoPoseBoxFlare.dll
PoseListTemplate.package
HowTo.txt

Also you need to have at least the April 2011 version of S3PE. These instructions won't tell you to save the package after every step, but you should do so nevertheless.


Step 1: Double-click on PoseBoxFlareGenerator.exe. It will generate a dll file. That is the custom assembly, the Pose Player will use to find your pose list. Write down or copy the filename to your clipboard. It is a 15-digit number plus .dll. As example, we'll assume that the filename is 111222333444555.dll.

Step 2: Open PoseListTemplate.package with S3PE. Click File -> Save as... and save it under a different name.

Step 3: Right-click on the S3SA resource and select Import DLL. Navigate to your project folder an select the custom assembly PoseBoxFlareGenerator.exe created. In this example that would be 111222333444555.dll. Select it and click on Open.

Step 4: Double-click on the S3SA resource and enter or paste the name you've written down/copied in the name field. In this example that would be "111222333444555.dll" (without the quotes). Click on FNV64 and the number in the Instance field should change. Click on OK.

Step 5: Double-click on the _XML resource and again enter/paste the assembly name in the name field and click on FNV64. Click on OK.

Step 6: Prepre the thumbnails for your poses. At best you will have one thumbnail for every pose that allows to preview how the pose is supposed to look like. Create the thumbnail pictures in the graphics program of your choice. The image size should be 59x60 pixels. That is very small so in order to recognize anything on the thumbnail, keep it as simple as possible. Stick to white or almost white backgrounds and plain clothing and hair on the sims. Save the thumbnail pictures in png format.

Step 7: Import the thumbnails into your package. Back in S3PE, click on Resource->Import->From File... Click on the format selector on the lower right (it should read "Exported files (S3_*.*)") of the Import Resources window and select "All Files (*.*)". Select the thumbnail you want and click on Open.

In the Resource Details dialog, select IMAG 0x2F7D0004 as Type. Enter a *unique* name in the Name field. Click on FNV64 and then on OK. Repeat these steps for all of your thumbnails.

HINT: Picking unique resource names for everything is NOT OPTIONAL! Always try your best to stay unique! Non-unique resource names and thus instance values are an accident waiting to happen. If you manage to accidently override another resource, because you failed to make one of your resources unique, affected people will roast you on a stick! And with good reason, too.

A good choice would be to simply use the resource name of the pose the thumbnail is for and append "_thum". So if your pose name would be "a2a_MasterPoser_SuperPose1", the thumbnail name would be "a2a_MasterPoser_SuperPose1_thum". That will also make it easier to stay on top of things.

Step 8: Now you finally create the actual pose list. Right-click on the _XML resource and click on Notepad. The XML file will be opened in notepad. It will look like this:

<?xml version="1.0" encoding="utf-8"?>
<PoseList>
<Pose>
<Key></Key>
<Name></Name>
<Creator></Creator>
<IconKey></IconKey>
<Description></Description>
</Pose>
</PoseList>

Copy the stuff beginning with <Pose> and ending with </Pose>:

<Pose>
<Key></Key>
<Name></Name>
<Creator></Creator>
<IconKey></IconKey>
<Description></Description>
</Pose>

and paste it right below it so </PoseList> stays at the bottom of the file. The empty Pose structure must stay like it is or your pose list won't work.

The layout:

Key: The resource name of the pose. For example a2a_MasterPoser_SuperPose1.
Name: A name you can give that pose. For example Super Pose 1.
Creator: Your creator name. For example Master Poser.
IconKey: The resource name of the thumbnail you created for the pose. For example a2a_MasterPoser_SuperPose1_thum.
Description: A *short* description of the pose. For example "Superhero pose - right hand pointed at the sky, left hand on hip".

In this example the listing would now look like this:

<?xml version="1.0" encoding="utf-8"?>
<PoseList>
<Pose>
<Key></Key>
<Name></Name>
<Creator></Creator>
<IconKey></IconKey>
<Description></Description>
</Pose>
<Pose>
<Key>a2a_MasterPoser_SuperPose1</Key>
<Name>Super Pose 1</Name>
<Creator>Master Poser</Creator>
<IconKey>a2a_MasterPoser_SuperPose1_thum</IconKey>
<Description>Superhero pose - right hand pointed at the sky, left hand on hip</Description>
</Pose>
</PoseList>

Note the empty pose structure at the top. It must always stay like this. Repeat that for all poses of the pose pack. When you're finished, close notepad, click on Save when notepad asks you if you want to save the changes and back in S3PE click on Yes to commit the changes.

Step 9: You're done making the list. Save the package and, together with the related pose pack, copy it to your Mods folder and try it in the game.

Step 10: Import the content of the list package you created into you pose package. Open your pose package with S3PE and click on Resource->Import->From Package... Navigate to your list package, select it and click on Open. In the Import Files dialog, make sure that "Use resource name" is ticked and click on Import. Once S3PE is done, check that everything made it ok, save the package.

Step 11: You're done.

อยากรู้เหมือนกันค๊ะ เพราะติดตั้งไม่เป็นเลยเพราะไม่เข้าใจ ประมาณว่าเราโง่


แก้ไขล่าสุดเมื่อ 2012-03-19 22:17:23

patchaja
#2182
19-03-2012 - 22:36:45

#2182 patchaja  [ 19-03-2012 - 22:36:45 ]




^^
^^

This will explain you how to create a pose list for your pose pack.

มันบอกว่ามันจะอธิบายว่าเราจะสร้างโพสลิสยังไงน่ะค่ะ แล้วมันก็อธิบายเป็นสเต็ปๆมาให้เราอ่าน

Right now, you should have extracted the contents of the HowTo.zip
into your project folder. You should have the following files:


ขั้นแรก extracted ตัว HowTo.zip ออกมาในโฟลเดอร์ จะได้ตัวพวกนี้ออกมา

PoseBoxFlareGenerator.exe
cmoPoseBoxFlare.dll
PoseListTemplate.package
HowTo.txt

Also you need to have at least the April 2011 version of S3PE. These instructions won't tell
you to save the package after every step, but you should do so nevertheless.


ต้องมี s3pe เวอร์ชันของเดือน April 2011 แล้วจะสามารถเซฟเป็นแพ็กเกจได้ บลาๆ -.-

เอิ่ม..ประมาณนี้ล่ะนะ ภาษาอังกฤษเราไม่ค่อยแข็งแรง ภาษาไทยเรายังพุดไม่ค่อยรู้เรื่องเลยเอิ้กๆ

ว่าแต่ไปกดอะไรหรอคะ? ถึงเจอแบบนี้มา


แก้ไขล่าสุดเมื่อ 2012-03-19 22:40:35

BunnieZ
#2183
20-03-2012 - 00:58:39

#2183 BunnieZ  [ 20-03-2012 - 00:58:39 ]








quote : love-cat

ใครแปลได้ อ่านแล้วไม่เข้าใจ

This will explain you how to create a pose list for your pose pack.

Right now, you should have extracted the contents of the HowTo.zip into your project folder. You should have the following files:

PoseBoxFlareGenerator.exe
cmoPoseBoxFlare.dll
PoseListTemplate.package
HowTo.txt

Also you need to have at least the April 2011 version of S3PE. These instructions won't tell you to save the package after every step, but you should do so nevertheless.


Step 1: Double-click on PoseBoxFlareGenerator.exe. It will generate a dll file. That is the custom assembly, the Pose Player will use to find your pose list. Write down or copy the filename to your clipboard. It is a 15-digit number plus .dll. As example, we'll assume that the filename is 111222333444555.dll.

Step 2: Open PoseListTemplate.package with S3PE. Click File -> Save as... and save it under a different name.

Step 3: Right-click on the S3SA resource and select Import DLL. Navigate to your project folder an select the custom assembly PoseBoxFlareGenerator.exe created. In this example that would be 111222333444555.dll. Select it and click on Open.

Step 4: Double-click on the S3SA resource and enter or paste the name you've written down/copied in the name field. In this example that would be "111222333444555.dll" (without the quotes). Click on FNV64 and the number in the Instance field should change. Click on OK.

Step 5: Double-click on the _XML resource and again enter/paste the assembly name in the name field and click on FNV64. Click on OK.

Step 6: Prepre the thumbnails for your poses. At best you will have one thumbnail for every pose that allows to preview how the pose is supposed to look like. Create the thumbnail pictures in the graphics program of your choice. The image size should be 59x60 pixels. That is very small so in order to recognize anything on the thumbnail, keep it as simple as possible. Stick to white or almost white backgrounds and plain clothing and hair on the sims. Save the thumbnail pictures in png format.

Step 7: Import the thumbnails into your package. Back in S3PE, click on Resource->Import->From File... Click on the format selector on the lower right (it should read "Exported files (S3_*.*)") of the Import Resources window and select "All Files (*.*)". Select the thumbnail you want and click on Open.

In the Resource Details dialog, select IMAG 0x2F7D0004 as Type. Enter a *unique* name in the Name field. Click on FNV64 and then on OK. Repeat these steps for all of your thumbnails.

HINT: Picking unique resource names for everything is NOT OPTIONAL! Always try your best to stay unique! Non-unique resource names and thus instance values are an accident waiting to happen. If you manage to accidently override another resource, because you failed to make one of your resources unique, affected people will roast you on a stick! And with good reason, too.

A good choice would be to simply use the resource name of the pose the thumbnail is for and append "_thum". So if your pose name would be "a2a_MasterPoser_SuperPose1", the thumbnail name would be "a2a_MasterPoser_SuperPose1_thum". That will also make it easier to stay on top of things.

Step 8: Now you finally create the actual pose list. Right-click on the _XML resource and click on Notepad. The XML file will be opened in notepad. It will look like this:

<?xml version="1.0" encoding="utf-8"?>
<PoseList>
<Pose>
<Key></Key>
<Name></Name>
<Creator></Creator>
<IconKey></IconKey>
<Description></Description>
</Pose>
</PoseList>

Copy the stuff beginning with <Pose> and ending with </Pose>:

<Pose>
<Key></Key>
<Name></Name>
<Creator></Creator>
<IconKey></IconKey>
<Description></Description>
</Pose>

and paste it right below it so </PoseList> stays at the bottom of the file. The empty Pose structure must stay like it is or your pose list won't work.

The layout:

Key: The resource name of the pose. For example a2a_MasterPoser_SuperPose1.
Name: A name you can give that pose. For example Super Pose 1.
Creator: Your creator name. For example Master Poser.
IconKey: The resource name of the thumbnail you created for the pose. For example a2a_MasterPoser_SuperPose1_thum.
Description: A *short* description of the pose. For example "Superhero pose - right hand pointed at the sky, left hand on hip".

In this example the listing would now look like this:

<?xml version="1.0" encoding="utf-8"?>
<PoseList>
<Pose>
<Key></Key>
<Name></Name>
<Creator></Creator>
<IconKey></IconKey>
<Description></Description>
</Pose>
<Pose>
<Key>a2a_MasterPoser_SuperPose1</Key>
<Name>Super Pose 1</Name>
<Creator>Master Poser</Creator>
<IconKey>a2a_MasterPoser_SuperPose1_thum</IconKey>
<Description>Superhero pose - right hand pointed at the sky, left hand on hip</Description>
</Pose>
</PoseList>

Note the empty pose structure at the top. It must always stay like this. Repeat that for all poses of the pose pack. When you're finished, close notepad, click on Save when notepad asks you if you want to save the changes and back in S3PE click on Yes to commit the changes.

Step 9: You're done making the list. Save the package and, together with the related pose pack, copy it to your Mods folder and try it in the game.

Step 10: Import the content of the list package you created into you pose package. Open your pose package with S3PE and click on Resource->Import->From Package... Navigate to your list package, select it and click on Open. In the Import Files dialog, make sure that "Use resource name" is ticked and click on Import. Once S3PE is done, check that everything made it ok, save the package.

Step 11: You're done.



อันนี้ไม่ใช่วิธีการติดตั้ง pose player นะครับ อันนี้เป็นวิธีการสร้าง pose list ขึ้นมา

หน้าแรกๆจะมีวิธีติดตั้งอยู่นะครับ ลองหาอ่านดูดีๆ


Nippita_1995
#2184
20-03-2012 - 13:19:19

#2184 Nippita_1995  [ 20-03-2012 - 13:19:19 ]




Thx จ้าา แวะมาสูบ กระทู้เขาดีจริงๆ ^^



Smile for a better day :)
lezione
#2185
20-03-2012 - 13:58:38

#2185 lezione  [ 20-03-2012 - 13:58:38 ]





แวะมาดันกระทู้จ๊ะ


8 Female Poses Harmony by IMHO



















~Download~

dream_m
oom_lovely

Time maillee sotting
#2186
Time maillee sotting
21-03-2012 - 14:02:50

#2186 Time maillee sotting  [ 21-03-2012 - 14:02:50 ]







เเจมเเจกจ้า ซ้ำขออภัยนะ
CRADIT: SIMS 3 BLOG






oom_lovely
sweetblood

kittensy
#2187
21-03-2012 - 14:13:14

#2187 kittensy  [ 21-03-2012 - 14:13:14 ]






POSE SET H







DOWNLOAD



lezione
milkmin
zebeeya
BunnieZ
loveliee
MYLoveSims
pang1234
MILK_ZA
simsmy
chananya
oom_lovely
l3๏fang
ferbie
chulida
berrypink
i3aNNoKz
AppleJubb
nunta001
App_leum
Mimaki
sweetblood
น้องเจน
satananne

lezione
#2188
21-03-2012 - 15:57:04

#2188 lezione  [ 21-03-2012 - 15:57:04 ]





^
^
น่ารักสุดๆๆ
สวยทุกท่า ไม่เคยทำให้ผิดหวังเลยค่า


แก้ไขล่าสุดเมื่อ 2012-03-21 16:01:44

Phum H-88
#2189
21-03-2012 - 17:49:13

#2189 Phum H-88  [ 21-03-2012 - 17:49:13 ]




ดาวโหลดไม่ได้สักที ทำไงดีค่ะ
งงไปหมดแล้ว ปวดหัวเซงๆ พอกดเข้าไปตอนแตกไฟล์ก็จะเป็งหน้าลิง
ดับเบิ้ลคิกไปก็ เหมือนเดิมไม่เข้าไปในซิม จะทำไงดีค่ะ


milkmin
#2190
21-03-2012 - 18:31:16

#2190 milkmin  [ 21-03-2012 - 18:31:16 ]





ผลงานแต่ละชิ้นของคุณ kittensy ทำออกมาดีมากเลย เซตนี้ก็น่ารัก

ขอบใจนะจ๊ะ


PT-jayz
#2191
21-03-2012 - 18:45:17

#2191 PT-jayz  [ 21-03-2012 - 18:45:17 ]




ขอบพระคุณมากค่า


chananya
#2192
22-03-2012 - 21:58:16

#2192 chananya  [ 22-03-2012 - 21:58:16 ]






ไม่ได้เข้านานมีมาเยอะเลย สวยๆทั้งนั้น ขอบคุณมากๆเลยค่ะ


auau aiai
#2193
22-03-2012 - 22:34:42

#2193 auau aiai  [ 22-03-2012 - 22:34:42 ]





กระทู้ ดี มีประโยชน์

Uido

Tookzta
#2194
22-03-2012 - 23:34:50

#2194 Tookzta  [ 22-03-2012 - 23:34:50 ]




ขอบคุณมากๆค่ะ


น้องปิ่นวัฒนา
#2195
น้องปิ่นวัฒนา
23-03-2012 - 14:03:31

#2195 น้องปิ่นวัฒนา  [ 23-03-2012 - 14:03:31 ]




pose player โหลดไม่เป็นอ่ะ สอนหน่อยดิ


HmeeZa
#2196
23-03-2012 - 14:04:27

#2196 HmeeZa  [ 23-03-2012 - 14:04:27 ]





wow สวยมากที่สุด



You Know?
praewaiean
#2197
23-03-2012 - 17:21:18

#2197 praewaiean  [ 23-03-2012 - 17:21:18 ]







ท่าใหม่ๆเยอะแยะเลย เดี๋ยวว่างแล้วจะแวะมาโหลดนะคะ



เข้ามาแอบส่องอยู่เรื่อยๆ ยังไม่หายไปไหนนะ ^*^
dream_m
#2198
23-03-2012 - 17:55:29

#2198 dream_m  [ 23-03-2012 - 17:55:29 ]





ไม่ได้เข้ามานาน ท่าโพสใหม่ๆเต็มเลย ขอบคุณทุกคนนะคะ :))


simsmy
#2199
23-03-2012 - 21:49:53

#2199 simsmy  [ 23-03-2012 - 21:49:53 ]






quote : lezione

12 Male poses - Resolute & Romantic by IMHO





























Download

CR. IMHO




อันนี้มี pose list ไหมคะ



บุคคลล้านด้อม สิบล้านผัว
auau aiai
#2200
23-03-2012 - 23:14:31

#2200 auau aiai  [ 23-03-2012 - 23:14:31 ]





quote : น้องปิ่นวัฒนา

pose player โหลดไม่เป็นอ่ะ สอนหน่อยดิ


เข้าไปที่นี่ ทีสำคัญต้องสมัคร สมาชิกก่อน

http://www.modthesims.info/download.php?t=438706 โหลดแล้วก็วางใน โฟลเดอร์ packages

ถ้าเป็นแพทต์ 1.12 ขึ้นไปก้ต้องแก้ปัญหาตามกระทู้ouh

http://www.thaithesims3.com/topic.php?topic=39286



ลงข้อความได้เฉพาะสมาชิก
ต้องสมัครเป็นสมาชิกและ login เข้าสู่ระบบก่อนถึงจะสามารถลงความเห็นได้
เข้าสู่ระบบสมัครสมาชิก



ข้อมูลเมื่อ 7th June 2025 15:55

โปรดศึกษาและยอมรับนโยบายส่วนบุคคนก่อนเริ่มใช้งาน [นโยบายส่วนบุคคล]
ยอมรับ