Jump to content
3DXChat Community

Niblette

Members
  • Posts

    442
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Niblette

  1. Inkscape doesn't seem to like that .dfx when I tested it either, however I found that if you run it though the Aspose converter it creates a perfectly workable .svg file that works inside Naughty Designer and Inkscape. The converter is completely online and does not require a plugin. http://products.aspose.app/cad/conversion/dxf-to-svg
  2. Right now the program doesn't do that and you would have to manually fill it in by stretching out boxes. It might be possible and something I'll think about adding in later versions though, but right now I want to make sure the program is drawing everything properly without making any gaps which I think it isn't in almost all cases but still its not completely tested and I had to do some fairly complicated stuff to make everything line up right. The issue would be that might be quite an intensive search when there are a lot of object but I am not sure really there might be a way to make it only take a few times longer to save the file at least its possible now to think about. A file that was taking 12-16 hours to save on the older version I had a month or two ago now takes seconds so there is more room to more complicated types of optimizations now.
  3. Which scanner did you use? I might be able to send them the file to be white listed. I did run the files though Virus Total which is an online tool that runs every file though 63 different commercial scanners and there were 3 false positive out the 63 scanners it ran it though. I summited the file to SecureAge APEX which was one of the positives to be white listed, but the other two which are really the same and owned by the same company Avast/AVG limit the file size they will let me upload to 50mb. All the other major antivirus programs say its fine the report is below. Its just something that happens really with a new program when its first released. https://www.virustotal.com/gui/file/89ca5c8d7a46ba5e8f7f319efbe600f413a3e89906358e6b5be00a659b0c0168/detection I cant wait to see what people come up with its always helpful to hear any issues and thanks.
  4. For something like that which has an inside and outside line just change the Display Mode to Outline and have Edit paths by nodes (N) selected. Now you can hover over each path with the curser and it will turn red so you can see which you are selecting to delete.
  5. Naughty Designer 3 is focused on vector art created in .svg format. The program saves .svg, .png, .jpeg, .jpg, .tga, and .bmp files to .world format. It also adds a new more graphical interface, as well as bug fixes for the raster art section. I will describe how to use Naughty Designer 3 with Inkscape. However, it should be possible to do the same steps with other vector editors. There are many sources of SVG files and you can always make your own but I found this site that has many workable files you can start with. https://svgsilh.com/ There are a number of things you should do to properly prepare your vector files for import. Naughty Designer 3 only supports svg path. If your vector is a shape or text and not a path it's a good idea to convert it to a path before saving. Your editor also might convert everything other than a path to a path when you save but it might not always be a sure thing. I'll go into more detail below on how to convert text. However, there is one step that is required. You must select all individual vectors and break them, as shown below. Then save the file. Once that’s done, the file can be loaded and will work, but for the best functionally, you should also do the following things. If you do not do the following step, you may find that the preview window may not work. Some vector images have the vector in strange places in space and only an empty page or some part of the image might load if you don’t fix that. Open the vector image and copy and paste it to a new blank Inkscape page. If the image seems too large, you may need to scale it down, but as long as it’s not hugely larger than the size of the page, it should be fine. The image can be below and behind the top left-hand corner but not above or in front of it as shown in the image below. It’s also a good idea to go look through all the vectors that were created when you broke the image and delete any useless ones complicated vectors almost also create a few. Then drag the vectors out of the hierarchy. This step is optional but recommended since you might create extra empty vectors that won’t be loaded into 3DX or even extra objects you don’t want. You can convert any font inside Inkscape or another editor into a workable file. First, write out what you want in a large font such as 250 point smaller font should work too but I never really tested that. Then select the text and pick the Path drop-down menu and select and press Object to Path. Now your text with be broken into paths but you need to drag them path out of the hierarchy. A little black arrow will have appeared press that and the path inside the text object will drop down. Select all the paths and then under the Path menu click Break Apart. The last step is to select the text object, and any other layers and deleted them. Now just save the file as .svg. There are two methods of scaling inside Naughty Designer 3. The first is the Scale value which is exactly what it sounds like it makes the whole vector outline bigger or smaller inside 3DX Chat. I found if I tried to scale a vector to much sometimes the program crashed because something was being divided by a value to close to zero. It's better to make your image bigger and scale it down inside 3DX once you are happy with the result you might need to try a few different settings to get something you like. The second method is Width which is the thickness of the vector outline. This value is inherited from the value inside the Scale field when you load an SVG file. Width is the thickness of the outline of each vector. It's a good idea to keep both values the same the first time you load an image but you will probably want to double or triple this value I found as a rule of thumb. The Samples value is the number of lines in the vector outline the program will start optimizing from. Increasing this value will increase accuracy at the expense of saving time. Sometimes it might be helpful to set this value to the specific number of object you want in a path if you want a more smoothed evenly divided result at the expense of finer details. The Minimum Angle value is the minimum angle difference between each line segment the program will combine segments until it reaches an angle greater than this value. The Minimum Length value is the minimum length for a line segment. Segments smaller then this length will be combined. Originally this value was set for 0.01 and not accessible. Everything will come into 3DX Chat flipped upside down you will need to flip it over after import. Naughty Designer 3 still has support for raster images and works more or less identically in that regard to Naughty Designer 2. Naughty Designer 3 opens most standard raster file formats (PNG, JPEG, JPG, TGA, and BMP). Naughty Designer 3 only supports 24-bit color. Support for ASCII PBM, and ASCII PPM files has been dropped. Other color modes are not supported, so make sure you save your file in 24-bit color. The Edit menu lets you set the material and open an image showing how objects are plotted inside 3DX. The plotting system plots all images from the origin point that is set inside Naughty Designer 3. By default it is set to (XYZ) (-75,6,-30). Which is close to the location of the default spawn point. Objects are plotted as shown in this example with the red dot being the origin point set in Naughty Designer II. The six different direction options let you pick which direction text will be viewed from so that it always reads left to right. The Set Color Override and Set Color Transparent options both require a hex color number without the #. You can't even enter the #, but if you're trying to copy the color from another program make sure you don't copy it with the #. The Set Color Override will override the color of all the objects with the color that you enter. The Set Color Transparent option lets you set one color in the image transparent. Below is an example on an image with and without white (ffffff) set to transparent. The Alpha Threshold Color is the color that will fill the alpha channel if the alpha value is below the threshold value. The Alpha Threshold is the slider that goes between 0 and 255 with 0 being totally transparent and 255 being fully opaque. Only parts of the image with some transparent will be filled even if the value is 255 it will only fill alpha values up to 254. Setting the Alpha Threshold Color as the transparent color will then make all the areas in the image with that color transparent when the file is loaded. Naughty Designer III combines objects that are the same color both horizontally and vertically. If anyone finds any bugs let me know I am sure there are some. I would also like to hear suggestions for additional features if people have them. The file is linked here and also available on the 3DX Modz forum. 464479506_NaughtyDesigner3.2.2.zip
  6. There were a number of bugs in my program with these paths but they are fixed now here is some output of that font. I included one with the object number set for 20 42 and 81 as well as a combined one I scaled and rotated but sadly missed the inside of the little e that's my fault and not a program bug though. I did notice though that it wants to divide straight lines into a bunch of lines with little difference in angle I'll liked add another optimization step that looks for small angle changes over a group of lines and combines then into one line or something like that. 20.world 42.world 81.world Times New Roman Font.world
  7. A different background color might help sometimes the random line color is to close to the background color, or the color of another line, but I do let you chance the color of each line manually. I might add a zoom value as well or maybe a scrollable window that's a good idea there are a bunch of little tweaks like that which I'll look into adding. Basically what the program does right now is it lets you load an SVG file, and it takes all the paths, and then creates optimized lines that approximate the shape of the path. That's what the object number is its the number of lines that that particular path will have, so you can make something that only has a specific number of objects in it. So, any detailed editing would be done in something like inkscape or adobe illustrator. The first version might end up being a bit experimental there are a bunch of little things that could be a tad better, but are tricky to address without the main part of it being completely tested.
  8. Not yet I haven't had a lot of time to work on it lately, but I should get it out within a week or two it just needs some testing and a bit of polishing. It should really make making good quality logos and text in 3DX easy though.
  9. That used to be listed on the website as well next to the Game Rules and EULA. But they removed the link to it. I suppose its still on the forum though. I kind of have to think that the game rules are the rules that apply to the game. https://3dxchat.com/game-rules.html http://3dxchat.com/terms-and-conditions.html
  10. Of course they can remove stuff that the community finds offensive, but the written rule about it was removed, so what does that say about what the devs think about it? 3.09 which contain content that is otherwise deemed inappropriate.
  11. In legal terms in the US in order to be abused you have to be either a minor, unable to give consent, or be in a dependent relationship with the perpetrator. If you look though the California Penal Code you will see that is true for all the crimes with abuse as part of the name. https://www.shouselaw.com/ca/defense/penal-code/ https://www.thegomezfirm.com/what-is-the-difference-between-sexual-assault-and-sexual-abuse/ "California’s penal code does not specifically define sexual abuse. Yet, over the years, court cases and accompanying jury instructions have addressed the definition. Ultimately sexual abuse might or might not include penetration. Based on People v. White (1986) 179 Cal. App. 3d 194 and California’s Criminal Jury Instructions, whether or not penetration occurs, sexual abuse takes place when a person touches the intimate parts of another to cause pain, injury, or discomfort. This also includes emotional pain, injury, and discomfort. The perpetrator does not have to achieve sexual arousal or gratification when sexual abuse occurs. The American Psychological Association (APA) offers a slightly broader definition of sexual abuse as “unwanted sexual activity, with perpetrators using force, making threats, or taking advantage of victims not able to give consent.” In a civil trial, attorneys often call upon medical experts to testify about the impacts of assault or abuse, so the APA’s definition might also be applied." So yes rape in some cases is also sexual abuse but not all rapes involve sexual abuse.
  12. Can you link to where the terms of service are on the site?
  13. That doesn't ban sexual assault it only bans sexual abuse. I actually spend some time reading things over, and I am fairly sure I am right, but I should read the exact definition of sexual abuse under Californian law. Which is the governing law. I will after work.
  14. I though it was superfluous too, and that people just kept making threads about something that was already banned in writing, because they enjoyed making those types of threads, and arguments. That they were looking for attention, approval, or whatever. However, there is no written rule about it any longer infact as far as I can tell there isn't even a TOS anymore its been deleted/merged with the Game Rules, and the EULA. The section about rape in the TOS didn't make it into either. Basically we are back to where things were before the first rape thread with it being an unwritten rule that the devs were enforcing, but not something that was in writing, and people started asking why not. That being the case there really isn't any way for people to know about this unwritten rule without them being informed about it either here, or in the game. People could use common sense, and see that its a bad idea, but there are many colders, new people, and foreign people with poor English who simply might not know.
  15. Epstein was really big into BDSM he even read multiple books about it including SlaveCraft: Roadmaps for Erotic Servitude. I know he is now associated with pedophilia, because of how things came out Qanon, and other crazy right wing conspiracies. Really he was a total sicko, but his big thing was BDSM. https://www.rollingstone.com/culture/culture-news/jeffrey-epstein-sex-slave-bdsm-books-amazon-870612/
  16. I suppose these threads are more important then I thought. I really think the devs need to explain why the section about rape was removed without them saying anything. I know its kind of the same outcome if people report rooms, and the devs remove stuff that people object to, but it should be in there.
  17. I read the game rules and the EULA as it exist now, and quite frankly I think your basically wrong. They need to add a section about rape being banned from room names, or something similar. The word illegal is used in a legal sense in other words something that is illegal in the governing jurisdiction. Legal documents generally do not use the word illegal lightly it means exactly what it says. Things that are illegal under the governing law. I suppose there are sentences where it can be stretched to mean something else, but there simply isn't any excuse to not ban sexual assault in room names the same way sexual abuse is banned. 3.08 which have an association with pedophilia, sexual abuse; or have an offensive connection to the human body or bodily functions. Something like this would works perfectly fine: Which have an association with rape, sexual assault, sexual violence, other nonconsensual acts, or involuntary servitude. Of course people can always object and if enough do rooms will be closed. 3.09 which contain content that is otherwise deemed inappropriate.
  18. This is an absurd definition of what would constitute game rape. Its simple really if the game allows for someone to commit nonconsensual sex acts its rape, what the .dll used to allow was game rape someone could force someone else to have sexual intercourse they had not agreed too. It doesn't matter how long it last, or if the victim got away in the end.
  19. Honestly talking about politics is at least partly banned under the games rules including in private messages. 2.17. Discussion of social, religious, political, illegal or other controversial topics that may create offense is prohibited. This includes but is not limited to negative portrayal of religious and political figures is prohibited.
  20. No actually I think I am wrong and the devs no longer explicitly ban it. 3.08 which have an association with pedophilia, sexual abuse; or have an offensive connection to the human body or bodily functions. The legal definition of sexual abuse is "unwanted sexual activity, with perpetrators using force, making threats or taking advantage of victims not able to give consent". So children or mentally disabled people basically not really adults. They could have added sexual assault (rape) or sexual violence which is the broadest term, but they didn't, so I have to assume from how its written they are only talking about people who can't consent. It might still be implicitly banned though since its an illegal activity, along with a bunch of other things really. Such as incest, slavery, bestiality, etc. 3.11 which make reference to addictive or illegal substances or their use, or any other illegal activities. However, read in the most narrow way what that sentence really says is any other illegal activities related to drugs are banned, and not anything more then that. I have to say the devs seem to be making a statement about how important they feel this is by not having it explicitly listed as part of the rules in a sex game where they have to know it will happen. Those things normally have everything in them since courts tend to read them in the most narrow way. The devs seem really worried about drugs for some reason its mentioned a few places.
  21. That's not needed as its written now the ban already should ban all none consensual sex including slavery the devs just don't enforce it. It seems like the reference to rape is gone now or I didn't see it the way it used to be. 3.08 which have an association with pedophilia, sexual abuse; or have an offensive connection to the human body or bodily functions
  22. I am not arguing with any of that at all, but of course there can be sex trafficking victims here who are hurt by say a slave market or something being open, and I think that allowing the same RP under other names is just as bad as using the word rape in a room name.
  23. No of course not I am just pointing out that a lot of people are just looking for cookies, but doing similar RPing themselves, and that doing that can makes people think that some of these things are ok when they aren't really.
  24. Primal fetish sounds a lot like a type of none consensual RP to me. Its exactly the type of thing I am talking about, since it includes none consensual acts by definition. Animals can't consent, and the whole no rules just passion, lust, and rage thing sounds like being forced is perfectly fine in that RP.
×
×
  • Create New...